Maker.io main logo
TUTORIAL
125

PlatformIO Advanced Features for Code Debugging and Version Control

By Maker.io Staff

While the Arduino IDE is light on debugging tools, PlatformIO offers native features to ensure the quality and reliability of your embedded projects.

PROJECT

Making Famous Magic Wand 33x Faster

By Alex Miller

Creating a faster, smaller, and more accurate magic wand than the famous experiment provided in Arduino Sketch, given the same hardware.

TUTORIAL
6,243

How to Write Multi-Threaded Arduino Programs

By Maker.io Staff

How to Write Multi-Threaded Arduino Programs, Arduino, Maker.io, digikey, DigiKey

BLOG
140

A Look at the Added Features in the New Arduino IDE 2.0 RC

By Maker.io Staff

The official Arduino IDE 2.0 release candidate was just released for all major operating systems, so we'll review its features, workflow, and improvements.

PROJECT
41

Inertial Handwriting Recognition using Arduino Sense

By Beryl Sui

In this project, my friend and I assembled a "virtual pen" with Arduino 33 BLE Sense that determines which digit the user is writing based on the motion they make holding the pen, without the use of a camera.

PROJECT
287

How to Use Embedded Machine Learning to Do Speech Recognition on Arduino

By ShawnHymel

Learn how to create your own keyword spotting system with custom keywords using Edge Impulse to train a neural network

PROJECT
1,274

Intro to TinyML Part 2: Deploying a TensorFlow Lite Model to Arduino

By ShawnHymel

In this tutorial, we will load our model in Arduino using the TensorFlow Lite library and use it to run inference to generate an approximation of a sinewave.

PROJECT
2,533

Intro to TinyML Part 1: Training a Model for Arduino in TensorFlow

By ShawnHymel

We will create a neural network that is capable of predicting the output of the sine function, convert this model to TensorFlow Lite and examine it using Netron