Demystifying machine learning via Bluetooth with Arduino

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • tf4micro-motion-kit

    Arduino Sketch and a Web Bluetooth API for loading models and running inference on the Nano Sense 33 BLE device.

  • To understand it better, I spent time diving into the open-source script tf4micro-motion-kit.js that is used as part of the project Tiny Motion Trainer. In this post, I am going to explain how a machine learning model can be transferred via bluetooth from the browser to an Arduino.

  • tiny-motion-trainer

    Train and test machine learning models for your Arduino Nano 33 BLE Sense in the browser.

  • If you want to dive deeper into the entire code written for the Arduino sketch, you can find it in this repository and if you want to look at the code written to create the model, the Tiny Motion Trainer project is also open-source!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • IOS-Nordic-Thingy

    iOS Library and example application for Thingy:52™

  • The Arduino Nano 33 BLE Sense is designed around a Nordic Semiconductor chip which has a Maximum Transmission Unit (MTU) of 23 bytes, which represents the largest packet size that can be sent at a time. According to this resource, the maximum data throughput for this size is 128 kbps so you need to split the machine learning model into packets of this size to be able to transfer it over to the Arduino.

  • ArduinoCore-avr

    The Official Arduino AVR core

  • The first time I experimented with TensorFlow.js for micro-controllers, I got really excited about the fact that a machine learning model was transferred via bluetooth to my Arduino. In just a few seconds gesture control was enabled on a website! My excitement quickly turned into curiosity; how does it actually work?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is this a Nordic MCU?

    1 project | /r/MouseReview | 21 Mar 2023
  • Getting into the Semiconductor Industry

    1 project | /r/ChemicalEngineering | 19 Nov 2022
  • ESP32-C61: Delivering Affordable Wi-Fi 6 Connectivity

    3 projects | news.ycombinator.com | 12 Jan 2024
  • What's the best board for novel OS development in terms of cost and quality of documentation?

    2 projects | /r/RISCV | 12 Jun 2023
  • Howto handle 24v with gpio inputs on esp32?

    2 projects | /r/esp32 | 20 May 2023