Dirk Luberth Dijkman

Results 69 comments of Dirk Luberth Dijkman

added a speed slider https://ldijkman.github.io/async-esp-fs-webserver/ ![Screenshot from 2024-03-27 17-44-07](https://github.com/kitesurfer1404/WS2812FX/assets/45427770/e3e71442-1f92-4dd6-a498-f8a8b67a60e5)

some changes higlight button on auto play cycle https://ldijkman.github.io/async-esp-fs-webserver/ ![Screenshot from 2024-03-30 07-52-44](https://github.com/kitesurfer1404/WS2812FX/assets/45427770/b31fa864-80bb-444d-9eb5-f1c6d09dc927)

maybe try to flash it from browser https://ldijkman.github.io/async-esp-fs-webserver/ino/ESP32-CAM_Camera_Webserver/BIN/CAM-Flash.html then you krow if it is software or hardware related

Hmmm lefttop button camera should not say text camera But your text camera type ov2640 Sorry i have no idea lefttop not text camera but should list the type ![config](https://github.com/s60sc/ESP32-CAM_MJPEG2SD/assets/45427770/a1cac300-6a32-431b-8e3c-8c54a7990689)

If there is a wifi router internet connection files should be auto downloaded and saved to sd card

i was think more like a doorbell cam if input is high or low send telegram message with a handy stream link that will open in browser a message like...

better give a bit more info in arduino comments that it start as an wifi accespoint where you have to connect to with a wifi broadcasted name "ESP32-API1234" and password...

scheduler.html served from ESP espasyncFSbrowser webserver with your program ;-) ![Screenshot from 2024-02-05 04-16-59](https://github.com/cotestatnt/async-esp-fs-webserver/assets/45427770/4ef2a14c-f26c-478b-af8e-1cb1c206840d) edit scheduler.html in ace editor and save it on esp webserver (copy paste from codepen.io example)...

do not realy understand it all but scheduler on / off switchtimes array websocket seems to get to the ESP and also on serial monitor const ws = new WebSocket('ws://8.8.8.8/ws');...

trying to figure out how it works my simple server ino with custom websocket listener // Init with custom WebSocket event handler and start server server.init(onWsEvent); added when server on...