I am getting a compile error:
"python"executable file not found in $path
Any suggestions
Hi John.
See if this suggestion can solve your issue: https://github.com/duff2013/ulptool/issues/20#issuecomment-457488465
Regards,
Sara
The suggestion is for IDE on Windows and I have Linux Ubuntu.
Any further suggestions?
Hi John.
I usually don’t use Linux. So, I’m not sure what exactly is causing the issue.
Maybe this discussion has some suggestions that can help: https://www.esp32.com/viewtopic.php?t=7616
Regards,
Sara
Sketch is compiling ok now,but I have an uploading error.
Failed to connect to ESP32: Timed out waiting for packet header.
Any ideas?
Hi John,
That usually means that the ESP32-CAM is not in flashing mode.
To solve that issue, please read this article, bullet 1: https://randomnerdtutorials.com/esp32-cam-troubleshooting-guide/
Then, tell me if you still need help.
Regards,
Sara
Hi Sara,
Connections checked as specified.
Tried alternate CH340G adaptor and ESP32CAM. Same result.
Tried connecting CH340 TX to ESP23CAM UOT and RX to UOR
Uploading worked after several attempts.
Serial monitor now gives this message:
“rst:0x1 (POWERON RESET),boot:0x3(DOWNLOAD_BOOT/UART0/UART1/SDIO_RE1_RE0_V2))
waiting for download”
What is happening?
Regards,
John
Hi.
Do you have GPIO 0 connected to GND? Did you press the BOOT button when you start seeing the dots?
Also, the connections are TX to U0R and RX to U0T.
Regards,
Sara
Hi Sara,
GPIO0 and GND are connected.
TX to UOR and RX to UOT does not work with CH340.
TX to UOT and RX to UOR does work with CH340.
Progam does load and running serial monitor gives the message previously quoted.
This is not as expected.
What is happening?
Regards,
John.
Hi Sara,
Making progress but not arrived yet. I had forgotten to remove the GND connection from IO0 after uploading code.Camera now attempts to connect to internet but does not succeed. I used the SSID and password values written on the router. Is this correct? Are there any other settings I should change in the computer?
Please note the RX and TX outputs on the CH340G are transposed. I believe other users have found this device does not work. Perhaps this was the reason.
Sorry for any confusion.
Regards,
John.
Hi John.
If you wan to share an image, you can share a link to imgur, google drive or dropbox, for example.
I didn’t know the connections of the CH340G were like that. Thanks for letting me know.
To connect your camera to your home network, you need to insert the SSID and password of your router. These are usually written on the router. These are the same credentials you use to connect your computer to the internet or your smartphone.
Double-check the ssid and password. You don’t need to change any settings. And make sure you are relatively close to your router.
Regards,
Sara
Hi Sara,
Camera board has been loading and setting up but not connecting to the internet (continuous row of dots).
I changed the camera board and was successful in connecting to the internet.
I am now able to view the camera page with the adjustments and see still and streaming pictures.
I can now continue with the ESP32CAM course.
Thanks for your help.
Regards,
John.