News

We are excited to introduce the all-new Arduino Nano ESP32 – a powerful and versatile IoT development board that opens up a world of possibilities. This feature-packed board combines the ESP32-S3 with ...
The newly released Arduino Leonardo has a few very interesting features, most notably the ability to act as a USB keyboard and mouse thanks to the new ATmega 32U4 microcontroller.
This Arduino sketch converts an original Amiga 500 keyboard into a USB HID, allowing it to function as a modern USB keyboard. The sketch reads the Amiga 500 keyboard signals and translates them into ...
Arduino-USB-KM-Switch-2.0 This is a fork dating from October 2021 of the original repo by nathalis, before it was removed around May 2022. By that time the README had been updated to say that this ...
This tutorial will guide you through the process of building a tachometer around an Arduino. Tachometers are used to measure rotation rate in Revolutions Per Minute (RPM). You don’t need much… ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
It's of course backwards compatible with existing Arduino add-ons, but sets itself apart with a new USB controller with lower latency and driver-free operation on Mac and Linux.
I have started this joystick controller experiment inspired by the need of a simple DIY joystick which could deliver greater flexibility in the possible designs. Hardware component basis is very ...