Skip to content

Commit b56dcb8

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

File tree

1 file changed

+4
-1
lines changed
  • Interfacing PMW3901 Optical Flow Sensor With ESP32

1 file changed

+4
-1
lines changed

Interfacing PMW3901 Optical Flow Sensor With ESP32/Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# [Interfacing PMW3901 Optical Flow Sensor With ESP32](https://circuitdigest.com/microcontroller-projects)
2-
2+
<p align="center">
33
<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+
</p>
45
<br>
56

67
<br>
@@ -12,7 +13,9 @@
1213

1314
<br>
1415
<br>
16+
<p align="center">
1517
<img src="https://github.com/Circuit-Digest/Basic-ESP32-Tutorials/blob/a9170784ce2983f305b1aa8ad0dea13f9ade9b2b/Interfacing%20PMW3901%20Optical%20Flow%20Sensor%20With%20ESP32/Images/PMW3901.gif" width="" height="" />
18+
</p>
1619
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.
1720

1821
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.

0 commit comments

Comments
 (0)