michaelkubina / SpotMicroESP32

My take on a SpotMicro with an optimized design for supportfree 3D-printing. It utilizes an ESP32-DevKitC for the low-level control of the electronics. The heavy computation will be made by external devices, which in return have the power to command the robot.
GNU General Public License v3.0
319 stars 66 forks source link

CAM with TTL #28

Closed JonathanMortes closed 3 years ago

JonathanMortes commented 3 years ago

Hi Michael, with the current circuit layout, how have you overcomed the programming and usage of the cam. Currently I'm unable to, without a jumper wire from GPIO 0 to GND, program the board. Then I need to take it out to use it. Any help is welcomed

michaelkubina commented 3 years ago

Hi, i see that it is only mentioned in the Fritzing diagram and i think you might have closed this issue already, because you have become aware of it. I had researched a while before i actually found a solution for this problem. Because as you say, it would have meant to either route the jumper out of the body or to look for a different way like OTA flashing, once it has been flashed with a suitable firmware for this.

I will leave a link here, from where i got my solution...maybe helpful as a insight as well: https://github.com/raphaelbs/esp32-cam-ai-thinker/issues/32

Usage of the CAM btw is as a separate entity...like having two devices in you wireless network. I like this firmware as a start: https://github.com/easytarget/esp32-cam-webserver/

Goodbye :-)

JonathanMortes commented 3 years ago

Hi Michael! I did not succeed because of the missing RST wire to GPO0 I could not solder a while back, yesterday I succeeded and after some rewiring, got it to work. I'm also using the Cam as an independent device although it's still wired to the main ESP32 board (maybe it'll be useful at some point). Thanks for the tips by the way!

This is my current setup:

circuito_v6_ALFREDog.pdf

I've been adding some extra things for more advanced control. I'm presenting the software and control programs as part of my master's degree final project and I will propose creating a new branch with you with the updated components, designs and most importantly, software once its finished and presented. At least its offering some more alternatives with the same base parts. I've even got an alternative version with a custom ultra sonic 360º radar mounted on top

Thanks again for the feedback and work!