Junxiao Shi

Results 45 comments of Junxiao Shi

> rst cause:4 This [RST cause](http://iot-bits.com/esp8266/esp8266-reset-causes-rst-cause/) means "hardware watchdog reset". The ESP8266 has two watchdogs: a software watchdog and a hardware watchdog. If either watchdog determines our code is stuck,...

Software watchdog is already disabled. Hardware watchdog cannot be disabled from Arduino code.

`processing.pde` is a Processing sketch, not an Arduino sketch. Download Processing:

The hardware may not support every resolution. Try a different resolution.

> `server.on("/stop"` That would not work. The HTTP server is single threaded. The thread is busy executing the MJPEG handler, so that it cannot process the `stop` request.

@41linea45 > I need to control stream start stop by button The MJPEG stream is pull-based: it is the HTTP client who determines when to start and stop receiving the...

I tested the application but could not get it to work. ```shell $ docker run -it --rm --network host -v $(pwd):/app -w /app michaelbalser/python-opencv bash root@sunnyJ:/app# lscpu Architecture: aarch64 CPU...

I had to delete LLVM and rebuild everything from scratch, but then it is working properly in [my use case](https://github.com/usnistgov/ndn-dpdk/tree/47177c88ca89363b8fc39530290a5ad4c5784952/ndn/ndntestenv/tiny). ```shell $ ../tinygo/build/tinygo version tinygo version 0.26.0-dev-f6e6aca8 linux/amd64 (using go...

> you could try to use the supported IP protocol to wrap your custom packets NDN-DPDK does support UDP protocol. A connection / face can be created with a locator...

It's probably caused by different https://github.com/espressif/arduino-esp32 versions. Have a look at https://github.com/yoursunny/esp32cam/issues/23#issuecomment-1046120261 on how to make PlatformIO select arduino-esp32 v2.0.2.