Week 8: Radio Communication

March 21, 2021 ยท 2 minutes read

FTDI programmer The whole process of getting the ESP32 Cam working started out with a hiccup. I couldn’t find board that connected the ESP32CAM to my computer for the longest time because it turned out that I had a different board form everyone else. It didn’t make much of a difference because nothing worked after I hooked it up. Setup

I tried to upload the Blink code to the board as a test but I got an LED_BUILTIN error. Naming the LED would fix that error

Putting either line into the code
“#define LED_BUILTIN 33” which is the name of the LED on the ESP32CAM board.
but the Arduino IDE instead spit out another error.
ESP32CAM ERROR

I got advice from Sam and Eric and Sean about how to get it working during lab but still could not upload code to it.

I tried pushing the RST button quite aggressively as Arduino IDE was saying “Connecting…” but no luck.

Notes: I need to push the RST button as code is being uploaded to get the board to connect.
GND and IO0 need to be connected on the CAM.
Procedure once the board starts working:
Upload code and disconnected GND and IO0 and press RST.
Wire a capacitor to the ESP32 CAM?

Things to try:
Power the ESP32 with 5V?

It looks like the FDTI was only sending 3.4V

multimeterreading Normal Wire 5V Wiring

At least I could get the HUZZAH MAC address..

MACaddress

The board worked after 5V and GND were connected with a little cap thing. I had no luck setting the the ESP32-CAM proper though… will keep trying.