jameszah

Results 106 comments of jameszah
trafficstars

https://github.com/jameszah/ESPxWebFlMgr/tree/master/esp32_sd_file_manager Use all the files in that folder for test program, and then delete the .ino and replace with your own project to add the sd file manager to your...

hi Holger, obscure followup question: I've started running these mods in host mode on esp32 rather than in normal station mode, and using a chrome browser on a android phone...

It looks like it is a cell-phone hardware/software issue. I tried the esp32 AP mode (host mode) from the esp32 to a WiFi on a Windows PC, and it was...

Interesting. I was sending some streaming mjpeg video from esp to android chrome today, and it was equally weak. Things that work on a 10 year old laptop with windows...

https://randomnerdtutorials.com/esp32-cam-ai-thinker-pinout/ I'm using a standard esp32-cam module with sd card. The data1, data2, and data3 are not used in 1-bit mode, so don't need to be there on another configuration.

Try getting the test program working first. You need good power, nothing pulling the lines up or down (the 47k pull up might help), sd card with fat32, not write...

You can put the number of seconds in the config.txt on your sd card. Here is some documentation: https://github.com/jameszah/ESP32-CAM-VideoCam

It must not have saved correctly. Look at the serial monitor, or in the log file, and it prints out the parameters it read from the config.txt file. Make sure...

https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/blob/ee65f22dc411fcdebf1e5a78e8f742f95b18768b/v62/ESP32-CAM-Video-Recorder-junior-62/ESP32-CAM-Video-Recorder-junior-62.ino#L627 All these lines read the config file until they find a space " " separator. You could change it to find a tilde "~" or colon ":" separator from...

Did you make all the changes ... 7 or 8 lines with read until space?