Skip to content

Commit d1d0adb

Browse files
authored
Update Readme.md
1 parent a917078 commit d1d0adb

File tree

1 file changed

+22
-0
lines changed
  • Interfacing PMW3901 Optical Flow Sensor With ESP32

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
# [Interfacing PMW3901 Optical Flow Sensor With ESP32](https://circuitdigest.com/microcontroller-projects)
2+
3+
<img src="https://github.com/Circuit-Digest/Basic-ESP32-Tutorials/blob/a9170784ce2983f305b1aa8ad0dea13f9ade9b2b/Interfacing%20PMW3901%20Optical%20Flow%20Sensor%20With%20ESP32/Images/Interfacing%20PMW3901%20Optical%20Flow%20Sensor%20With%20ESP32.png" width="" alt="alt_text" title="image_tooltip">
4+
<br>
5+
6+
<br>
7+
<a href="https://circuitdigest.com/tags/ESP32"><img src="https://img.shields.io/static/v1?label=&labelColor=505050&message=ESP32 Tutorials Circuit Digest&color=%230076D6&style=social&logo=google-chrome&logoColor=%230076D6" alt="circuitdigest"/></a>
8+
<br>
9+
10+
[<h1>Click here](https://circuitdigest.com/tags/ESP32) For other ESP32 tutorials.</h1>
11+
12+
13+
<br>
14+
<br>
15+
<img src="https://github.com/Circuit-Digest/Basic-ESP32-Tutorials/blob/a9170784ce2983f305b1aa8ad0dea13f9ade9b2b/Interfacing%20PMW3901%20Optical%20Flow%20Sensor%20With%20ESP32/Images/PMW3901.gif" width="" height="" />
16+
Drones rely on various sensors to maintain stable flight, especially when GPS is unavailable or unreliable. One important feature is position holding, where the drone stays in one place without drifting. This is crucial for indoor navigation, hovering, and precision landing. Optical flow sensors, like the PMW3901, help drones achieve this by tracking motion relative to the ground.
17+
18+
The PMW3901 is a small, low-power optical flow sensor that measures movement by analysing surface patterns. It is widely used in robotics, drones, and automation to estimate position changes without GPS. This makes it an excellent choice for applications requiring precise motion tracking. In this guide, we will explore the PMW3901 sensor, its specifications, and how to interface it with ESP32.
19+
<br>
20+
[Note: As these projects are very simple, we are only providing the code, schematic, and a few essential images if you want to get the images or code explanations, do check out the Circuit Digest website.
21+
<br>
22+
<br>
123

0 commit comments

Comments
 (0)