Arduino Tutorials
-
How to Program an ATtiny85 with the Arduino
Sometimes, even a small Arduino is too large for your project. Maybe you only need a few pins, want to use as little power as possible, or don’t have enough physical space. In these cases, the ATtiny85 might be just what you need. ATtiny processors come in various versions, but the ATtiny85 is the most…
-
How to Use an Arduino Joystick
The joystick module is a versatile input device commonly used in maker projects. In this article, you’ll learn how to connect an Arduino joystick to an Arduino UNO, how it works, and how to use it in your next project. How the Joystick Works The joystick module uses potentiometers for the x-axis and y-axis. When…
-
Collecting Data in Edge Impulse with the Arduino Nano 33 BLE Sense
Collecting Data in Edge Impulse with the Arduino Nano 33 BLE Sense If you want to develop AI models using machine learning with Edge Impulse, you need one thing above all: data. Lots of data. In this tutorial, you’ll learn how to collect motion data using the accelerometer of the Arduino Nano 33 BLE Sense…
-
Connecting Arduino Nano 33 BLE Sense with Edge Impulse
With Edge Impulse, you can easily collect sensor data, develop AI models from it, and deploy these back to a microcontroller. The perfect companion for this is the Arduino Nano 33 BLE Sense – not only does it have suitable sensors directly on the board, but it’s also capable of running your AI models. In…