EloquentArduino icon indicating copy to clipboard operation
EloquentArduino copied to clipboard

IO, scheduling, utils, machine learning... for Arduino

Results 10 EloquentArduino issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently using your library for some project (and it work really well, thank you), but using VSCode PlatformIO on Windows, I had 70+ compilation errors. Most them were...

Hi, I would be interested in: https://eloquentarduino.github.io/2020/05/easier-faster-pure-video-esp32-cam-motion-detection/?utm_source=old_version#tocfull-code Unfortunately the repo / code is not available anymore? Could you pls share it again?

Ciao, prima di tutto complimenti per il tuo lavoro. Come posso ottenere il colore dominante di un'immagine ? Grazie Hello, first of all congratulations on your work. How can I...

hi, have this error and costant reboot on esp32-camera with AI thinker camera. modified example as code: ` #define CAMERA_MODEL_AI_THINKER ` but i get this error: `Camera Ready! Use 'http://192.168.4.1:81'...

To accomodate Wifi repeaters, allow the user to specify a custom function to identify an AP, for example joining SSID + MAC address. Take a look at ```cpp esp_wifi_set_promiscuous(true); esp_wifi_set_promiscuous_rx_cb(&wifi_sniffer_packet_handler);...

enhancement

hi simone your implemenations of the different classifiers are very helpful for arduino programming. thank you! do you plan to implement some regressors too? f.e. DecisionTreeRegressor SVR and so on?

enhancement

Trying to compile the morse example file I get several errors, I've been able to compile after the following changes: - in model.h I've commented out -> #include , and...

https://github.com/eloquentarduino/EloquentArduino/blob/master/examples/CameraMotionDetection/CameraMotionToTelegramExample/CameraMotionToTelegramExample.ino This has an include error c:\users\###\documents\arduino\libraries\eloquentarduino\src\eloquent\apps\telegram\bot/basetelegrambot.h:34: undefined reference to `UniversalTelegramBot::UniversalTelegramBot(String const&, Client&)' The previous version 2.1.2 seems to include correctly.

I missing a library and am not sure where to find it, any help would be appreciated. In file included from C:\Users\Admin\AppData\Local\Temp\.arduinoIDE-unsaved202326-36680-1dqphyx.a5gcl\CameraWebServerExample\CameraWebServerExample.ino:2:0: c:\Users\Admin\Documents\Arduino\libraries\EloquentArduino\src/eloquent/networking/wifi.h:7:10: fatal error: WiFi.h: No such file or...

Couldn't compile on linux without this fix