Search found 5 matches

by Investigator_01
Mon Apr 24, 2023 10:11 am
Forum: ESP32 Arduino
Topic: java.io.IOException: Cannot run program "___REMOVE___/esptool.exe": CreateProcess error=2
Replies: 5
Views: 5237

Re: java.io.IOException: Cannot run program "___REMOVE___/esptool.exe": CreateProcess error=2

Thank you for your reply. Yes, exactly. That has solved the issue! Locally I had received a message with a link that describes the problem and the solution. The link is https://github.com/espressif/arduino-esp32/issues/7923 Now this is what the Serial Monitor (IDE) shows: 09:59:41.573 -> 09:59:42.46...
by Investigator_01
Sat Apr 22, 2023 2:45 pm
Forum: ESP32 Arduino
Topic: java.io.IOException: Cannot run program "___REMOVE___/esptool.exe": CreateProcess error=2
Replies: 5
Views: 5237

java.io.IOException: Cannot run program "___REMOVE___/esptool.exe": CreateProcess error=2

After compilation of a sketch (which takes a picture with the ESP32-CAM and saves that on SD card and then uploads it with FTP) there are no errors. However when I upload also the skecth after compilation to the ESP32-CAM board then there is a failure, because esptool.exe is not found: java.io.IOExc...
by Investigator_01
Thu Mar 30, 2023 1:17 pm
Forum: ESP32 Arduino
Topic: Uploading a ESP-32 cam picture to HardDisk
Replies: 1
Views: 1015

Uploading a ESP-32 cam picture to HardDisk

When I have an ESP32-CAM and it takes a picture with a time interval and send (FTP?) that not via SDcard but directly to a map in my PC which is connected on the same WIFI network as the PC.
Does an Arduino sketch example or similar exists to realize it?
by Investigator_01
Wed Mar 29, 2023 2:46 pm
Forum: ESP32 Arduino
Topic: Uploading CAM picture to my website
Replies: 0
Views: 665

Uploading CAM picture to my website

Hi, I like to upload for example every 5 minutes a picture (dimensions etc.) named "cam.jpg" to my https encrypted website using an ESP32-cam device. There are found several examples on the internet using only a WIFI connection with the result that a picture can be observed with any device on the sa...