ESP32 Schematic of Waveshare General Driver for Robot #12
Replies: 5 comments
-
Hello and good day to you. I have a question. Is the Raspberry Pi 40 pins on Waveshare General Driver for Robot connected to the ESP32 38 pins? |
Beta Was this translation helpful? Give feedback.
-
esp32 gpio 32 i2c sda is connected to rpi pin 3 sda gpio 2 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The waveshare general robot driver board is very limited in extra io pins. I would suggest add another esp32/pico to control the led and keypad. They are cheap and easy to use. gendrv linorobot2_hardware micro-ros-- usb serial -- rpi A single micro-ros agent can control multiple serial ports. https://micro-xrce-dds.docs.eprosima.com/en/latest/agent.html Interfaces, keypad msg -- int32 publisher keypad https://github.com/Chris--A/Keypad rgb led https://www.instructables.com/Driving-RGB-LED-strips-off-an-Arduino/ or you can use p9813 led driver module and fastled driver https://github.com/FastLED/FastLED I am traveling and do not have the hardware to test until next month. |
Beta Was this translation helpful? Give feedback.
-
micro-ros multiserial usage, ros2 run micro_ros_agent micro_ros_agent multiserial --devs "/dev/ttyUSB0 /dev/ttyUSB1" --baudrate 921600 You may need to use by-path dev names. |
Beta Was this translation helpful? Give feedback.
-
The ESP32 Schematic of Waveshare General Driver for Robot can be found at their Wiki.
Wiki
Schematic.
Beta Was this translation helpful? Give feedback.
All reactions