Skip to content

Commit

Permalink
ESP32 WROVER, -S3 pin recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiaai authored Jun 8, 2024
1 parent 49e0a35 commit d546dd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ Some LiDAR/LDS models do not have built-in motor control and therefore require a
- for Neato XV11 use [this board](https://github.com/makerspet/pcb/tree/main/neato_delta_adapter)
- for 3irobotix Delta-2A, -2B, -2C PRO, -2D, -2G use [this board](https://github.com/makerspet/pcb/tree/main/neato_delta_adapter)

### ESP32 Module
### ESP32 Modules
- When using the ESP32 WROVER board, it's worth using pins 32 and 33 instead of pins 16 and 17, which are used for QSPI
- When using the YD ESP32-S3, consider the default TX1, RX1 GPIO15 and GPIO16 pins and change the example code to `HardwareSerial LidarSerial(1);`

## Performance Notes
- currently Delta-2A, -2B, -2G exhibit mysterioius fixed pattern noise
Expand Down

0 comments on commit d546dd5

Please sign in to comment.