| PIN | PROC | NAME | MODE0 | MODE1 | MODE2 | MODE3 | MODE4 | MODE5 | MODE6 | MODE7 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1,2 | GND | |||||||||
| 3 | R9 | GPIO1_6 | gpmc_ad6 | mmc1_dat6 | gpio1[6] | |||||
| 4 | T9 | GPIO1_7 | gpmc_ad7 | mmc1_dat7 | gpio1[7] | |||||
| 5 | R8 | GPIO1_2 | gpmc_ad2 | mmc1_dat2 | gpio1[2] | |||||
| 6 | T8 | GPIO1_3 | gpmc_ad3 | mmc1_dat3 | gpio1[3] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.youtube.com/shorts/goCs0tH-d78 | |
| github - kaiaai/LDS | |
| Your LIDAR uses the Delta-2A / 3irobotics protocol (same as LDS08RR in the kaiaai/LDS repo), NOT the Neato XV11 protocol. | |
| Key issues with the old code: | |
| - Start byte is 0xAA, not 0xFA. The 0xFA bytes you were seeing are just random data/distance values | |
| - Packet size is variable (typically 72 bytes: header says packet_length=70 + 2 for the start/length fields), not a fixed 42 bytes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <IRremote.h> | |
| // Pins (XIAO ESP32-S3) | |
| #define IR_PIN D8 | |
| #define LED1_PIN D5 | |
| #define LED2_PIN D4 | |
| #define LED3_PIN D3 | |
| #define LED4_PIN D2 | |
| // IR Button Codes (HEX values) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| General configuration for OpenCV 4.5.3 ===================================== | |
| Version control: 4.5.3 | |
| Extra modules: | |
| Location (extra): /home/pi/build_opencv/opencv_contrib/modules | |
| Version control (extra): 4.5.3 | |
| Platform: | |
| Timestamp: 2021-10-16T00:06:17Z | |
| Host: Linux 5.10.63-v7+ armv7l |
NewerOlder