GPIO available to drive robo car
Posted: Wed Jun 17, 2020 5:59 pm
by mehra.anurag
I am trying to build a robo car along with camera using ESP32 cam. I used the camera server example code and made changes to add the motor drive control code. But i am not able to find the right GPIO pins i can use along with the camera to control the car. Can anyone please suggest the 4 GPIO which are available. I am using ESP32 AI Thinker, single core board.
Re: GPIO available to drive robo car
Posted: Thu Jun 18, 2020 9:56 pm
by PeterR
You will have to map out your pin usage. What is left is what you have to choise from (I/O direction excluded!).
Hopefully you will find someone who has done this already but suspect you're knowing audience will be quite a small.
My crude approach would be to search your drivers for 'GPIO_NUM_' and that will tell you what is used. Markup a spreadsheet. I know it sounds painful but its 4 hrs effort & the best that I know.
Your's is a useful thought though. A tool which shows/makes device/pin allocation.
Would be neat.