Recursive Cloud Machine Learning from Arduino Devices

Опубликовано: 12 Июль 2026
на канале: Visual Micro
1,117
18

Not only can you run your ML model on a microcontroller, you can feed the data back into the model from the microcontroller, giving an ever improving distributed ML system...... More information and links below....

The idea of having the knowledge gained through machine learning on an embedded device is amazing in its own right.... but most of the things we want ML to train on comes from edge devices like the ESP32 and Nano33BLE / Teensy.

Being able to build this into a cyclical relationship, where the edge devices collect data, error check predictions, and feed the results back into storage.

The Build server then processes this using designed Keras model in Tensorflow, to produce the C++ data allowing the device to use the predictive model in its daily usage. It then also uploads the model back to the board(s), which can be scheduled, or on-demand depending on the project.

Being able to automate the data flow from multiple edge devices, to the central model, and re-deploy to devices in one workflow... makes for a powerful data collection and training of the AI, but also allows for constant comparison to, and learning from new data received by all nodes of the system.

Our Website:
https://www.visualmicro.com/

Machine Learning Overview (All Examples linked from this page):
https://www.visualmicro.com/page/Mach...

Arduino Cloud Build Instructable:
https://www.instructables.com/Visual-...

TensorFlow GitHub Repo:
https://github.com/tensorflow/tensorf...

TensorFlow Building Hello World:
https://github.com/tensorflow/tensorf...

#Arduino #VisualStudio #AI #MachineLearning