David Rathbone

Results 9 comments of David Rathbone

I got as close as G-Hooper, did anyone fix it? E.g. WebSockets with WS5100 fails with [WSc] Disconnected, ...if not I will re-write it as it's a mess.. way to...

Within Espressif's examples and API's see [https://github.com/espressif/esp-idf/blob/master/examples/system/ota/simple_ota_example/main/simple_ota_example.c](url) I first tested with your code only as I need other Arduino framework items for ease of development within Platformio. (Thank you) As...

failing under 10.x from npm install v4l2camera .... > [email protected] install /home/me/myfolder/node_modules/v4l2camera > node-gyp rebuild make: Entering directory '/home/me/myfolde/node_modules/v4l2camera/build' CC(target) Release/obj.target/v4l2camera/capture.o CXX(target) Release/obj.target/v4l2camera/v4l2camera.o In file included from ../../nan/nan.h:190:0, from ../v4l2camera.cc:3:...

Please put as simple as posible how to use pm2 to run a node appliaction as sudo It must be possible to use inline keyword pm2 start sudo myap

This works for Arduino ESP32 , have not tried yet with ESP32 IDF >5.00 and written the function changes:- Also not tested with ESP S3 or ESP C3 yet.... ```cpp...

> @daverathbone if this works for you, please share a link I am particularly interested in working examples using [SdFat](https://github.com/greiman/SdFat) / exFat working with SPI shared between SD and display...

Sad that not even one reply from repro owners on such an issue that makes their code work!

Had this kind of issue with ESP's turns out it was the boot loader being triggered with serial port, did not happen when port was changed to none boot loader...