
RGB One Button USB Keyboard
Ever felt the need to have a tiny, yet functional, RGB backlit keyboard, no bigger than the size of a single k...

Simple keyboard using the tone() function using Arduino
This example shows how to use the tone() command to generate different pitches depending on which sensor is pr...

Arduino Mega-ISP Shield
Use this shield to re-burn the bootloader for any arduino. You can always make one on a breadboard, but having...

Arduino MIDI Chiptune Synthesizer
Relive the fun of early computer game music with an authentic 8-bit chiptune synthesizer, which you can contro...
Ever felt the need to have a tiny, yet functional, RGB backlit keyboard, no bigger than the size of a single key? No? Who cares, make one anyway! This instructable will guide you through the... Read more
This example shows how to use the tone() command to generate different pitches depending on which sensor is pressed. Circuit Connect one terminal of your speaker to digital pin 8 thro... Read more
Arduino Mega-ISP Shield
Use this shield to re-burn the bootloader for any arduino. You can always make one on a breadboard, but having a shield is great. This is great for people who works with lots of arduinos. Yo... Read more
Relive the fun of early computer game music with an authentic 8-bit chiptune synthesizer, which you can control over MIDI from the comfort of any modern DAW software. This simple circuit use... Read more
For several projects you might want to acquire some data from an Arduino board. There are several options and the one that I chose here uses the USB connection. I will explain how to store y... Read more
Oscilloscopes are an essential tool for electronics hobbyists and professionals to verify that their designs would work as expected. PC-based oscilloscopes score over standalone oscilloscope... Read more
Interfacing LabVIEW With Arduino In previous article of Getting Started with LabVIEW, we have seen about LabVIEW and how it can be graphically programmed and executed in computer (software l... Read more
This demonstrates how to use your Arduino MKR1000 to connect to InitialState.com to produce colorful visualizations of your sensor data. Things used in this project Hardware components Ardui... Read more
A guide to getting started with the ESP8266 with the Arduino IDE This assumes that yo have a NodeMCU type board with the Silicon Labs CP2102 USB to UART Bridge. These boards are convenient b... Read more
This tutorial shows how to interface eight LEDs to an Arduino using only two Arduino pins. This is made possible by using a PCF8574 I/O expander IC. A “Knight Rider” display is s... Read more
Hello Everyone. This is my very first Instructable so please go easy on me. This was more or less a test project to see if my new arduino board worked. Any friendly advice will be greatly ap... Read more
Since you lacked the USB interface in your own Arduino board, it becomes necessary to use a homemade/ready-made USB to Serial Converter Module as an efficient and economical solution. Inexpe... Read more