Maker.io main logo

筛选条件

Tags

Adapter boards / Proto Boards
Analog Conversion
Audio / Amplifiers
Batteries / Power Supplies
Books
Cables / Connectors / Wires
Cases / Enclosures
Communications / Interface
Computer Equipment
Desktop Prototyping
Dev Boards / Programmable / Logic
Diodes / Transistors / FETs
Fans / Heatsinks
Hardware
LEDs / Displays
Memory / Data logging
Motors / Drivers / Solenoids
Resistors / Pots / Caps
Robotics
Sensors
Switches / Relays
Tape / Chemicals
Timing
Tools / Equipment
Trainers / Project Kits
Wearables
第 1-8 个结果,共计 8 个结果
Sort By:

选择过滤条件

TUTORIAL

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

How to Write Multi-Threaded Arduino Programs

By Maker.io Staff

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

BLOG

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

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

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

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

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