esp32 was connected to the new esp32 in 15-20 attempts by installing a lot before, but now I still couldn't load the code
spark up the IDE, with no board attached
open Tools> Ports. note which ports you see
close the IDE
attach the ESP
open Tools> Ports. note the new port you see
connect that ESP to that port
open the serial monitor at 115200 and press the reset on the ESP. if a wall of text shows up, you're in.
the new port could be /dev/ttyUSB0, or /dev/ACM0, or /dev/AMA0, depending on which interface that maker of ESP used as the UART interface. I have ESPs that use each of those ports, but only one per ESP. I color code the ESPs to know which port to use
When I open the serial port and press reset, I did not get any results.
What happens if I use the 100uf 25V I have instead of 10uf?
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.