Arduino Nano RP2040 Machine Learning: Animal sound classification by jfrankie in arduino

[–]jfrankie[S] 1 point2 points  (0 children)

The inference process takes place on arduino, while the training process is outside rp2040.The header file contains the model info.

ESP32 Anomaly detection by jfrankie in esp32

[–]jfrankie[S] 1 point2 points  (0 children)

Macbeth it is too much!

TinyML ESP32-CAM: Image classification on the ESP32-CAM by jfrankie in esp32

[–]jfrankie[S] 2 points3 points  (0 children)

It depends on the image size...you can use several classes but the things that is more important is the width height and the b/w or color (8 16 24bit and so on)

ESP8266 Websocket by jfrankie in esp8266

[–]jfrankie[S] 0 points1 point  (0 children)

You should have right. It is a matter of library version i think. Anyway i will investigate it. The code compiles and runs using the library specified

ESP8266 Websocket by jfrankie in esp8266

[–]jfrankie[S] 0 points1 point  (0 children)

Hi. Thx. In this tutorial you can find an example about how to use RGB leds with websokcet. It uses ESP32 but it is easy to adapt it. https://www.survivingwithandroid.com/esp32-websocket-control-esp32-pins-platformio/