Skip to content

Commit d6b644a

Browse files
authored
Update Readme.md
1 parent f8c937d commit d6b644a

File tree

1 file changed

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

1 file changed

+1
-4
lines changed

Interfacing PMW3901 Optical Flow Sensor With ESP32/Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22
<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">
44
</p>
5-
<br>
65

7-
<br>
86
<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>
9-
<br>
107

118
[<h1>Click here](https://circuitdigest.com/tags/ESP32) For other ESP32 tutorials.</h1>
129
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.
1310
<p align="center">
1411
<img src="https://github.com/Circuit-Digest/Basic-ESP32-Tutorials/blob/a9170784ce2983f305b1aa8ad0dea13f9ade9b2b/Interfacing%20PMW3901%20Optical%20Flow%20Sensor%20With%20ESP32/Images/PMW3901.gif" width="" height="" />
1512
</p>
1613
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.
17-
[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.
14+
[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.]
1815

0 commit comments

Comments
 (0)