ros_esp32cam_diffdrive icon indicating copy to clipboard operation
ros_esp32cam_diffdrive copied to clipboard

documentation of es32 GPIO configuration with Microros

Open Usama-Arshad16 opened this issue 3 years ago • 1 comments
trafficstars

Hi Reinbert, I am Usama and I am trying to make a robot using microros and esp32. I found your repo quite helpful. I was able to drive my robot using cmd_vel. But I need to go further. Can i know how did you write this code?
From where can I find the documentation of esp32 channel configuration, PWM configuration, and all this stuff.

Screenshot 2022-07-22 20:09:14

Usama-Arshad16 avatar Jul 22 '22 15:07 Usama-Arshad16

Hey Usama!

I'm glad my code is of help to you. I listed all my sources in the README file. From there you can find other resources.

The documentation to the ESP-IDF framework can be found here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/ and information on PWM and LED control is listed here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/ledc.html

I hope that helps.

Cheers, Reinbert

Reinbert avatar Jul 26 '22 12:07 Reinbert