0% found this document useful (0 votes)
225 views50 pages

Advanced View Arduino Projects List - Use Arduino For Projects

Here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. Most of the electronics geeks are asking the whole list of arduino projects PDF.

Uploaded by

Bilal Afzal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
225 views50 pages

Advanced View Arduino Projects List - Use Arduino For Projects

Here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. Most of the electronics geeks are asking the whole list of arduino projects PDF.

Uploaded by

Bilal Afzal
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 50

Advanced View Arduino Projects List

List of Projects using arduino with advance view:


1. Arduino Sketch Music Sequence Demo
This sketch is used by Exercise: Music Sequencer. Full Source Code The full code is all in one
file MusicSequenceDemo.ino. // MusicSequenceDemo.ino : demonstrate generation of two simultaneous tones at different rates and patterns // The example
program generates audio-frequency square waves at different // pitches and…... Listed under: Sound – Audio Projects

2. Indoor Air Quality Meter


Simple project to check the air quality in your house. Since we stay/work from home a lot lately, it might be a good idea to monitor the
quality of the air and remind yourself when it's time to open the window and get some fresh…... Listed under: Metering – Instrument Projects

3. Arduino Sketch Event Loop Demo


This sketch is used by Exercise: Event-Loop Programming. Full Source Code The full code is all in one file EventLoopDemo.ino.
// EventLoopDemo.ino : demonstrate generation of two simultaneous square waves at different rates // The example program generates audio-frequency
square waves at different // pitches on pins…... Listed under: Arduino Programmer Projects

4. BLACKBOARD V-PLOTTER
In this instructable, I'd like to share how to build a vertical plotter that can draw texts and images on the blackboard. Let's getting
started. https://youtu.be/YTYxPt15hTQ Time-lapse video with hatch fill extension from Inkscape. https://youtu.be/w_8iHQgj6ss Step 1: Bill of Materials Main
components: 1pcs x Arduino Mega…... Listed under: Other Projects

5. Quality of Life Meter


Harsh new rules at work getting you down? Overtime sucking the life out of you? Or maybe things are great, either way now you can show
your co-workers and management exactly how you feel about your job without a single meeting, memo, or team bonding…... Listed under: Metering –
Instrument Projects

6. Arduino Sketch Stepper Sweep


This sketch is used by Exercise: A4988 Stepper Motor Driver. Full Source Code The full code is all in one file StepperSweep.ino. //
StepperSweep - move a stepper motor at different rates // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms…... Listed under:
Motor Projects

7. PCB NANOLEAF/HEXALEAF
I've been a fan of Commerical Nanoleaf available in the market but their cost is pretty high so I try to make my own version by
designing a WS2812B LED strip and connecting three of these strips together in a triangular shape to make a…... Listed under: Other Projects

8. Modifying a Robot Arm using Arduino


Essentially another tutorial involving controlling DC motors. In this post I’m going to first alter a robot arm I had built
previously from a beginners kit so that it can be controlled from Arduino. Then I’m going to write a series of posts on different…... Listed under: Projects,
Robotics – Automation Projects

9. RC Paper Tank – Bring your 3D models to life


Bring your 3D models to life! In this instructable we will custom make a remotely controlled tank. We will infuse
paper-craft with an arduino based system. This tank will be controlled on a android based phone though a bluetooth connection. I've strived to create
something with…... Listed under: Game – Entertainment Projects

10. Arduino Sketch Wheel Drive


This sketch is used by Exercise: DRV8833 Dual DC Motor Driver. Full Source Code The full code is all in one file WheelDrive.ino. //
WheelDrive - move a pair of DC motors at varying rate and direction // // Copyright (c) 2016, Garth Zeglin. All rights reserved.…... Listed under: Motor Projects

11. Fruit Sorter Robot Using Flexible Gripper


Hello Everyone, thank you for showing interest in our project. In this project, we are showing a fully automated robot
that sorts fruits and vegetables based on their color. The project happened in the context of the Bruface program and more precisely in the mechatronics…...
Listed under: Robotics – Automation Projects

12. Barcode Reading using Roborealm Output on Arduino LCD


This Instructable shows how to create a Barcode Reader using only a webcam together with
Roborealm and Arduino. The webcam used in this demonstration is the Logitech Quickcam and the LCD screen is labelled, JHD162A. What you need for this
project: 1. Arduino UNO 2.…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects, LCD Projects, Projects

13. Arduino Sketch Sound Demo


This sketch is used by Exercise: Multichannel Bipolar Transistor Driver. Full Source Code The full code is all in one
file SoundDemo.ino. // SoundDemo - generate sound using a speaker and pager motor // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under
the //…... Listed under: Sound – Audio Projects READ PREVIOUS POST:

An isolated analog input for


14. Professional Weather Station Using ESP8266 and ESP32 DIY (Please Check the V2.0 Improved Version Link!)
PLEASE CHECK THE NEW IMPROVED WEATHER
Arduino
STATION LINEAMETEOSTAZIONE v2.0! LINK VERSION 2.0 LINEAMETEOSTAZIONE HERE LineaMeteoStazione is a complete weather station which
This blog can be to
is dedicated
interfaced with professional sensors from Sensirion as well as some Davis Instrument component (Rain Gauge, Anemometer) Theelectronic
project is projects
aimed asand software
DIY…...
due to the author’s enthusiasm
Listed under: How To – DIY – Projects 
for these activities. The main
aim...
15. Arduino Sketch ServoSweep
This sketch is used by Exercise: Servo Sweep. Full Source Code The full code is all in one file ServoSweep.ino. // ServoSweep - move
a servo along trajectories // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the BSD 3-clause…... Listed under: Other
Projects

16. $50 Analog Joystick (HOTAS) With Haptic Feedback for Flight Sim
The aim is to create a fully functioning USB HOTAS* joystick from low cost electronics parts. I
bought Elite Dangerous when it was released for the Mac and realised very quickly I was going to have the floor wiped with me if I didn't have…... Listed under:
Game – Entertainment Projects

17. Arduino Sketch Read Sonar


This sketch is used by Exercise: Read Ultrasonic Ranger. Full Source Code The full code is all in one file ReadSonar.ino. // ReadSonar -
measure distance using a HC-SR04 or compatible ultrasonic ranger // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the //…... Listed
under: Other Projects

18. Apple Gripper


Fruit and vegetable market is a big sector that is worth more than 200 billion euros worldwide, this is expected to grow even more in the next
decade due to an increasing healthier lifestyle across different European countries. When fruits and vegetables are sold at…... Listed under: Other Projects

19. Analog In, Out Serial using Arduino


This example shows how to read an analog input pin, map the result to a range from 0 to 255, and then use that result to set
the pulsewidth modulation (PWM) of an output pin to dim or brighten an LED. Circuit image developed using Fritzing.…... Listed under: Projects, PWM Projects

20. Arduino Sketch Sensor Fade


This sketch is used by Exercise: Sensor Fade. Full Source Code The full code is all in one file SensorFade.ino. // SensorFade - read a
photosensor and control several LEDs at different brightnesses // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the //…... Listed under:
Sensor – Transducer – Detector Projects

21. DIY Current Sensor – 2.0


Hello there! I hope you all are fine and in good health. This instructable is about making your own current sensor that is compatible
with Arduino and most other widely popular microcontrollers. This project features a compact design and an all SMD component based circuit,…... Listed under:
Sensor – Transducer – Detector Projects

22. Arduino Sketch Read Accelerometer


This sketch is used by Exercise: Read Analog Accelerometer. Full Source Code The full code is all in one
file ReadAccelerometer.ino. // ReadAccelerometer - read a 3-axis analog accelerometer and display the results to the serial port // // Copyright (c) 2016, Garth
Zeglin. All rights reserved.…... Listed under: Metering – Instrument Projects

23. MicroBot V1
So this is my microbot V1 which is an ESP32 based robot which is powered by a Wemos d32 pro and controlled by Blynk. Its body is a 3D printed
square surface that has mounting holes for the same size PCB which is mounted with…... Listed under: Robotics – Automation Projects

24. Midi Light Show using Arduino


For a class, my teammate and I decided to develop a MIDI based system that has a responsive light for each note played.  For
example, if you plug our little setup to a keyboard, pending on which note you press, you'll get a specific color.…... Listed under: Projects, Sound – Audio Projects

25. Arduino Sketch ReadSwitchInput


This sketch is used by Exercise: Read Switch Input. Full Source Code The full code is all in one file ReadSwitchInput.ino. //
ReadSwitchInput - read a digital input and report its value using the LED and serial monitor // // Copyright (c) 2016, Garth Zeglin. All rights…... Listed under: LED
Projects

26. Game & MINTIA


This instructables show how to use a tiny sweet box to make a NES console. https://youtu.be/-ehaDDSYJaE Supplies TTGO T7 v1.3
https://www.aliexpress.com/af/Ttgo-t7-v1.3.html?d=... 1.54" ST7789 IPS LCD https://www.aliexpress.com/af/1.54-st7789.html?d=y... Lipo 303040
https://www.aliexpress.com/af/lipo-303040.html?d=y... MAX98357 I2S DAC audio breakout board https://www.aliexpress.com/af/max98357.html?d=y&or...
10*18 mm speaker https://www.aliexpress.com/af/1018-speaker.html?d=... Thin Prototype PCB https://www.aliexpress.com/af/lipo-303040.html?d=y... Four…...
Listed under: Game – Entertainment Projects

27. Arduino Sketch SoftBlink2


This sketch is used by Exercise: Soft Blink. Full Source Code The full code is all in one file SoftBlink2.ino. // SoftBlink2 - fades the onboard LED on and
off. // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the…... Listed under: LED Projects

28. Arduino Audio Sound Level Meter


This is add-on of the audio amplifier project result which is introduced in other instructable.
(https://www.instructables.com/PC-Speaker-Amplifier/) Usually many types of sound level meters are directly connected with input (or rarely output) signal lines
of amplifier. But personally I’m thinking any electrical connections with amplifier circuit…... Listed under: Sound – Audio Projects

29. Piano Metronome


This project was conceived of after I examined the types and styles of various off-the-shelf Metronomes. I am currently learning to play the
piano and having a Metronome in order to keep time was necessary. I felt sure that I could build one based on…... Listed under: Sound – Audio Projects

30. Arduino Sketch SoftBlink1


This sketch is used by Exercise: Soft Blink. Full Source Code The full code is all in one file SoftBlink1.ino. // SoftBlink1 - fades the
onboard LED on and off. // // Copyright (c) 2016, Garth Zeglin. All rights reserved. Licensed under the // terms of the…... Listed under: LED Projects

READ PREVIOUS POST:


31. Arduino Basics: Working One LED
I've been encountering lots or Arduino projects but generally most are on intermediate and advanced level and only a few
An isolated analog input for
basic instructions on how to start with Arduino. This project I made were actually inspired by this example on the Arduino page, but a much…... Listed under:
Arduino
Arduino LED Project Ideas, Ideas
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
32. Tweet-a-Pot: Twitter Enabled Coffee Pot using Arduino
Like the idea of making coffee on the fly? from your bed? While you're on the forbus coming
these home?
activities.

TheThen
main
the Tweet-a-pot is for you! Tweet-a-pot is the next in fancy twitter enabled devices. This coffee pot enables its owner to make a potaim...
of…... Listed under: Home
Automation Project Ideas, Ideas
33. Making a Prototype With Arduino (TIM-01 EYES)
I have been designing and building a robot. It got to the stage where it was time to do a head for it, but before I
did the head I needed to design some Eyes for it using the Nokia screens found cheaply on eBay. There…... Listed under: Development Board – Kits Project Ideas

34. Arduino Sketch Fade


This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Fade.ino. /* Fade This
example shows how to fade an LED on pin 9 using the analogWrite() function. This example code is in the…... Listed under: LED Projects

35. 3D Printed Digital Camera


This is a 3D printed digital camera that you can build yourself. By making your own digital camera, it takes away some of the mystery
around how such devices work, and are fabricated. Also, it allows you to fully customize the camera to your liking.…... Listed under: Video – Camera – Imaging
Projects

36. Arduino M&M Color Sorter


Are you tired of sorting your m&ms by hand? Looking for a silly way to spend your time and 3D printer filament? Then this is the
Instructable for you. This is a project that I built for one of my engineering courses, in which we…... Listed under: Other Projects

37. Blink Arduino Sketch


This is a standard Arduino example sketch, copied here for reference. Full Source Code The full code is all in one file Blink.ino. /* Blink
Turns on an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you…... Listed under: LED Projects

38. Acrylic Arduino Prototyping Stand


I do a lot of projects with Arduino's and breadboards.  Often as I work on a messy workbench, the Arduino or breadboard get
jostled and the wires pop out of the headers or the breadboard. To solve this problem, I decided to make a simple…... Listed under: Ideas, Interfacing(USB –
RS232 – I2c -ISP) Project Ideas

39. Arduino OLED Spectrum Analyzer


Image: Today I am make an Arduino OLED Spectrum Analyzer its work with 0 to 3.3v Analog input. This is very smooth and
clear Visualization of audio frequencies. This is very important to make an audio spectrum analyser for DVD Music player, IPod, MP3 player…... Listed under:
Other Projects

40. The LED Strip Jellyfish Costume with Arduino & LPD8806 Led Strips
It all started when I saw a BBC documentary in 2002 about deep waters of the ocean. There
was a biolimunescent jellyfish in the documentary, probably of the species "ctenophores" that grabbed my attention so in the later years I decided use it as a
Halloween costume.…... Listed under: LED Projects

41. How to use a while loop to calibrate the value of an analog sensor using Arduino
Sometimes you want everything in the program to stop while a given condition is true. You can
do this using a while loop. This example shows how to use a while loop to calibrate the value of an analog sensor. In the main loop, the sketch below reads…... Listed under:
Metering – Instrument Projects, Projects, Sensor – Transducer – Detector Projects

42. Fainting Goats Are Friends Not Food


Project by Ailey Simpson and Peter Ehvert Rooted in biomimetics, this project for Computational Design and Digital
Fabrication looks to emulate one of the most useless behaviours seen in the natural world, the Fainting Goat. The robot shown here copies some of the core
principals of the…... Listed under: Other Projects

43. Arduino-l3dgecomm – Integrating L3DGEWorld and Arduino


L3DGEWorld is a tool for monitoring and interacting with networks and computer systems. Within a
3D world, entities bounce, spin, scale and otherwise change. These entities all represent an entity in another context - be it a server, phone, router or other
monitorable device. The…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects, Projects

44. Mailbox Phone Alert


The mailbox phone alert sends you a text whenever you get mail. I remember anxiously checking my mail multiple times a day during the
spring of my senior year of high school as I awaited letters back from colleges. Nervously, I would walk up to…... Listed under: Phone Projects

45. Painless WiFi on Arduino


Communication with the outside world is a great feature for Arduino Projects and mandatory for many of them. In this instructable, we
will, painlessly, create an Arduino WiFi project that allows you to send it commands to turn on/off LED's connected to the Arduino from…... Listed under: Wifi -
WLan Projects

46. Tree Climbing Robot using Arduino


After I got comfortable programming and building with an Arduino, I used my newly acquire microcontroller skills to build a
robot.  Using a microcontroller, four high-torque DC gear motors, spiked legs, a linear actuator, rotation sensors, and 3 L298 H-bridge circuits, this robot can
climb…... Listed under: Projects, Robotics – Automation Projects

47. Home Security Smart Clock IoT Emergency App Notification


I made a Clock that not only display Time,Date, Temp & Hum but you can send message to the clock
via Mobile App (Blynk) from anywhere in the World as long as you are connected to internet. And you can also alert byPREVIOUS
READ Pressing Panic
POST: Button in…... Listed under:
Clock – Timer Projects An isolated analog input for
Arduino

48. Palm Arduino Board V3


I design and create this Palm Arduino V3 prototype PCB, as I was tired of recreating Arduino Compatible on This blog
perf is dedicated
board every timetoI
electronic projects and software
prototyping a new project, especially when I had to spend  a lot of time tracing the wiring to see that I…... Listed under: Development
dueBoard
to the–author’s
Kits Projects,
enthusiasm
Projects 
for these activities. The main
aim...
49. How to make a XY-plotter with Makeblock
Last month, I made a XY-plotter by Makeblock and use it to built a Drawing Robot. This Drawing Robot was built with
two Linear Motion Shaft D8x480mm, two Long Beam0824, the timing belt, two stepper motors, two stepper motor driver, and a micro-controller Arduino. 
You…... Listed under: Robotics – Automation Projects

50. How to Build a Smart House Model


Smart House will be the next smartphone. The technology that encompasses a smart house will become the new normal for
modern-day homeowners. Smart houses range from basic to advanced depending on the sensors that are installed in the house and the operating system. The
ARD-02,…... Listed under: Other Projects

51. Music PlayBox – ITTT


HKU Assignment Welcome to my "If This Then That" Project. For this project I made a simple music box where you can play several chords
of instruments. You can choose which instrument you want to play (piano/guitar) and which chord you want to play per…... Listed under: Sound – Audio Project
Ideas

52. Best RGB LEDs for any project (WS2812)


When we're working with LEDs, we often like to control their state (on/off), brightness, and color.   There are many,
many different ways of going about this, but none are as compact a solution as the WS2812 RGB LED.  In its tiny 5mm x 5mm…... Listed under: LED Projects

53. Rainbow Led Circuit Sculpture


Today I would like to share how to make a sculpture circuit that controls 16 RGB leds using ATTINY85. We can adjust their colors
separately according to the colorwheel rule with a touch button. Step 1: Things We Need The main components are as follows:…... Listed under: LED Projects

54. Tiny MatchBox LCD Display – Desktop Decor


Have a nice day, in this instructable I'll explain how to make a little decorative display for your desktop. It connects
to your PC via USB and you can upload any image you want (240*240 BMP) It uses an Arduino pro micro for the serial…... Listed under: LCD Projects

55. DIY Skee Ball Machine


The skee ball machine is a wonderful thing. The simple experience of rolling a ball into a target is so freakishly satisfying that I used to
play as much as I could as a kid at the local amusement park/mini-golf course. The sound of the…... Listed under: How To – DIY – Projects

56. How to Build 8x8x8 LED Cube


An 8x8x8 LED cube is a visual treat with 3D effects and patterns. It works on the concept of Persistence of Vision, a feature of the human eye which
tricks our brain in to thinking that an object is present permanently at a place if…... Listed under: LED Projects

57. The Dryer Messenger using Arduino


The dryer in our house is in an out-of-the-way corner where it’s hard to hear the buzzer. When we miss it, the clothes sit in
the dryer getting wrinkly, so we start the dryer again, don’t hear the buzzer again … it’s an endless cycle.…... Listed under: Home Automation Projects, Projects

58. Morse Code Iambic Trainer and Decoder


In Amateur radio, Morse code is used to send messages using a series of short or long pulses which are heard by the
operator as audio beeps. The short beeps are known as dots or dits, and the longer beeps are known as dashes or…... Listed under: Other Projects

59. LED Shoulder Pads


For this project, I was inspired by my best friend. She had been wanting some disco-fabulous armor-inspired wearable technology for music
festivals and costume parties for some time. I took a pair of construction/gardening knee-pads and turned them into glitterific shoulder pads that shine
bright…... Listed under: LED Projects

60. Sense Magnetic Fields Like a Bird – Sensory Extension Puppet


This project will show you how to create a computationally enriched puppet that can detect
magnetic fields. The puppet (who I call Compy) has two very sensitive GMR analog magnetic sensors that are located in her beak, these sensors are read by an
Arduino Nano…... Listed under: Sensor – Transducer – Detector Projects

61. Using Copper Tape To Create A Digital Selection Pad using Arduino
This is partially me sharing this technique, and partially me learning how to use Instructables.
If there are issues with my documentation of the technique or my use of Instructables, please let me know in the comments - thanks! I needed a long row of…...
Listed under: Ideas, Interfacing(USB – RS232 – I2c -ISP) Project Ideas

62. Reverse Engineered Bumper Sensor Campsite Security Alarm


This Instructable is to build a very smart, talking campsite security system that is disguised in an
owl decoy. Now, this isn't your typical Arduino ultrasonic distance sensing project. Rather, you will learn how to reverse engineer the very inexpensive, but far
superior automotive bumper backup…... Listed under: Security – Safety Projects

63. How to Create an Arduino Compatible Bluetooth 4.0 Module


I had been looking for a cheap alternative to some of the Arduino Bluetooth devices I'd seen, which
in my opinion are overpriced. Redbear's Mini: $39.95 (Note: This is a uC and BLE combo). Redbear's Uno Shield: $29.95 BLEDuino: $19.95 (if part of Kickstarter)
Bluegiga…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects

READ PREVIOUS POST:

An isolated analog input for


64. Sense Direction Like a Bird: Sensory Extension Mask
In a couple of weeks, some students will visit my lab (Craft Tech Lab) to learn more about wearable
Arduino
technologies. I wanted to build a quick and simple application of a sensor and vibration motors for them to play around with and rough up. While…... Listed
This blog is dedicated to
under: Sensor – Transducer – Detector Projects
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
65. Tilt Sensing Bracelet using Arduino
A bracelet decorated with six conductive fabric petals and a thread of beads with a metal bead at the end, makes for a
simple six point tilt detection. It is also designed so that the metal bead will make contact with two petals if it…... Listed under: Ideas, Sensor – Transducer –
Detector Project Ideas

66. Programmable Arduino Remote Control (PCB)


With this small, palm-sized device, it is possible to remote control your PC or your Smartphone. Or to control your
PC and your Smartphone at the same time. And it is freely programmable. You can write programs like: Login to your PC, open and login…... Listed under:
Arduino Programmer Projects

67. Homemade Arduino Friendly Pulse Sensor


I saw the Open Hardware Pulse Sensor at thought I'd try to make it at home.  Took me awhile, but here's my
bumbling process. Step 1: Pulse Sensor -- Overview I've been working on re-making the the Open Hardware Pulse Sensor so it'd be "easy" to send off to…...
Listed under: Medical – Health based Projects, Sensor – Transducer – Detector Projects

68. FRICTION CALCULATOR – WITH IR LASERS


Friction can often seem like a 'boring' force. Something we are all familiar with from a young age, but friction does a
lot more than just make objects slow down - although that is a big part of this project. Friction allows the world to…... Listed under: Calculator Projects

69. Sensory Helping Hands: Modular Sensory Augmentation System (Prototype)


Having made a lot of wearables as an engineer, advisor, and through replication, there's one
irritation that I find consistent with a lot of systems (mine included) - components (typically sensors & actuators) can't be maneuvered to the wearer's
preferences. To begin to think about…... Listed under: Sensor – Transducer – Detector Projects

70. Otto Robot || Arduino Robot || Simple Arduino Robot


Hi, First off all Please subscribe to my youtube channel. This is the simplest Arduino robot. The name of
this Arduino robot is Otto Robot. The beginners can build it with simple steps. All codes and library is given on my github page. Let's begin this cut…... Listed
under: Robotics – Automation Projects

71. DIY Robotic Hand Controlled by a Glove and Arduino


This project idea came to me when I was sitting on a bed on a hotel room on vacation. I thought: "It'd be
really neat to have a robotic hand that I can control with my own hand!" Upon returning home, I embarked upon a…... Listed under: Robotics – Automation
Projects

72. Cheap Expandable Floor Piano


I created design to build a big and expandable floor piano (1 to 8 or more octaves) . They were plenty of challenges with this
piano. I wanted all bullet ticked: - Cheap - Big but could fit in a car (from 1 to 8…... Listed under: Sound – Audio Project Ideas

73. Hack Computer to Make It Smart!


Have you ever wondered why smartphones are called smart-phones? Because they are smart, right? They do some works
automatically, smartly. That's the short answer. I was thinking something, even if computers are a lot more powerful than phones, why aren't they smart! For
instance, mobile…... Listed under: Development Board – Kits Projects

74. MAXIMIZE THE CAPABILITIES OF ESP-01 ESP8266


ESP-01 ESP8266 is a popular and widely used module because of its low-cost, reliability and easily availability in
the market. It can be used as a stand-alone device or connected with a microcontroller. The ESP-01 is the smallest ESP8266 module and it has limited I/Os.…...
Listed under: Other Projects

75. Arduino Barometric Pressure Web Server


This example shows how to use SPI communications to read data from a SCP1000 Barometric Pressure sensor, and
how to then post that data to the web by using your Arduino/Ethernet Shield combo as a simple web server. Using the Ethernet library, your device will…...
Listed under: Internet – Ethernet – LAN Projects, Projects, Sensor – Transducer – Detector Projects

76. NES in a Cartridge using Arduino


Have your ever seen any of "Ben Hecks" portable console builds? Well if you haven't, he often uses these Chinese Famicom
clone consoles. These cloned consoles are often times refered to as NOAC's, meaning NES On A Chip. They are called this because they are…... Listed under:
Game – Entertainment Project Ideas, Ideas

77. Arduino Bluetooth PC Fan Wind Sensor With RemoteXY


This projects is a mix of two of my main passions, Arduino and Wind. Here is a simple project that I used
this OLD PC fan as a small wind generator to sense the wind speed. Here we are using modified PC fan as a wind speed…... Listed under: Bluetooth Projects

78. Create an Internet Connected Pill Dispenser


The P.I.L. Box - A Better Medication Reminder System Studies show the consequences of patients not taking
medications according to doctor's orders can be serious, especially in older patients.With today's low cost micro-controllers and sensors (and the incentive of
the Radio Shack / Instructables Micro…... Listed under: Internet – Ethernet – LAN Projects

79. COD (Camera on Deck) – Motion Time Lapse


INTRODUCTION Hi. I've built this little device for my HNC project back in the old days (2015). Because I like
photography, and my task was to make something using microcontrollers. I've made this little device using Arduino UNO, as this was an ideal board for…...
Listed under: Clock – Timer Projects, Video – Camera – Imaging Projects

80. Android talks to Arduino


This project slightly modifies the Google Android sample app called "Bluetooth Chat" so you can type a message in the Android app
READ PREVIOUS POST:
and that same message will appear on an LCD attached to an Arduino Uno. Functionality:  Android  talks to Arduino 1. Run the Android…... Listed under:
An isolated analog input for
Arduino Android, Interfacing(USB – RS232 – I2c -ISP) Projects, Internet – Ethernet – LAN Projects, Phone Projects, Projects
Arduino
This blog is dedicated to
81. Make an Emoticon Jacket with LCD screen using Arduino
Concept: I would like to make a jacket that has a small LCD screen to create subtexts
electronic for interpersonal
projects and software
human interaction. The user would use a limited "keyboard" with force sensors and buttons under soft silicone keys to create computer
due to textual subtitles
the author’s to
enthusiasm

for these activities. The main
human interaction…... Listed under: Arduino LCD Project Ideas, Game – Entertainment Project Ideas, Ideas
aim...
82. DIY USB Type-C Power Delivery Trigger Board
In this video we will have a closer look at a USB Type-C Power Delivery Trigger board. Such boards are used to
output 5V, 9V, 12V, 15V or even 20V from a Power Delivery compatible power source. So I will be showing you how such…... Listed under: Interfacing(USB –
RS232 – I2c -ISP) Projects

83. Create Interactive Electronic Instruments with MaxMSP


This Instructable is part 3 in an Intro to MaxMSP series I've just finished teaching atWomen's Audio
Mission in San Francisco.  Part 1 is an introduction to MaxMSP and MIDI, part 2 is intermediate Max and Audio, and this Instructable is all about interfacing
MaxMSP with hardware. I…... Listed under: Other Projects

84. Make another Arduino LCD shield


In this tutorial we make an LCD shield for using 20 character by four row LCD modules with Arduino Uno. Updated
18/03/2013 In this article you can follow the process of making another LCD shield for the Arduino Uno or compatible boards. In the past (which explains…...
Listed under: LCD Projects, Projects

85. Control Your Computer With a Stepper Motor!


In one of my previous Instructables, I showed you how you can use a Stepper motor as a rotary encoder. In this
Instructable, let's learn how we can use it to control our computer. So without further ado, let's get started! Step 1: Watch the Video…... Listed under: Motor
Projects

86. RGB LED Skate Light


I like to go skating every week but I noticed that the my skates weren't cool enough so I decided it was time for some lights! I installed these
lights on my Dad's skates as a thank-you present for taking care of the pool for…... Listed under: LED Projects

87. ITTT – Cat Laser


Heey my name is Rens Kuilman. For a school project (If This Then That) we had to make something using the Arduino. After a few misses I
decided to make a random laser, which I a lazy cat owner could use the get his lazy…... Listed under: Other Projects

88. Arduino controlled window for cat


I am submitting this instructable to the Arduino challenge. Please remember to vote! My neighbor had a little problem with
his cat. It want's to go out and back inside too frequently. Usually he opens just his kitchen window and let's the cat in/out. Usually…... Listed under: Home
Automation Project Ideas, Ideas

89. Homemade Infrared Rangefinder (Similar to Sharp GP2D120) using Arduino


Here is my instructable on how to construct a pretty simple (for some!) short range
infrared rangefinder/range sensor. Infrared rangefinders are very useful in a number of projects. The majority of these come from obstacle detection (in robots)
or generally detecting distances! The one shown…... Listed under: Internet – Ethernet – LAN Projects, Metering – Instrument Projects, Projects, Sensor –
Transducer – Detector Projects

90. Touch Sensitive Interactive Music Instrument DIY / Windows Version


https://youtu.be/_xEfiFxLKto “Sensor Retouch” touch sensitive interactive instrument which
allows to play Water, Fruit, Plants and Conductive surfaces as a musical instrument by your touch. All you need is Arduino and few upgraded touch sensitive
sensors, i’ll teach you how to put together everything and let start playing with your new interactive instrument !…... Listed under: Sound – Audio Projects

91. Alastor “Mad-Eye” Moody Moving Eyeball


Before COVID hit my son went to a costume party dressed as Professor Alastor "Mad-Eye" Moody from Harry Potter. I
made him a moving eyeball using an Arduino, servo and ping pong ball. Step 1: Parts list Arduino Uno https://smile.amazon.com/dp/B008GRTSV6 Arduino
Case https://smile.amazon.com/dp/B00HFSWC06 9-volt Battery Clip https://smile.amazon.com/dp/B01AXIEDX8 12g…... Listed under: Other Projects

92. Make your own Enigma Replica


EDIT: This Instructable has won Second prize in the 2013 Radio Shack Microcontroller Contest. Thank You to all who voted! This
is our very first Instructable and this step by step guide will show you how to build a fully functional electronic replica of the…... Listed under: Game –
Entertainment Projects, LED Projects

93. Robotic Eye using Arduino


Hello, This time I will show an application of the infrared sensor module with Arduino. This module (composed of a pair of LEDs, a
infrared transmitter and a receiver and an IC that generates a frequency modulated) is generally used to detect obstacles in robots.…... Listed under: Ideas,
Robotics – Automation Project Ideas

94. MIDI Note Player using Arduino


This tutorial shows how to play MIDI notes from an Arduino. MIDI, the Musical Instrument Digital Interface, is a useful protocol
for controlling synthesizers, sequencers, and other musical devices. MIDI devices are generally grouped in to two broad classes: controllers (i.e. devices that
generate MIDI…... Listed under: Game – Entertainment Projects, Projects, Sound – Audio Projects
READ PREVIOUS POST:

An isolated analog input for


Arduino
95. Serial Call and Response with ASCII-encoded output using Arduino
This example demonstrates string-based communication fromThis
the Arduino board to the
blog is dedicated to
computer using a call-and-response (handshaking) method. The sketch sends an ASCII string on startup and repeats that until it gets a serialprojects
electronic response from
and the
software
due to the author’s enthusiasm
computer. Then it sends three sensor values as ASCII-encoded…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects, Projects 
for these activities. The main
aim...
96. Arduino Magnetic Board
My first meeting with microcontrollers was a few decades ago (you might remember the first Parallax Basic Stamps) but with the
Arduino platform it happened more recently, only 6 years ago and although at that time the development boards were quite difficult to find, even…... Listed
under: Development Board – Kits Projects

97. Trinity Assembly


Hey dudes! Lets build the trinity synt! ! More information about the synth at: www.bastl-instruments.com Before you start: the board solders
from both sides and the component goes always above its printed sign so it hides the sign! You should know that there are some…... Listed under: Other
Projects

98. 12×12 LEDX From Escape From Tarkov


Once after Russian EFT community podcast where one of the guests said that expensive items, such as LEDX, should
occupy a larger number of the slots in secure containers... It didn't happen in 0.12,6 patch, but it did happened in my workshop. Supplies Things required:…...
Listed under: LED Projects, Sound – Audio Projects

99. 6 button RGB controller using Arduino


In this instructable we will learn how to use 6 buttons to control the color of an RGB LED with the use of an Arduino Micro
Controller. This is a fun and easy little project that should take you no more then 20 minutes to…... Listed under: Ideas, Interfacing(USB – RS232 – I2c -ISP)
Project Ideas

100. Serial Call and Response using Arduino


This example demonstrates multi-byte communication from the Arduino board to the computer using a call-and-
response (handshaking) method. This sketch sends an ASCII A (byte of value 65) on startup and repeats that until it gets a serial response from the computer.
Then it sends three…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects, Projects

101. Arduino Based Egg Plotter


An Egg plotter is an art robot that can draw on spherical shaped objects such as eggs. You could also use this machine to draw on
ping pong balls and golf balls. You can use your imagination with the designs you put on it, you…... Listed under: Other Projects

102. A Self-Contained Data Logging Anemometer


I love collecting and analyzing data.  I also love building electronic gadgets.  A year ago when I discovered the
Arduino products, I immediately thought, "I'd like to collect environmental data."  It was a windy day in Portland, OR, so I decided to capture wind data.…... Listed
under: Metering – Instrument Projects

103. How to Add an E-Ink Display to Your Project


Lots of projects involve monitoring of some kind of data, such as environmental data, often using an Arduino for
control. In my case, I wanted to monitor the salt level in my water softener. You might want to access the data over your home network,…... Listed under: Other
Projects

104. Calibrating sensor input using Arduino


This example demonstrates one techinque for calibrating sensor input. The Arduino takes sensor readings for five
seconds during the startup, and tracks the highest and lowest values it gets. These sensor readings during the first five seconds of the sketch execution define
the minimum and…... Listed under: Projects, Sensor – Transducer – Detector Projects

105. Arduino 4wd robot with ping sensor “J-Bot”


Experience Level: Intermediate (requires soldering) Time Required: 3-5 hours depending on experience J-BOT Kit 
Jameco P/N 2140285 Someone mentioned that Jameco needed a robotic mascot. I have always been a tinkerer, especially with radio-controlled electronics and
so I volunteered for the chance to design…... Listed under: Ideas, Robotics – Automation Project Ideas

106. Touch Sensitive Interactive Music Instrument DIY / OSX Version


“Sensor Retouch” touch sensitive interactive instrument which allows to play Water, Fruit, Plants
and Conductive surfaces as a musical instrument by your touch. All you need is Arduino and few upgraded touch sensitive sensors, i’ll teach you how to put
together everything and let start…... Listed under: Sensor – Transducer – Detector Projects

107. *duino Keg Temp Monitor, or the Quest for the Perfect Pint
I was looking for a project that combined my three favorite things - working in my shop, building
cool stuff for my bar and of course, drinking beer. After a couple of weeks in the old country drinking "the Guinness", I decided my I'd put a keg…... Listed under:
Temperature Measurement Projects

108. Arduino Fingerprint Lock


There is a short video for this Arduino fingerprint lock here: http://v.youku.com/v_show/id_XNjIxNzQyNzY4.html I live in a small apartment in
Shenzhen with my wife and baby, 5 months old.  Sometimes, I need to go out, for example, to go downstairs to buy candy or diapers for my…... Listed under: Security – Safety
Projects

109. Electronic Connect Four (arduino)


Authors: Kelly Bodeman - kbodeman4@gmail.com Jack Whelan - whelanjack11@gmail.com (For more questions contact us at
our emails above) Here is a link of a youtube video of our project: Connect Four Video AcknowledgmentsCalifornia Maritime Academy (Marine Engineering
Technology) Professor Chang-Siu (ET370 Electronics) The Idea: Connect Four…... Listed under: Game – Entertainment Projects
READ PREVIOUS POST:

An isolated analog input for


Arduino
This blog is dedicated to
110. SOCIAL DISTANCING INDICATOR
Social distancing indicator is used for many purpose . It is harmless and one of the social services. It will reduce the health
electronic projects and software
issues and society problems. Description SOCIAL DISTANCING INDICATOR DESCRIPTION:                        For the…... Listed under: Other
dueProjects
to the author’s enthusiasm

for these activities. The main
aim...
111. ORP / pH / Temperature Data Logger
As a Water Quality professional working in the drinking water field, I know how important it is to accurately monitor the
disinfectant levels in the drinking water that gets served to the public.  Usually, that means taking weekly grab samples in the distribution system and…... Listed
under: Sensor – Transducer – Detector Project Ideas

112. Tobias – Arduino Music Box With TVout


First of all, let me introduce Tobias, my girlfriend's giant teddy bear, who is the inspiration for this project. Tobias has a
personality, built up over time while we jokingly wonder in our minds what he does while she's away at work. The project was…... Listed under: Sound – Audio
Projects

113. Arduino Cyclone Game


I have never played the real cyclone arcade game but I like the idea to play with our reaction time. I designed a miniaturized game. It
consists in 32 LEDs forming a circle, the LEDs lights up one by one as a led chaser. The…... Listed under: Game – Entertainment Projects

114. Portable Fine Particle Measurement


The objective of this project is to measure air quality by measuring the quantity of fine particles. Thanks to its portability, it
will be possible to carry out measurements at home or on the move. Air quality and fine particles: Particulate matter (PM) is generally…... Listed under:
Temperature Measurement Projects

115. Particle Photon IoT Personal Weather Station


Supplies Particle Photon[OPTIONAL] 2.4GHz u.FL antennaSparkFun OpenLogSparkFun Photon Weather
ShieldSparkFun Weather MetersDallas DS18B20 Waterproof Temperature SensorSparkFun Soil Moisture SensorSparkFun Qwiic VEML6075 UV Light Sensor3.5W
solar panelSparkFun Sunny BuddyCustom 3D Modelled Stevenson ScreenA soldering kitA bunch of single-core jumper wireA 2-pin screw terminalSome male
and female…... Listed under: Other Projects

116. Tetrahedral LED Hat (Deichkind Style) V1


Do you know the German music band Deichkind? Well, I am a big fan of them and have been to several concerts. As
part of their stage shows this band wears tetrahedral hats, full of LEDs. Already at the first concert more than 10 years ago…... Listed under: LED Projects

117. Power Timer With Arduino and Rotary Encoder


This Power Timer is based on the timer presented at: https://www.instructables.com/id/Timer-With-Arduin... A
power supply module and an SSR (solid state relay) were attached to it. Power loads of up to 1KW can be operated and with minimal changes the load power
can be increased. The…... Listed under: Clock – Timer Projects

118. Wall-e, an Obstacle Avoiding Robot


https://youtu.be/MDWsgSw9pog It's not Wall-e, But it looks like Wall-e a bit. In this Instructable, I'm going to show how you
can make a simple obstacle avoiding robot using Arduino in a very simple manner. learn to interface a servo motor and ultrasonic sensor with Arduino.…...
Listed under: Robotics – Automation Projects

119. TWO WHEELS CRAZY RC CAR


About two years ago, I carried out a project involving a 2 wheel self-balancing robot from broken toy car. After upgrading it to new
version, this broken toy car was left in my warehouse and I intended that someday I would make it operating again.…... Listed under: Other Projects

120. Non-Contact Hand Washing With LED Timer Displays


Washing should be done even without the presence of the COVID-19 pandemic. Appropriate washing can
prevent the transmission of diarrheal infections and other person-to-person illnesses. For personal health, it is quite useful to follow CDC guidelines on hand
washing whenever one returns from being out…... Listed under: LED Projects

121. Temperature Sensor for Arduino Applied for COVID 19


The temperature sensor for Arduino is a fundamental element when we want to measure the
temperature of a processor of the human body. The temperature sensor with Arduino must be in contact or close to receive and measure the heat level. That's
how thermometers work.…... Listed under: Sensor – Transducer – Detector Projects

122. Strive for Five: Arduino 5-Minute Classroom Exit Timer


Are you a teacher? Do your students leave your classroom and stay out too long? Are you tired of trying to keep track of
whether someone is out of the room and how long he/she has been out? If so, then the the Strive For…... Listed under: Clock – Timer Projects

123. LED Skateboard Rubiks Cube


This project uses LED lights controlled by an accelerometer and gyroscope to challenge your skateboarding creativity. The LED
lights change according to what trick is being performed. For example, a shuvit (180-degree yaw rotation) changes the lights blue. a kickflip (360-degree roll)
changes the color…... Listed under: Game – Entertainment Projects, LED Projects

124. DIY Non Contact IR Thermometer V1.0


Currently, we are chasing an invisible monster named Corona Virus ( COVID-19 ) and we are going through the biggest
health crisis in our time due to a sharp increase in infection cases. One of the main symptoms of the COVID-19 infected person is an increase in…... Listed
under: Temperature Measurement Projects

125. Sonic Illustrations


Sonic Illustrations was technically born around 2013. Back then Istarted a little experiment in my bedroom which also served as my
workshop. I used the bass reflex speaker of my computer setup, put some clingwrap over it, poured some ecoline on the top of it,…... Listed under: Other
Projects

126. DIY Studio Light/ Light Box


Hey Everyone what's up. This is my DIY Studio Light Project https://youtu.be/AfNryfslxTc Which
READ basically
PREVIOUS POST: is a do-it-yourself studio light

that is made from a custom 3D Printed body and a custom PCB which were both provided by PCBWay. Question Is it better to BuyAn
an…... Listed
isolated under:input
analog How for
To –
DIY – Projects Arduino
This blog is dedicated to
electronic projects and software
127. RoboCat: a Pet Without the Mess
This will not be a tutorial, just me reflecting on the process and sharing it! Welcome to RoboCat, a cute pet without the mess!
due to the author’s enthusiasm
The RoboCat responds to any sounds above a certain range and if you press the red button you can give him…... Listed under: Robotics – Automation
for these

Projects
activities. The main
aim...
128. ITTT – Project Distance – Jurre De Groot 1D
HKU Assignment Hello all!Welcome to my HKU ITTT - "If This Than That" Project. For this assignment I created a
simple eye test. The Distance Measuring Eye will give you a score based on the distance away from the eye. In this Instructable I will show you my thought…...
Listed under: Temperature Measurement Projects

129. Multicolored Light-Up Countdown Timer for Studying


For this project, I wanted to make something that would aid me while studying, so I made a custom timer
to use for the Pomodoro Technique. This study technique involves allocating 25 minutes of uninterrupted focus to work/study, followed by a 5-minute break. I
wanted a…... Listed under: Clock – Timer Projects

130. Show CO2 Historical Level Curve With ESP32


Once I had made a project about the CO2 monitor that had such a problem. The displayed value changes too
frequently and fluctuates greatly, which makes it impossible for me to accurately judge the CO2 level. I have a point to make it better now—record…... Listed
under: Other Projects

131. Ultrasonic Mono Pulse Tracker


This project demonstrates the functioning of an "Ultrasonic Mono-pulse Tracker" built using two Grove ultrasonic sensors. Two
sensors facing forward at a small angle from each other are placed on a servo pedestal capable of rotating +/- 60 degrees based on commands from an Arduino
UNO…... Listed under: Other Projects

132. DIY Laser People Counter


Let's start of with a question: What is a people counter? .... Well, it is a device, that counts the amount of people passing by. They are
usually placed in doorways and can be used to see how many people are in a room or…... Listed under: How To – DIY – Projects

133. Low-tech and High-tech POV (Persistence of Vision)


Persistence of vision is an optical illusion. When we look at an object, our eyes keep seeing an image of it for
a fraction of a second after the object is removed. If several images appear quickly after each other, they seem to merge. My…... Listed under: Other Projects

134. Contactless Switchboard


https://youtu.be/o9go2oERWaQ This is a prototype version of the contactless switchboard which helps to control the appliances (AC
appliances can be controlled through relays) without touching the actual switches. This can be used in public places like malls, hospitals, etc. In this pandemic
time such device…... Listed under: LED Projects

135. AUTOMATIC WATER TAP


Greetings everybody! We hope you are in good health. In this Instructable, we will be converting a manual water tap into an automatic
one using an Arduino. We will use an Infrared sensor to detect the presence of a human hand and a solenoid valve…... Listed under: Other Projects

136. Bidirectional Zoom Mute Button


https://youtu.be/tfPAHNXUp20 We're spending the majority of our time on Zoom today, and yet we still keep forgetting to
mute/unmute and embarrassing ourselves. Sure, the Zoom UI is far from perfect, but as makers, we should be solving our own problems ourselves instead of
blaming it…... Listed under: How To – DIY – Projects

137. Personalized Professional Weather Station DIY, LineaMeteoStazione V2.0! Using EZSBC Boards ESP32, ESP8266, Attiny85
LineaMeteoStazione, in the improved version, is a
complete weather station solar powered which can be interfaced with professional sensors from Sensirion as well as some Davis Instrument component (Rain
Gauge, Anemometer) It also can be interfaced with a less expensive set of anemometer and rain…... Listed under: How To – DIY – Projects

138. Tunnel Book With Pinoo


https://youtu.be/nxLPUPADWy0 Purpose of the Project: Creating a tunnel book with a light sensor (LDR) and led module using the
Pinoo Control Card. Duration: 2 lessons Age Group: 7 years and older Set Used: Pinoo Basic Set Benefits: • Learns to code Pinoo control card • Learns to code
the…... Listed under: Sound – Audio Project Ideas

139. Zoetrope With Pinoo


https://youtu.be/sIY7vYLaDoo Purpose of the Project: To create a Zoetrope system with the button module and DC motor using the Pinoo
control card. Duration: 2 lessons Age Group: 9 years and older Set Used: Pinoo Full Set Benefits: • Learns to code Pinoo control card • Learns to code the…...
Listed under: Sound – Audio Project Ideas

140. Arduino/Unity Car Driving Experience


Idea behind project Hi, I am a 12-year-old kid who loves electronics, coding, space, and building. I remember, on my 10th
birthday, I began sitting in the front seat of our car, and I loved it. Not only did I not get car sick, but…... Listed under: Car Projects

141. Contact Digital Thermometer With Deep Sleep [Attiny85]


This might seem totally useless, considering how advance current technology can be and you might
even be like "Tsk! a Thermometer?" But there is a lot of experiment based on temperature (water temperature, room temperature, etc) so digital thermometer
becomes a key instrument for temperature…... Listed under: Temperature Measurement Projects

142. Hack Wrist Watch LCD With Arduino || D-type LCD || Arduino Digital Watch|| Vishal Soni
https://youtu.be/_lHsXlv9sZ8 Please subscribe to my YouTube
channel. In this tutorial we will hack our old school digital watch which is no longer working now. So let's fix the watch Control it's LCD display which is known as
D-type LCD display. Step 1: Open the Watch Take the…... Listed under: Clock – Timer Projects

143. Automatic Soap Dispenser With Hand Wash Timer


This project I wanted to build a better and more full-featured version of my present automatic soap
READ PREVIOUS POST:
dispenser. Automatic Soap Dispenser V1.0 This one can be improved a lot, and you left excellent suggestions in the video comments which I would like to
An isolated analog input for
incorporate in…... Listed under: Clock – Timer Projects Arduino
This blog is dedicated to
144. Improved Artwork Clock
Want to improved some piece of artwork? Surprise your friends by showing day time through it! You will find in this projects
electronic instructables the
and software
dueClock
way of making the same clock I did, it can totally be improved with strip leds, 3d printed supports, painting skill and…... Listed under: to the– author’s enthusiasm
Timer Projects
for these activities. The main

aim...
145. SIMON SAYS BOX
Authors: Jackelyn Garcia- JGarcia8710@csum.edu Hector Villalobos- HVillalobos7936@csum.edu Allan Hambly- AHambly1472@csum.edu (For
more questions contact us at our emails above) Here is the YouTube video for our project: https://youtu.be/_aWlVS0qf_Q Acknowledgements: California
Maritime Academy (ET Department) Professor Chang-Siu Erin Cole Gage Sturgeon Jack Whelan The Idea: The…... Listed under: LCD Projects

146. IMU Controlled LED Cube (Simon Says)


Authors: Bella Lax Tianle Zhai Alex Clark With Help and Thanks To: Professor Chang-Siu (ET-370) Professor Clyatt (ET-
370L) Erin Cole Cal Maritime Project Abstract: This new take on the classic Simon Says game utilized a motion processing unit and the six faces of a cube…...
Listed under: LED Projects

147. Gesture Sensing E-textiles


After playing around with Freetouch to make a knitted fabric switch, it was found that the sensor reading varied depending on the
type of interactions. For example, prodding the fabric resulted in a much lower sensor reading than grabbing the fabric. Based on this observation,…... Listed
under: Sensor – Transducer – Detector Projects

148. Stone-Paper-Scissors Game With Pinoo


https://youtu.be/J32Z-YdQCFs Purpose of the Project: Creating a rock-paper-scissors game with a servo motor module,
joystick module, module with lcd (I2c) and distance sensor using the Pinoo control card. Duration: 2 lessons Age Group: 7 years and older Pinoo Set: Maker Set,
Full Set. Benefits: • Learns to code Pinoo…... Listed under: Game – Entertainment Projects

149. Memory Lamp


[ Intro ] This product can you a way to keep your memory in a self-made frame, combining with a lamb decorated by yourself, increasing the
visibility and exposure of the image being kept in the memory lamp, creating your own unique memory. Features of…... Listed under: Memory – Storage Project
Ideas

150. Glowing Garden


For this project, I wanted to create an interaction that would seamlessly combine the natural and the digital to make a cohesive project which sparked
wondering and curiosity. I was inspired by the idea of a fairy garden and wanted to make a plant that…... Listed under: Sensor – Transducer – Detector Projects

151. DIY Robot Head Made Out of RGB LED Lights


In this instructable, you will be taught how to make a decorative robot head light by using RGB LED lights to create
a visual effect in the robot's mouth, the lights can shine brightly colored rainbow lights back and forth, almost as if the robot…... Listed under: Robotics –
Automation Projects

152. Simple Arcade Button Ideas for Your Projects


One thing that I've always needed for my projects is a simple form of input and output. At first, it was a simple
push button and an led on a breadboard. The breadboard mounted buttons are inconvenient. So I created a 3D printed stand to…... Listed under: Ideas

153. Social Distancing Robot


This instructable was created in fulfillment of the project requirement of the Make course at the University of South Florida
(www.makecourse.com). The Social Distancing Robot is a robot concerned with its health in the midst of the current pandemic. It has an RGB LED to…... Listed
under: Robotics – Automation Projects

154. Kid’s Control Panel With Arduino(s)


Since getting an Arduino starter kit I was wondering what to make of all those fancy buttons, shiny LEDs, touchscreen LCD
displays... I was thinking about weather station, but I was told that in the maker's world, weather station is like a "Hello World" app.…... Listed under: Other
Projects

155. COVID-safe Useless Box


This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida
(www.makecourse.com) Supplies One (1) Arduino Uno One (1) Adafruit 16-Channel 12-bit PWM/Servo Driver - I2C interface - PCA9685 Two (2) MG995 Metal
Gear Servo One (1)…... Listed under: Security – Safety Projects

156. Measuring the Boiling Point of Liquefied Gases Using Arduino and PhyPhox
A substance that is in a liquid state is constantly evaporating or passing into the
gaseous state (depending on the intermolecular forces and temperature). The pressure exerted by the gaseous molecules produced in this process is known as
vapor pressure. The vapor pressure depends on…... Listed under: Temperature Measurement Projects

157. A Shuttle Mission Control Mock-Up for Kids


A Mission Control Center for children was constructed to manage a pretend launch of the space shuttle. I wanted to
play-out the make believe mission with nothing but LED lamps to tell the story; both 7-segment displays and graphic displays with LED lights strategically
READ PREVIOUS POST:
mounted.…... Listed under: Other Projects
An isolated analog input for
Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
158. ESP32 CAM WEB Server and Getting Started Guide
This Instructables is all about setting up ESP32 CAM Webserver. The goal here is to connect ESP32 CAM
aim... with FTDI Module and
program it with the CAM WEB SERVER sketch which will allow us to monitor the camera feed via a web app. The Next…... Listed under: Video – Camera – Imaging Projects
159. Tom the Tortoise Thief
I had 8 small and really old servos, as well as an ESP32 that was soldered onto a copper stripboard. I therefore decided to make a walking
quadruped that would have something sticky on it's stomach, allowing it to pick things up secretly when it…... Listed under: Other Projects

160. Wizard Chess


Wizard Chess is a form of chess originally invented by J.K. Rowling in Harry Potter and the Sorcerer's Stone. The characters give verbal commands
to the chess pieces and they move by magic. Seems impossible right? Not anymore! Using an Arduino Uno, along with an XY…... Listed under: Game –
Entertainment Projects

161. Machine Learning With the Arduino: Air Quality Prediction Learning With the Arduino: Air Quality Prediction
Air Quality Prediction is a project that balances Arduino development
and Machine Learning. I have always found the world of machine learning captivating but was never able to run models on real-time data. Arduinos provide the solution with a
vast array of sensors supported on…... Listed under: Sensor – Transducer – Detector Projects

162. DIY Solar Panel Monitoring System – V1.0


A few months back, I have installed a small-scale Off-Grid Solar System. I am always very curious to see the
performance of my solar PV system, and the good news is that the charge controller that I am using has its own local display for…... Listed under: How To – DIY –
Projects

163. Useless Box


Interested in making a useless box? Building this project was a really fun experience for me. Having very little prior knowledge about circuits,
making this simple gadget was a great introduction to circuits for me. And, it's really fun to play with once completed! This…... Listed under: Motor Projects

164. Neo Pixel Tic Tac Toe (Arduino Uno)


Tic Tac Toe is a two player game in which the players compete to get 3 pieces in a row. In this project we constructed a Tic
Tac Toe game using a number pad and neo pixels as pieces. This results in a portable Tic…... Listed under: LED Projects

165. Party’s Over!


This is a little diorama made with Arduino for a school project. What happens is a party which just stops playing music. As the sound stops there's
a bright light which turns on. There are two partypeople. One is having a stroke or something because…... Listed under: LED Projects

166. Remote Smoke Alarm Buzzer & Microcontroller Interface


Add a remote buzzer to Smoke Alarms that are too far away be heard. Also add an optional
Microcontroller interface e.g. Arduino. This document describes how to: Modify an escape-light type smoke alarm to sound a remote buzzerCreate the buzzer
moduleCreate a microcontroller alarm interface…... Listed under: Battery Projects

167. The CelloBot (Robot Design Controlled by an Arduino Uno)


Hello, I'm Andre and this is how you can build and design your own robot with dancing features. This
robot was designed as a team project for my junior design class at Georgia Tech. The entire system is completely controlled by an Arduino Uno
microcontroller,…... Listed under: Robotics – Automation Projects

168. DIY Arduino Smart Digital Scale | ESP8266 + HX711


Hello to everyone, today I am here to show you a very insteresting project that I was working on for a while,
it consists on a digital scale using the ESP-12S microcontroller plus a load cell and it HX711 wheatstone bridge to i2c converter, it…... Listed under: How To – DIY
– Projects

169. Wearing Your Heart on Your Sleeve


There are many smart devices available to us that are able to detect our heart rate and other bio data by using a method
called photoplethysmography (PPG), a concept of how blood is able to reflect red light while absorbing green light. The device can…... Listed under: Sensor –
Transducer – Detector Projects

170. Pulse Oximeter and Heart Rate Monitor


Arduinos are incredibly useful tools for all sorts of projects. Given the current COVID-19 pandemic, having easy, fast,
cheap, and reliable access to health information is more important than ever. While an Arduino might not be the tool of choice for proper medical applications,
we…... Listed under: Other Projects

171. Chore Tracker


Chore Tracker is a device used to help motivate you to do your chores, and manage your time. Each week, Chore Tracker gives you a goal to
complete five chores of your choice. It will set a timer for you to stay on track and…... Listed under: Other Projects

READ PREVIOUS POST:


172. STONE HMI and Arduino + Physical Therapy Instrument
Today is Friday, January 29, 2021, control of the COVID-19 in Beijing is also promoting the "New Year in
An isolated analog input for
place", family said the Spring Festival can not visit each other, or each person is fined 1500. It seems to go out as little as possible,…... Listed under: Metering –
Arduino
Instrument Projects This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
173. Don’t Make Me Choose – a Randomized Light Wheel
So much of our lives is spent making choices. Cut down on that time by making your own "Don't forMake
theseMeactivities.
Choose" The

main
project.
aim...
This project uses the lights on a Circuit Playground to point to a specific item you have listed on the whiteboard. This…... Listed under: Arduino Battery Project Ideas
174. Resistive/Capacitive Sensing Tester (For E-textiles Soft Sensors and More)
A handy-dandy portable device for testing e-textile sensors on the fly. Sometimes your
electronics workspace and your textiles workspace are not the same places. You want to make multiple samples and test them, but then you have to carry your
whole electronics prototyping kit (laptop,…... Listed under: Sensor – Transducer – Detector Projects

175. Over Engineered True Random Value Generator


Random numbers are often used in daily for example in encryption, gambling, gaming and much more. These
numbers are generated by computers using complex algorithm but it can be predicated if we know the seed value and the algorithm. So this is my attempt
to…... Listed under: Other Projects

176. IoT Temperature and Humidity Sensors


About a year ago, I felt like some rooms in my house were colder than other ones. I wanted to check for sure, so I built a
few temperature and humidity sensors connected to my phone via wifi, and dispersed them in my house. I…... Listed under: Temperature Measurement
Projects

177. Automate Push Up Routine With ESP8266


For most of us during lock down, we have been practicing a lot of exercises. Either its some stretching or some muscle
building exercises. But one issue that I have faced personally is keeping track of my workouts. I was unable to see my progress…... Listed under: Other Projects

178. Smartphone LED Controller Using Bluetooth With Own Application


Hello friends welcome back to "Techno-E-Solution" In this video I'll be going to show you an
interesting project "Smartphone controlled LED Using Arduino & Bluetooth with Own developed Application", I developed this application on kodular app
making platform. In this project, we control the LED…... Listed under: Phone Projects

179. DIY Wireless Pi Table Decor


Going through the Instructables website, I came across this fascinating "Pi Day Speed Challenge" contest. I decided to take part in
the contest, as a challenge to myself of how creative and innovative can I be. As I'm not good as a cook, I did…... Listed under: How To – DIY – Projects

180. Getting Started With ESP-MESH and 8266 -8266


Introduction ESP-MESH is a networking protocol built on the top of the Wi-Fi protocol. ESP-MESH allows
numerous devices (generally referred as nodes) spread over a large physical area to be interconnected under a single WLAN. ESP-MESH allows multiple nodes
to communicate with each other under…... Listed under: Other Projects

181. Make Your Own Arduino AC Dimmer | Drive Motors & Lights
Hi every one, here Chris, and I want to show you how I made my own Arduino AC dimmer that can
control AC loads such as motors and lights easily. It has the power to handle 1200+ Watts and It's a very nice project for…... Listed under: Motor Projects

182. Never Lose Your Phone Again


Who hasn't ever left his phone on a spot and realised they had lost it too late? Anonimoconhache present you the solution: Don't
Lose Me. With this amazing gadget you will never lose your phone again. Whenever you are too far away from your phone…... Listed under: Phone Projects

183. RC Strandbeest
{This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida
(www.makecourse.com).} Inspired by the Wind powered machines built by "Theo Janse" I've come up with a design of my own, but with a twist. This design…...
Listed under: Motor Projects

184. Open Grow Light


Exactly a year ago (February 2020), James’ wife wanted to expand her plant growing setup in the house. This included a bigger, larger, taller
plant growing area AND the need for more lighting. BINGO! The seed for the Idea was planted. After an exhaustive market…... Listed under: LED Projects

185. Predator Count Down Box


This is a count down timer with some flair! This project was made as part of an assignment for an online engineering course. The
purpose was to have a timer with a set time which would then prompt the user to some action. The timer…... Listed under: Other Projects

186. Carnival Lights Game


Welcome to an Arduino beginner project. It's a simplification of my previous instructable; it's designed to be easier to reproduce. This is a
timing minigame where the active light moves back and forth across a row of lights in order. When the button is pressed the…... Listed under: Game –
Entertainment Projects

187. Toy Camera Using ESP32 + OV2640 Camera and 3.5″ TFT Touchscreen
https://youtu.be/G_ur5BdAAoE This project is for educational purposes. I made this for teaching
engineering classes for my kids. It helps to describes how the camera works. It consists of three main parts : BrainREAD
: thePREVIOUS
microcontrollerInput
POST:
: camera
moduleOutput : TFT display That parts are…... Listed under: Video – Camera – Imaging Projects
An isolated analog input for
Arduino
This blog is dedicated to
188. Ultrasonic Occupancy Counter (2-way)
https://youtu.be/Ncsu_gZS-qI This simple Arduino project can be placed in the doorway of a shop or other venue to count
electronic projects and software
the number of people inside. Limiting the number of people inside a space can help to maintain social distancing. A demonstration of to
due this project
the canenthusiasm
author’s be…...
Listed under: Other Projects

for these activities. The main
aim...
189. Automatic Arduino Pet Feeder – 3D Printed (With Stepper Motor)
Hi guys, I made an automatic 3D Printed Pet Feeder (or just dispenser, but I use it to feed my
dog). I 3D modelled all that project. U can print it by yourself. All parts are down there. Basically how it works, is u type…... Listed under: Motor Projects

190. How to Make Smart Obstacle Avoiding Robot Using Arduino Uno
https://youtu.be/tnwTlMyOL_8 Hi guys. In this instructable, I will teach you how to build an
obstacle avoiding robot. The robot will be a small and simple 2-wheeled car which will move forward until it detects an obstacle in its path. Upon doing so, it will
stop,…... Listed under: Other Projects

191. Tree Tidy – a Functional Desktop Decoration (Prototype Build)


Everyone loves a good desktop decoration. We can also agree that keeping our desks clean is
great. So why not combine both? In this Instructable I'll show you how to make a desktop item that combines aesthetics and cleanliness to create (in my very
biased…... Listed under: Other Projects

192. Arduino Basics With Night Light


Recently I have been playing around with Arduino. Arduino is really cool and is a great way to learn electronics. In this
Instructable I will teach you the basics of Arduino including: LED'sButtonsPotentiometersResistorsTinkercadAnd a project with this knowledge. Step 1: The
Board The controller can…... Listed under: LED Projects

193. Flappy Bird Game Using Arduino & LCD Display


Hello friends welcome back to "Techno-E-solution" in this article I'll show you how to make "Flappy bird game
using arduino Uno & LCD display". This is beginners level project, if board at home & if you want fun with arduino let's make this game. This…... Listed under:
Game – Entertainment Projects

194. Solar Powered WiFi Weather Station V3.0


In this Instructable, we will learn how to make a Solar-powered wireless weather station by using an ESP32 Wifi
Module and few common weather sensors available in the market. The weather station is fully solar-powered, so no need to worry about the external power
supply.…... Listed under: Wifi - WLan Projects

195. Automatic Arduino Powered Camera Slider With Pan and Tilt
Are you fed up of shaky footage that ruins your video? In this Instructable I attempt to address this
issue by building my own automated camera slider. I used the power of CAD and digital fabrication to create a robust gantry system that rolls along…... Listed
under: Arduino Video – Camera – Imaging Project Ideas

196. Visualizing Chaos With the Double Pendulum


We enjoy having an ordered, methodical and efficient lifestyle, however, more recently we have acquired a taste
for the disorganized, topsy-turvy, chaotic lifestyle. Which is why, in this Instructable we attempt to address our new found love for chaos by building a simple
machine to…... Listed under: Other Projects

197. Automatic Toilet Flusher (Reduce Touch, Reduce COVID-19 Infection)


The place most of us like to see a hands-free toilet flusher is in public washrooms. It will be
a welcome convenience – no-one wants to touch a public toilet! In this COVID-19 pandemic touching the flush button in a public toilet is risky also…... Listed
under: Security – Safety Projects

198. Open Theremin From Scratch: Building a PCB From Open Source Plans
https://youtu.be/CKgfZY-ZhTc This Instructable shows the steps I took to build my own
open source theremin (Open Theremin) when there was none available to buy online. The lovely thing about open source is that the plans are freely available to
make and modify. A theremin is…... Listed under: Other Projects

199. JCB Machine


JCB Machine is very popular because it is heavy-duty construction equipment in the civil industry. JCB is also known as the backhoe loader. It can
be used to load or unload the trucks very quickly. It is used for the construction of roads, loading and…... Listed under: CNC Machines Projects

200. Portable Portrait Painter


Introduction There are probably over one-hundred Arduino based plotting machines on the internet with instructions available on how to make them.
What makes this one unique (as far as I know), is the inbuilt camera and screen. Other plotters must be connected to a computer.…... Listed under: Other
Projects

201. Automatic Missile Defence System


Automatic Missile Defence System destroys aerial targets like aircraft, high-altitude ballistic missiles, and low-altitude cruise
missiles. Missile defense systems are really important for a nation like India which is surrounded by hostile neighbors. A Surface to Air missile is a very high
speed ( 2-4…... Listed under: Security – Safety Projects

202. Let Your Plant Talk


In Today's Tutorial, we will learn how to make our plant talk using Arduino nano with the MP3 player module.
READ PREVIOUS Basically, we will connect 3
POST:
sensors to the Arduino module: LDR Sensor. Capacitive Moisture sensor. DHT22 Temperature and humidity sensor. We will read the sensors…... Listed under:
An isolated analog input for
Other Projects Arduino
This blog is dedicated to
203. How to Teach an Online Circuits Class With Tinkercad
https://youtu.be/50l3fREv0Qo You probably know Tinkercad for the beginnerelectronic projects
friendly 3D and software
CAD program,
due to the author’s enthusiasm

but it also includes a circuit + Arduino simulator that runs in your web browser! I've used Tinkercad for both in-person and online college-level classes and for
for these activities. The main
introductory makerspace workshops. In this Instructable I'll not only…... Listed under: Other Projects aim...
204. Portable Auto Height Adjust Stand for Multipurpose
Height is a major concern in public places. Kids affected more in public places due to height problem. The
problem places due to height concerns are 1) First place is school from kg kids to High school kids, so lot of height variation so using…... Listed under: Other
Projects

205. Timer With TM1637 and Arduino


This timer is useful in both domestic and industrial applications. It is a countdown timer programmable in the range of 1s ....
9999s. During this time, the load is powered by a relay on the board. For repeated timings, it is possible to memorize the…... Listed under: Clock – Timer Projects

206. Smart Pull-Up Bar


Hello friends! My name is Nikolas and I am 15 years old. Today in this Instructable I'll show you how to make a Smart Pull-Up Bar which, when
you start doing Pull-Ups or Chin-Ups starts playing music in order to keep you motivated and after exercising for…... Listed under: Other Projects

207. Autonomous Basil Farm With Robot Arm!


Growing basil is great, but do you know what's even better? Having an autonomous basil farm! As the saying goes:
"never spend ten minutes doing something by hand, when you could spend 10 hours failing to automate it". Although I may be bad at gardening,…... Listed
under: Robotics – Automation Projects

208. STOP Face Touching Device


Why do you want to stop touching since it is part of our human nature? Well, it is all because of the virus floating around. Health
officials keep telling the public to stop touching faces when they couldn't help. So I decided to use some technology to…... Listed under: Sensor – Transducer –
Detector Projects

209. DIY Game Controller


Hey everyone what's up... so this is my DIY Game controller. It uses an Arduino Pro Micro which runs with HID Function, this is actually the
second version of my previous game controller which had buttons but this one has two joysticks. unlike the previous…... Listed under: Game – Entertainment
Projects

210. ECG Display With Arduino


This ECG (Electrocardiogram) unit has an integrated display. The display can show individual heart beats in a large format, the train of
heart beats in a small format and a Poincaré plot. It is battery powered and can be worn round your neck on a lanyard. It…... Listed under: Other Projects

211. Ez Arduino 12 DOF Quadruped Robot – Robot Dog Lassie


Since Boston Dynamics releases the quadruped robot - Spot, making robot dog has been very popular.
There are number of attempts to build similar robot. Most are expensive and very difficult to follow and to make one. This instructable is trying to deliever a
DIY…... Listed under: Robotics – Automation Projects

212. Making an Alarm Clock That Asks Questions Randomly


Do you usually have trouble getting up? Set more than a dozen alarm clocks in the morning, but still can't
wake up and turn them off in a daze. When you waking up and find out that you are late, and then you blame the…... Listed under: Clock – Timer Projects

213. TClock – Tissue Box Clock


In this Instructable I will show you how you can convert an empty tissue box into a cool Arduino based clock that can show the time,
date, current temperature & humidity in the room. If you like this Instructable consider voting for it in theTrash…... Listed under: Clock – Timer Projects

214. Arduino LED Night Lights With Switch to Turn on and Off
The design was inspired by a product that is also presented on Instructable called "Arduino Basics with
Night Light" (https://www.instructables.com/Arduino-Basics-With-...). Originally, the device is only allowed to change the LED lights by pushing down a button;
after adding the codes and circuits (added: a speaker…... Listed under: LED Projects

215. Wireless Mood Meter


Suppose your mood changes so fast that people can't cope up with it. You feel sad but people do something that makes you more sad. If
only they knew what you are feeling right now!Behold, I present you the Wireless Mood Swing Meter!! Place it…... Listed under: Metering – Instrument Projects

216. Arduino 8 Key Tinfoil Piano


In this Instructables tutorial, I will teach you how to make a simple 8 key piano with your Arduino. Supplies: Arduino
BoardBreadboard10MΩ Resistor*8Arduino mini box speakerWires/JumpersTapeCardboardTinfoil(optional) Hot glue gun Step 1: Gather Supplies Here is what
you'll need: Arduino BoardBreadboard10MΩ Resistor*8 (1MΩ Resistors work too)Arduino…... Listed under: Sound – Audio Project Ideas

217. Arduino Snake LED Game


In a previous project we created an interactive coffee table, which lit up leds under an object. In this project, we reuse that table to
create a snake game from the 2D matrix of LEDs. If some parts of the project are unclear, it may be…... Listed under: Game – Entertainment Project Ideas

218. Delayed Dog Feeder


For our second project, I wanted to make something that I am going to be able to use in my day to day life. When I have to leave during
awkward mealtime hours, it's important for my dog to maintain a consistent eating schedule, and…... Listed under: Other Projects

219. Arduino Volume Control


ArduinoUNO with volume control, pause/play button, and LCD display: This tutorial will show you how to set up an arduinoUNO to
produce a tone through standard earphones, with volume control via potentiometer, with visual volume display via LCD, with pause/play button. Step 1: Pieces,
READ PREVIOUS POST:
Parts…... Listed under: Other Projects
An isolated analog input for
Arduino
220. Arduino Cyclone Reaction Time Game
In this instructable, we walk through how I made a "Cyclone" - type arcade game using an Arduino. This
This blog game alsoto
is dedicated
electronic
includes a reaction timer mode. Let's get started! A list of things you will need: Arduino UnoLCD ScreenMCP23017 serial port expander2 projects and software
pushbuttonsLEDs of
due to the author’s enthusiasm
differing…... Listed under: Game – Entertainment Projects 
for these activities. The main
aim...
221. SafeT-Park System
This device will help protect parking structures by implementing three safety concepts into an IOT device. Automated emergency response
system, in the case of parking structure fires Integrated temperature and altitude sensor to pinpoint the location of the fire Activated pressure system to
mitigate radiation…... Listed under: Other Projects

222. Arduino Home Irrigation System With a 7 Segment Display


https://youtu.be/Iu4rbQRmRWo In this instructable we are building a home irrigation system based
on an arduino uno. I know there are tons of similiar projects / tutorials already floating the web, but maybe I did something different and you can pick up an
idea or two.…... Listed under: Irrigation Projects

223. Alone Together – Plant Lamps


This instructable is part of the course Physical Interaction and Realization at KTH, Royal Institute of Technology. We are going to
teach you how to build two, quite organic and interactive plant-lamps, Thorulf and Svamp. Thorulf is a plant with flex sensors and LEDs while Svamp is a
collection of mushrooms…... Listed under: Sensor – Transducer – Detector Projects

224. Blink an LED With Arduino in Tinkercad


https://youtu.be/yyG0koj9nNY Let's learn how to blink an LED (light emitting diode) using Arduino’s digital output. If
you’re new to Arduino, this is a great place to start. We'll connect an LED to the Arduino Uno and compose a simple program to turn the LED on…... Listed under:
LCD Projects

225. SMS Monitor || Dot Matrix Display || MAX7219 || SIM800L


In this video, you will learn how to use a GSM module, dot matrix display and how to display
scrolling text on it. After that we will combine them together to display messages received over a GSM SIM to a dot matrix display. It is…... Listed under: Other
Projects

226. Premiere Pro Edit Dial Controller (Seek / Play / Pause) ($6 DIY)
https://youtu.be/FACm5D3bskQ Update!!! New version is here!! I’m really into making Youtube
videos for Instructables. Sometimes it is hard to rewind the moment I wanted to pause. So, I thought it would be nice if I had a dial for it. [ Instruction ]
Manual https://eunchan.me/PREMIERE-PRO-CONTROLLER-DIAL-DI... Source Code https://github.com/happythingsmaker/PremiereProDi...…... Listed under: How
To – DIY – Projects

227. Arduino RFID Lock Tutorial


Dear friends welcome to another Instructable. This is Nick from educ8s.tv and today we are going to learn how to use this RFID
Reader with Arduino in order to build a simple lock system. For the first time, we are going to use RFID tags…... Listed under: RFID - NFC projects

228. 6WD Shock Absorption Robot for Arduino


The new design of the 6WD mobile platform, the vehicle uses 2mm aluminum alloy, aluminum spray surface
treatment. 6 high-speed DC motor (original 17000 rpm), with 1:34 full metal gear box, so that the car to obtain strong off-road performance. Shock absorption
design is the…... Listed under: Robotics – Automation Projects

229. Automated LEGO BB-8!


We absolutely LOVE the new LEGO Star Wars sets that have come out over the last couple of years. They're well designed, fun to build, and look g
What would make them even more fun is if they also moved on their own! We took…... Listed under: Robotics – Automation Projects

230. Arduino RC Car Wheel


This is an Instructable of my Arduino RC car Wheel in which I took a cheap RCcar and made it so the Arduino could act as a wheel,
controlling the direction it goes automatically. The Arduino RC car Wheel is my first original Arduino design…... Listed under: Car Projects

231. Arduino Based CNC Plotter Made From Scrap DVD/CD Drives
Indeed, the world of web has quad trillion tons of information but when you want to build
anything you need all the intricate little details. There are already a number of good DIYs, Tutorials and YouTube videos on the topic but I was unable to…...
Listed under: CNC Machines Projects

232. Arduino Based USB Paper Gesture Mouse


Please vote for me in the conests I have always been pretty amazed by the Capacitive sensor library of Arduino, It
makes me feel like a super human, I can make any non conductive material to act like a touch enabled controller for various use…... Listed under:
Interfacing(USB – RS232 – I2c -ISP) Projects

233. A Pocket Sized Touch Keyboard


In this Instructables I am going to explain about my new project called " A Pocket Sized Touch Keyboard" .It is a Arduino based
small physical device used to simplify your different keyboard operations.You plugs it into your computer usb port and touch it on…... Listed under: Sensor –
Transducer – Detector Projects

234. Cardboard Spider (DIY Quadruped)


Hello again and welcome to my new project. In this instructable I’ve tried to make a simple Quadruped made from materials
accessible to everybody. I know to get a good looking final product you need a 3d printer and maybe a CNC, but not everybody…... Listed under: How To – DIY –
Projects

235. Fake Dynamic Price Tag


Amazon's prices change constantly. If you leave items in your shopping cart for longer than a few hours, you'll likely get alerted about
minute fluctuations – $0.10 here, $2.04 there. Amazon and its merchants are obviously using some form of algorithmic pricing to squeeze the…... Listed under:
Other Projects

READ PREVIOUS POST:

236. Coke Machine Can Level Detector


Rev 2.5 - tidied up the 3D printed parts and updated the plug connector to a common PCB unit.An
Revisolated
2 - ultrasonic
analog"button"
input for
replaces manual push-button. Pushing a button is so old fashion, particularly when I'm already using an Ultrasonic sensor. Why not use…... Listed under: CNC
Arduino
Machines Projects This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
237. Desktop CT and 3D Scanner With Arduino
Computed tomography (CT) or computed axial tomography (CAT) is most often associated for with
theseimaging
activities.
theThe

main
body
aim...
because it enables clinicians to see the anatomical structure inside the patient without having to do any surgery. To image inside the human body, a CT scanner
requires X-rays…... Listed under: Other Projects
238. Arduino Pong Clock With Temperature and Timer
In Pong clock mode the clock uses the classic video game Pong to tell the time The 2 players automatically win
and lose so their scores show the hours and minutes. It is based on a clock by Nick Hall. This is the 2nd version of…... Listed under: Clock – Timer Projects

239. Line Follower Robot – Arduino Mega/uno – Very Fast Using Port Manipulation
Line follower robot is a useful robot that is used in ware houses, industries, and
stores etc, where it follows a dedicated path. The presented robot captures line position with IR Sensors. If the robot get off the line it will U turn and back to the
line…... Listed under: Robotics – Automation Projects

240. Robotic Hand With Wireless Glove Controlled | NRF24L01+ | Arduino


In this video; 3D robot hand assembly, servo control, flex sensor control, wireless control
with nRF24L01, Arduino receiver and transmitter source code are available. In short, in this project we will learn how to control a robot hand with a wireless
glove. Step 1: Video…... Listed under: Robotics – Automation Projects

241. DIY Digital Spirit Level


In this project we will have a closer look at accelerometer ICs and find out how we can use them with an Arduino. Afterwards we will
combine such an IC with a couple of complementary components and a 3D printed enclosure in order to create…... Listed under: Other Projects

242. The Ultimate DIY Automatic Fish Feeder Tier 2


The Tier 2 Feeder is a big step up from the Tier 1. This version uses an ESP8266 wifi module to sync the arduino's clock to control
the feeding schedule and the tank's lighting. Step 1: What You Will Need: Everything in Tier 1 except the…... Listed under: Other Projects

243. Eve, the Arduino Chatbot


Hello DIYrs, have there been instances when you really wanted to share your feelings with someone and no trusted one was around?
In today's busy world, this is a common instance. Well, a chatbot can help here to make you feel better. And that leads…... Listed under: Arduino Programmer
Projects

244. Arduino Powered Dog Food Dispenser


If your house is anything like mine, some tasks may be forgotten when in a rush. Don't let it be your pet that gets
forgotten about! This automated dog food dispenser uses an Arduino to deliver the right amount of kibble at the right time.…... Listed under: Projects

245. Multiple LEDs & Breadboards With Arduino in Tinkercad


https://youtu.be/MojSo7OtF9w Let's learn how to control multiple LEDs using Arduino’s digital outputs
and a breadboard. Expanding upon the last lesson on blinking an LED, We'll connect some LEDs to the Arduino Uno and compose a simple program to light
them up in a pattern. You can…... Listed under: LED Projects

246. Getting Started With Arduino: What You Need to Know


I have been working with Arduino and electronics for many years now, and I am still learning. In this ever-
expanding world of micro-controllers, it is easy to get lost and run circles around yourself trying to find information. In this Instructable, I will be showing…...
Listed under: Other Projects

247. Minimalist IoT Clock (using ESP8266, Adafruit.io, IFTTT, and Arduino IDE)
In this tutorial I show how you can make a minimalist clock synchronized with the
internet. I tested it with two different ESP8266 based boards: Firebeetle and NodeMCU. The microcontroller gets current time from a Google server, and
displays it on a NeoPixel LED ring.…... Listed under: Clock – Timer Projects

248. YouTube Subscriber Counter With LEDs


This is a YouTube Subscriber counter built with an ESP8266. It uses the YouTube apiv3 to poll for changes. It's made
specifically for one of my favourite youtubers Henk Rijckaert. It was featured in his livestream where the goal was to get to 9000 subscribers.
https://youtu.be/6b43IbccmZ0…... Listed under: LED Projects

249. Acoustic Levitator Case


Acoustic levitator from Asier Marzo is a very popular thing here on instructables. I build it, it was working but I noticed couple of issues.
For example: The 3D printed space between bowls is a bit fragile.The levitator can't stand on its own because of…... Listed under: Other Projects

250. DIY Attiny Programming Shield


If you are looking for a small and low powered Arduino board the Attiny is a really good option, its surprisingly featureful for it's
size. It has 5 GPIO pins, 3 of which are Analog pins and 2 which have PWM output. It is also…... Listed under: Arduino Programmer Projects

251. Knife Sharpening Angle Coach With Bluetooth & Arduino


Precision sharpening skills aren't developed overnight! Here's a high-tech way to monitor your knife
angle during sharpening, with the help of an absolute orientation sensor and bluetooth microcontroller. This project is a collaboration with Alex French Guy
Cooking! This is an intermediate level Arduino project, so…... Listed under: Phone Project Ideas

READ PREVIOUS POST:

252. Motorized Window Blinds Controller


For this project you will be creating a device that is capable of opening and closing window blinds, both automatically
An isolated analog inputand
for
manually (via a push button), based upon a time schedule and sensor data from a light dependent resistor. In addition, this deviceArduino
will be…... Listed under:
Other Projects This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
253. Arduino Perpetual Calendar Clock
The clock uses 2 electro mechanical clock movements controlled by an Arduino to display the Day for and Month.
these A third
activities.

Thequartz
main
controlled movement displays the time tide Low or High tide. The Calendar is fully automatic and takes into account leap years asaim...
well as…... Listed under: Clock
– Timer Projects
254. DIY Word Clock
Today, I will show you how to build a Word Clock. It is basically a clock which displays time using words. I will also show you how to use a Shift
Register and RTC using a microcontroller. Shift Register can come in very handy if you…... Listed under: Clock – Timer Projects

255. Music Reactive Infinite Mirror


Hi fellow makers! This is a project I've been working on for my Makerspace class at Collégial international Sainte-Anne. I truly hope
you will like it! https://youtu.be/rHbPYaLJt_g *I'm sorry about the focus being bad. It was almost impossible to obtain a great focus since the…... Listed under:
Sound – Audio Projects

256. Electronic Chameleon


Ever wondered how the chameleon changes its colour through the changes in environmental colours? There's something called
Melanocyte Stimulating Hormone or MSH. If you want to dig more into this please follow this Link. The stories apart, I wanted to build ambient lighting system
or something…... Listed under: Sensor – Transducer – Detector Projects

257. Automatic Drone Lap Timer – 3D Printed, Arduino Powered.


I've been growing more and more interested in the idea of First Person Video (FPV) drone racing.
I've recently acquired a small drone and wanted a way of timing my laps - this is the resulting project. This drone landing pad features an integrated
ultrasonic…... Listed under: Clock – Timer Projects

258. Reaction Time Meter (Visual, Audio and Touch)


Reaction time is a measure of time a person takes to identify a stimulus and produce a response. For example an
athlete's audio reaction time is time elapsed between firing of gun shot (that starts the race) and him or her starting the race. Reaction…... Listed under: Clock –
Timer Project Ideas

259. Cheap and Simple Arduino Eggbot


In this Instructables I want to show how to make a simple and cheap arduino plotter that can draw on eggs or other spherical
objects. In addition, soon Easter and this homemade will be very handy Step 1: Watch the Video https://youtu.be/cznLDhbVzlk Step 2: Materials…... Listed
under: Other Projects

260. Arduino CNC Drawing Machine (or the Road to Success)


This project is based on mostly items which are easy to find. The idea is to take two unused computer
disk units and combine them to create an automated drawing machine which resembles a CNC machine. The pieces used out of the drives include the…... Listed
under: CNC Machines Projects

261. Fading LED With Arduino Analog Output in Tinkercad


https://youtu.be/X8dHbdhnGKY Let's learn to adjust an LED's brightness using one of the Arduino's analog
outputs. You've probably already learned how to use Arduino's digital i/o pins to send HIGH and LOW signals to an LED, but some of these pins are capable of
simulating a signal…... Listed under: LED Projects

262. Arduino-controlled Water Rockets


You've all probably had a chance to do that classic high-school experiment: pop bottle rockets. You've probably taped on
some fins, a paper nosecone, and presto! You launch a "rocket" that is loads of fun- and watched it fall down from the sky. Why stop…... Listed under: Other
Projects

263. ISS Pointer Robo


https://youtu.be/0kBK3WHNv5Q Hi there, This is my contribution to the Space-Contest. There are some ISS-Pointer around the WWW. Some of
them use several PSUs and/or quite big motors. My goal was to build something cheap, looking cute and a little bit badass - all powered with only one 5 Volt…...
Listed under: Robotics – Automation Projects

264. Motion Activated Stairs


Yes, I know what you're thinking, this does seem a little overkill but first of all, you'll never have to worry about stubbing your toe again
and second, it makes walking up and down your stairs so much fun, i found myself going upstairs for no reason…... Listed under: Other Projects

265. Custom Macro Mechanical Keypad


In this Instructable I will be taking you through the basics of creating your own 6 keyed macropad, controlled by an Arduino. I
will be taking you through what you need, how to assemble it, how to program it, and how to improve it or…... Listed under: Other Projects

266. Yes – No : an Arduino Driven Mailbox


In this project we're going to show you how to make your mailbox more fun and usefull. With this mailbox, if a letter is in
your mail you have a nice light wich shows if you have mail, and you can controll this mailbox with…... Listed under: Other Projects

267. Web-Connected SMART LED Animation Clock With Web-based Control Panel, Time Server Synchronized
The story of this clock goes back a long way - more than
30 years. My father pioneered this idea when I was just 10 years old, long before the LED revolution - back when LED's where 1/1000 the brightness of their
current blinding brilliance.…... Listed under: LED Projects

268. Convert Your IR Remote to RF Remote


In today's Instructable, I'll show you how you can use a generic RF module without a microcontroller which will eventually
lead us to build a project where you can convert an IR Remote of any device to a RF Remote. The main advantage of converting…... Listed under: LED Projects

READ PREVIOUS POST:

269. Test Any MCU Using Only 4 I/O Lines


With this 'Test Fixture' and provided software you can test virtually any MCU with as little as 4An isolated
digital analog
I/O lines input
(even for
only 2 is
Arduino
possible, all be it tricky) for project suitability and performance. When I start a new project I don't like hooking…... Listed under: LED Projects
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
270. Fish Feeder 2
Introduction / Why this project In 2016 I build my first fish feeder, see Fish Feeder 1. The feeder worked fine for more then half a year. aim...
After that period the servos
were worn out, causing the program to halt, without sending an error-mail. Oops. I didn’t…... Listed under: Other Projects
271. Kids MP3 Music Box
When looking for some new DIY projects around arduino I found some nice ideas on RFID based MP3 players for Kids. And there is one
great professional toy box on the market - these guys rule. They made a great business out of their smart…... Listed under: Sound – Audio Projects

272. Versatile Volt, Ampere, and Power Meter


Multimeters are suitable for many purposes. But usually, they only measure one value at a time. If we deal with power
measurements, we need two multimeters, one for voltage and the second for Ampere. And if we want to measure efficiency, we need four multimeters.…...
Listed under: Metering – Instrument Project Ideas

273. Building a DIY Arduino on a PCB and Some Tips for Beginners
This is meant as a guide to anyone soldering their own Arduino from a kit, which can be
purchased from A2D Electronics. It contains many tips and tricks in order to build it successfully. You will also learn about what all the different components do.
Read…... Listed under: Other Projects

274. Alexa-Enabled Death Star Lamp


Bring a snippet of the Dark Side to your living room with this unique voice-activated lamp. A functional work of art that is both
useful and pleasing to look at. Switching on or off? All lamps do that! Changing brightness? Very common! But can yours do this? *cue…... Listed under: LED
Projects

275. 10 Useful Arduino Projects to Complete This Year


Whether you are new to the world of DIY electronic problems or an experienced fanatic, you will have heard of the Arduino.
Arduino is the perfect source of microcontrollers; not only are their products reliable, open-source, affordable and efficient, they are also hugely versatile. The…... Listed under:
Projects

276. Arduino Star-Finder for Telescopes


Space is big. Really big. Owning a small telescope can give a lot of pleasure, but it's often a struggle trying to locate specific
objects in the night sky. In this project I made and integrated an Arduino-powered star-finder with a small reflecting telescope, to allow…... Listed under: Solar
energy projects

277. DIY IoT Lamp for Home Automation || ESP8266 Tutorial


In this tutorial we're going to make an internet connected smart lamp. This will go deep into internet of
things and opens up a world of home automation! The lamp is WiFi connected and built to have an open message protocol. This means you can…... Listed
under: LCD Projects

278. LED Cube Display


In this project, you will build an 8x8x8 LED cube as a display. After building the cube and learning the code basics, you will be able to write
your own display animations. It is a great visual for scientific purposes and it will be a…... Listed under: LED Projects

279. NodeMCU Humidity/Temperature Unit


n this tutorial we are going to show you how to setup your own temperature and humidity sensor. We are going to use a
DHT22 unit, which is a low-cost digital output relative humidity and temperature sensor. The device includes a capacative humidity sensor and…... Listed under:
Temperature Measurement Projects

280. Acrylic Fish Feeder


Step 1: Prepare Your Materials For this project, you will need the following materials: For the circuit:3 pieces of Insulated copper wire (22AWG
wire) around 4-6 inches long, stripped on both endsAC/DC AdaptorGWS Mini ServoDouble Side Servo armServo screw (1.7 x 3mm)ArduinoUSB Cable A to…...
Listed under: Other Projects

281. GYRO & VOICE ARDUIGAMES


This gaming box is made from Arduino Uno R3, LoLShield, MPU6050 and Microphone module. With LoLShield, we can show a
message/scrolling message or animation picture like: plasma effect, sinewave effect...With MPU6050, we can read value from accelerometer and gyroscope to
control movement for simple games…... Listed under: Game – Entertainment Projects

282. Convert Your Old Phone to a Remote Switch


Ever wondered what to do with your old basic phones? The advent of a smartphone in last decade made all the
basic phones obsolete. Even though they had good battery life and decent look they are less when compared to big smartphones which have big…... Listed
under: Phone Projects

283. Awful to Awesome: Replace a Mechanical Alarm Sound


Hoping to reduce my late-night smartphone use, I got a vintage alarm clock for next to my bed. This
beautiful mechanical flip clock has just one problem: a truly horrifying alarm sound. (Witness the first video above.) It’s no wonder what this clock isn’t being…...
Listed under: Sound – Audio Projects

284. How to Build a GPS Guided Robot


Here is a Youtube video of me demonstrating the GPS Guided Robot. You can see that I am holding a cellphone and controlling the robot. I am
at a tennis court and I am setting a Waypoint for the robot to return to. Once I…... Listed under: Robotics – Automation Projects

READ PREVIOUS POST:


285. Pocket Metal Locator – Arduino
This cool little Pocket Metal Locator is sensitive enough to identify small nails and tacks in wood and compact enough to fit into
awkward spaces making it convenient to carry and use for metal locating. The unit has four independent search coils and color LED…... An isolated
Listed analog input for
under: LED
Arduino
Projects
This blog is dedicated to
electronic projects and software
286. Training Heart Rate Zone Monitor Watch
https://youtu.be/7oLxJ_725rU College is a hectic and chaotic time in ones life, that is why due it is to the
very author’s enthusiasm
important to keep

for these activities. The main
your stress level low. One way we like to do this is by working out, it helps keep your mind clear and body feeling healthy.…... Listed under: Clock – Timer
aim...
Projects
287. Rob the Automated Robot
This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida
(www.makecourse.com). In this tutorial you will learn how to make a fully automated robot named Rob who is equipped with sensors that allow it to detect…...
Listed under: Robotics – Automation Projects

288. Infinite Jest


A rotating machine that is controlled by a robotic glove. Neverending fun. Step 1: Concept Our seminar assignment was to design a useless machine.
Thinking about absurd tasks, we were inspired by the greek myth of Sisyphus and the idea of gravitational weight shifting in…... Listed under: Robotics –
Automation Projects

289. Show Winch


For this project, I wanted to create a winch that would be functional for use in a show in a theatre. Often, we have to fly in and out small objects,
like chandeliers. This unit would be ideal for raising and lowering small objects in…... Listed under: Motor Projects

290. DMX Effect Controller


The goal of this project was to make a DMX-Controlled plug box which would allow on-stage effects or devices to be triggered remotely
from the lighting console. This could potentially eliminate the need for a separate control system and operator backstage. This controller could be…... Listed
under: Video – Camera – Imaging Projects

291. Neo Pixel, Fastest Thumb Game.


I built this project because to take to my local Makerfaire In Newcastle, UK. The idea was to make a school yard game that
would be relatively cheap and simple to produce. The idea is simple, to win you have to press the button repeatedly until you…... Listed under: Game –
Entertainment Projects

292. DIY Weighing Machine


In today's Instructable, I'll show you how to build an easy but useful Weighing Machine. It is very sensitive and accurate up to 3 grams.
The maximum weight it can measure is 20 kgs but I'll also show you how you can effortlessly build one…... Listed under: Temperature Measurement Project
Ideas

293. Ultrasonic Range Finder


This instructable describes how to create a non-contact range-finder using an Arduino and an HC-SR04 ultrasonic module to measure
distances in the range 2cm – 400cm. The accuracy is typically +/- 3mm depending on distance, air temperature, and humidity. Step 1: Parts List Very few…...
Listed under: Other Projects

294. Around the World Time Clock


Whether world trotting or just interested in knowing what time it is before making that late night call, a 5 zone world clock fits the
bill. Since I got some extra TM1637 7 digit displays in my latest shipment, I decided to put together a…... Listed under: Clock – Timer Projects

295. Magic Wand Target Practice (IR Arduino Project)


This is how I made my project for Electronic Art. This project was to focus on using an Arduino Uno to make a
wearable. I did not focus so much on the wearable, I more so focused on playing around with an IR sensor and…... Listed under: Other Projects

296. Squirting Scuba Helmet


In this project we will create a timer based water pump scuba helmet that will mist or spray every ten seconds. The original intention of
this project is for the helmet to be used as a wearable garden, however, depending on the nozzels you use…... Listed under: Other Projects

297. HALO: Handy Arduino Lamp Rev1.0 W/NeoPixels


https://youtu.be/byTgKFtpxKo In this instructable, I will be showing you how to build HALO,
or Handy Arduino Lamp Rev1.0. HALO is a simple lamp, powered by Arduino Nano. It has a total footprint of about 2" by 3", and a weighted wood base for
extreme stability. The flexible neck…... Listed under: LCD Projects

298. The Artificial Plant Emotion Expressor (A.P.E.X.)


https://youtu.be/BdaTOp6ieVo Step 1: Introduction What is APEX? APEX is a smart (not to mention cute) plant monitoring device.
Just plug it into any plant and it will display the "happiness" level of the plant! This is a great reminder to water your plants if you…... Listed under: Other Projects

299. Automatic Chicken Coop Door – Arduino Controlled.


https://youtu.be/Kdt8fT_kVHE This Instructable is for the design of an automatic chicken door with
manually alterable opening and closing times. The door can be opened or closed remotely at any time. The door is designed to be modular; the frame, door and
controller can be constructed…... Listed under: Other Projects

300. Card Reading Shop Power Switch


This box reads any card with a magnet strip and, if you're on the registered personnel list, turn on the shop power via a relay.
A sole person, to be added to the program file upon creation, has the power to add others to this…... Listed under: Other Projects

301. RGB LED Matrix With an ESP8266


I think these RGB LED Matrix displays are one of best displays you can get for your Arduino projects, they are incredibly bright
and vivid and are actually pretty easy to use too! They can be used for displaying text, images or a combination of…... Listed under: LED Projects

302. Light Up Clock for Kids – Green Means Go! Red, Stay in BED!!!
We were going crazy without enough sleep!!! Our 2-year-old could not understand how to "wait for
the 7" on the clock before coming out of his room morning after morning. He'd wake up early (I mean like 5:27am - "there's a 7!!!" he'd say) and…... Listed under:
Clock – Timer Project Ideas READ PREVIOUS POST:

An isolated analog input for


Arduino
This blog is dedicated to
303. IOT Blink
Anyone who's started learning about microcontrollers and code could tell you that a good place to start is by looking at the most basic
electronic example
projects and software
Wifito
sketches provided. As often times their simplicity can teach you a lot more than you think. With the Arduino, one…... Listed under:due - WLan Projectsenthusiasm
the author’s

for these activities. The main
aim...
304. Art Deco FM Radio Project Using Arduino
https://youtu.be/kP_S3LuZBGA Dear friends welcome to another Arduino project Instructable! I am very excited
because today I am going to show you how I built this Art Deco style FM Radio project using Arduino. It is by far the most complex project I have ever built
and…... Listed under: Radio Projects

305. TRASH-BOT. (Arduino Auto Open Close Trash Bin)


Everything's getting smarter right? So why not your Trash Bin? This trash bin Opens and Closes its lid if it sees
any Rubbish in front of it. You just need to bring the rubbish to it and it'll open automatically and will wait for you…... Listed under: Other Projects

306. Electric-Analog Piano


Music is a big part of our culture -- everyone enjoys listening to music. But while listening to music is one thing, learning to make music is
another thing. Similarly, while making music is a difficult task, building a musical instrument is a whole new…... Listed under: Sound – Audio Projects

307. Circuito Arduino Controller Pad


"Circuito" is a DIY controlling pad. It is a Supplementary project for my previous Robotic Arm project. The Controlling Pad is a
computer controlled mechanical constructions that help to move and manage any robotic arm depend on servo motors. It can be considered kinetic control
pad…... Listed under: Other Projects

308. LED Ukulele


https://youtu.be/X27byIWzV4s Hi, my name is Elaine. This project combines a lot of things that I enjoy so I hope you enjoy it as well! The LED ukulele
we'll be building teaches you how to play the four most played chords: C, G, Am, and F.…... Listed under: LED Projects

309. Digital Input With a Pushbutton With Arduino in Tinkercad


https://youtu.be/PC15jBx2UxI Let's learn how to read a pushbutton using Arduino's digital input! We'll
connect up a simple circuit using a solderless breadboard and use some simple Arduino code to control a single LED. So far you've learned to control LEDs with
code, which is one use…... Listed under: LED Projects

310. Arduino Pocket Game Console + A-Maze – Maze Game


Welcome to my first instructable! The project I want to share with you today is Arduino maze game,
which became a pocket console as capable as Arduboy and similar Arduino based consoles. It can be flashed with my (or your) future games thanks to
exposed…... Listed under: Game – Entertainment Projects

311. 3D Printed Prosthetic Hand With Capacitive Touch Sensing


In this Instructables I’ve come with an idea that can be implemented to existing 3d printed prosthetic
hands. In existing electrically powered prosthesis I Couldn’t find the use of capacitive touch sensing technology for the actuation of fingers. This project
combines two very cool things, Arduino with Capacitive…... Listed under: Sensor – Transducer – Detector Projects

312. Internet Speed Gauge


https://youtu.be/SG91jSD1xAk Overview This "Internet Speed Gauge" will give you near real time oversight of your network usage. This
information is available on the web interface of most home routers. However, accessing it requires you to stop your current task to go look it up. I…... Listed
under: Internet – Ethernet – LAN Projects

313. Simple Braille Writer (Speech to Braille)


https://youtu.be/y-N4hqFgOtE Hello everyone, All this started with doing a simple XY plotter after completing it
successfully, I thought to develop a simple speech to braille text converter.I started searching it online and unexpectedly the prices were too high,that boosted
me built a small portable and…... Listed under: Other Projects

314. Phone+Arduino Controlled Teddy Ruxpin


In this instructable I will be demonstrating how to control Teddy Ruxpin with a phone and the help of an arduino. After
this modification Teddy Ruxpin will work as Google Assistant(or just about any other virtual assistant) and be able to lip sync voice recordings.…... Listed under:
Phone Projects

315. A Useful Remembrall


If you've ever watched the Harry Potter series, then you would have seen Neville receive a gift from his Gran which was a Remembrall. For
those Muggles who haven't watched it yet or don't remember the scene, a Remembrall is a large marble sized glass…... Listed under: Other Projects

316. Mini CNC Laser Wood Engraver and Laser Paper Cutter.
This is an Instructables on how I made an Arduino based Laser CNC wood engraver and Thin paper
cutter using old DVD drives, 250mW laser. Playing area is 40mm x 40mm max. Isn't it fun making a own machine out of old things? Step 1:…... Listed under: CNC
Machines Projects

317. Anti-Social Glasses


You look up, they tilt down! A tilt switch controls 2 servos which open/ close shutters on a pair of custom glasses. project by Rob Faulkner
and You-Wen Ji Step 1: Parts (1) 30 x 60 cm plastic sheet (We used polystyrene but its up…... Listed under: Other Projects

318. IoT Desktop Console. Part : 11 IoT, Home Automation


Preamble This article, the 11th in a series on home automation documents how to create and integrate an
IoT Desktop Device into an existing home automation system including all the necessary software functionality to enable the successful deployment within a
domestic environment. Picture 1 shows the completed…... Listed under: Home Automation Projects

319. Robotic Arm Controlled by Glove


Purpose: Gain experience, and problem-solving skills by creating a project to complete Outline- Use a glove to connect through
an arduino to control a 3-D robotic printed "arm". Each of the joints on the 3-D printed arm has a servo which connects to the flex…... Listed under: Robotics –
Automation Projects
READ PREVIOUS POST:

An isolated analog input for


320. Arduino you can build an
Aerobic Arduino – a $15 Fitness Tracker Power by an Arduino
Please vote for this in the fitness challenge instead of a Fitbit or a smartwatch,
Arduino powered fitness tracker for only $15! It tracks the pumping motion of your arms while running and uses an accelerometerThis blog isthis.
to detect dedicated
It is…...toListed
under: Security – Safety Projects electronic projects and software
due to the author’s enthusiasm
for these activities. The main

aim...
321. Arduino Ultra Mega Timers
https://youtu.be/_PL-bci4e0s Hi! "Arduino Timer with on/off setpoint" is my most viewed instructable by far, so i got a lot of
questions in the comments, inbox and youtube, about how to add minutes,seconds, days and save settings on the eeprom.... so i decided to bring an…... Listed
under: Clock – Timer Projects

322. Arduino Energy Meter – V2.0


Hello friend, welcome back after a long break. Earlier I have posted an Instructables on Arduino Energy Meter which was mainly
designed to monitor the power from the solar panel (DC Power) in my village. It became very popular on the internet, lots of people all over…... Listed under:
Metering – Instrument Projects

323. DIY Telematics Box


Telematics boxes (aka Black Boxes) are used to record and log various attributes of a moving vehicle. They have been primarily used in
airplanes to log various attributes of an aircraft, for example, air speed, heading, fuel levels, radio chatter etc. It is the first…... Listed under: Other Projects

324. ArduMeter: an Arduino Based Multimeter (Sort Of)


The ArduMeter is an Arduino Based Multimeter, which many people have made to perform different
operations, and searching on google you could find all the variety of things it can do. I wanted to make one that is portable, quite easy to use, give decent…...
Listed under: Metering – Instrument Projects

325. RC Flight Data Recorder/Black Box


In this instructable I am going to be building a arduino based fight data recorder for RC vehicles, specifically RC aeroplanes. I
am going to be using a UBlox Neo 6m GPS module connected to an arduino pro mini and a SD card shield to…... Listed under: Temperature Measurement
Projects, Video – Camera – Imaging Projects

326. Make an Illuminated Rainbow Synthesizer With an Arduino!


https://youtu.be/MOnr_VLFBWg This Instructable shows you how to add a high-resolution touch
screen to your Arduino and make a synthesizer that controls colored LEDs! The techniques you learn here can serve as a foundation for other touch screen
projects! In this Instructable, you will learn: Where…... Listed under: LED Projects

327. RGB Box Clock


https://youtu.be/7inXakX4XOs This is a clock and decorative RGB Led Matrix It's controlled by a Colorduino Shield and NodeMCU v3 Board using i2C
communication. With Blynk app you can setup the alarm,change colors and other things. Parts list is: LoLin V3 NodeMcu Lua CH340G ESP8266 Board…... Listed under: Clock –
Timer Projects

328. Arduino Lilypad Controlled NeoPixel Earrings


https://youtu.be/7B3Uz_2O9Rw Hello everyone, Don't you want to have such a nice and cool earring when you go
out at night or for parties? I would like to have it, that's why I made Arduino Lilypad Controlled Neopixel Earrings. 🙂 These earrings don't just light up.…... Listed
under: Pinouts

329. Control Your Model Train Layout With Your TV REMOTE!


In this instructable, I will show you how to make an IR remote control system for a model train. You will
then be able to control your trains while relaxing on your couch. So, let's get started! Step 1: Collect All the Stuff! Here is the…... Listed under: Motor Projects

330. TerraDome : Mini Tropical Greenhouse With Arduino


TerraDome is an indoor greenhouse for plants and tropical flowers shaped octagonal dome. It is driven by
an Arduino Mega that regulates temperature and lighting through different sensors and an LCD display. It also has doors to the Jurassic Park (or Jurassic World)
that opens…... Listed under: Temperature Measurement Projects

331. Smartphone / Tab Controlled ROBOT ARM !!


Making ROBOT ARMs is very popular and fun among hobbyists,but it's not that easy to control a ROBOT ARM. So
today we'll be making a robot arm that can be controlled using just your Android Smartphone or tablet. Good news is, you just need to…... Listed under:
Robotics – Automation Projects

332. Riding Through Walls: Google Street View Stationary Bike Interface
The Riding Through Walls: Google Street View Stationary Bike Interface allows you to cycle
through Google Street-View from the comfort of your living room. Using some simple electronics, an Arduino, a stationary bike, a computer, and projector or TV
you can explore the world without…... Listed under: Other Projects

333. NeoPixel Ring Kaleidoscope


I am pleased to offer instructions and material files for making a LightLogo Kaleidoscope! I have been thinking about doing this for
many months and finally worked out a design. If you have any improvements on this design please do share! You will need: Adafruit…... Listed under: Other
Projects

334. Make Your Own 1D Pong Game


For this project I will show you how I combined an MDF board with buzzer buttons, LEDs and an Arduino Nano in order to create
a 1D Pong Game that is really fun to play. Along the way I will show you how to create…... Listed under: Game – Entertainment Projects

335. DIY ACRYLIC INDIGO BUTTERFLY LAMP.


The Indigo Butterflies looks so awesome, Aren't they? Colors, Colors, Everywhere. Some are here, and some are there.
Mood Lighting to be Happy, Relaxed, or Focused. In this Instructable I’ll show you how I build an Acrylic LED Lamp with WS2812B addressable RGB LEDs, Acrylic
Cylinder with…... Listed under: LED Projects
READ PREVIOUS POST:

336. An is
Arduino Serial Monitor in Tinkercad
Keeping track of everything going on in your program can be an uphill battle. The serial monitor isolated analog
a way to listen input for
to what's
Arduino
going on in your code by reporting back to the computer over the USB cable. In the Tinkercad Circuits simulator, the Serial Monitor…... Listed under: Other
This blog is dedicated to
Projects
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
337. Arduino Word Clock Mini
Arduino Word Clock Mini- Anniversary Clock Relatively easy to build Word Clock using a Arduino Nano and four MAX7219 aim...
32mm Dot Matrix Display
ModulesChoice of styles, picture frame or Perspex cube with various base options. Specs Mini Arduino Word Clock with minute resolution of time…... Listed under: Clock – Timer
Projects

338. Virtual Reality Flying Machine (Arduino)


This project goes through converting a hammock into a VR flying machine. We will use a VR app that is running the
WRLD SDK in Unity so you can input whatever GPS coordinates you want and fly around that area in VR! This VR app…... Listed under: GPS Based Projects

339. OLED Tutorial | Convert SPI to I2C


In this tutorial, we are going to learn about OLED displays. Which can be very easily interfaced with Arduino and can display
important parameters for your project, and see how to convert these screens from SPI to I2C, So let's get started! Step 1: Watch…... Listed under: LED Projects

340. Arduino Robot Arm


Arduino robot arms are among the most popular DIY projects. We decided to make ours out of recycled materials we found in our
workshop. We hope you enjoy this build. https://youtu.be/T6Tffi3uX2w Step 1: E
​ lectronics Main components Arduino UNO3 SparkFun Servos (Generic Metal
Gear) PS2 Joystick…... Listed under: Robotics – Automation Projects

341. Arduino-based LED “Bloody Red” Automatic Stairs


WHAT? Hi! I've made bleeding LED stairs! It's a new Instructables leveraging some hardware installation I had done already
from a previous I'ble from mine. I made a RED animation that resembles blood drops, perfect to be activated automatic during those trick or treat moments!…... Listed under:
LED Projects

342. Jump Sensitive Neopixel Trampoline


In this instructable, I will show you how to build a trampoline that changes colors whenever you jump on it!
https://youtu.be/k_8mHe4OKWg Step 1: The Things You Need Materials: 3 rolls of wire, different colors, the thinner the betterSolder, the thinner the better - I
had…... Listed under: Other Projects

343. Dual Sensor Echo Locator


This instructable explains how to pinpoint the location of an object using an Arduino, two ultrasonic sensors, and Heron’s formula for
triangles. There are no moving parts. Heron’s formula allows you to calculate the area of any triangle for which all sides are known. Once…... Listed under:
Sensor – Transducer – Detector Projects

344. (almost) Universal MIDI SysEx CC Programmer (and Sequencer…)


In the mid eighties synths manufaturers started a "less is better" process that led to barebones
synths. This allowed the reduction of costs on the manufaturer side, but made the patching process tediuos if not impossible for the final user. Manufacturers
themselfs and third party…... Listed under: Arduino Programmer Projects

345. IPad Play Timer


I think this is a topic every parent is struggling with. How much can the kids play with their iPads (or any other tablet). We tried multiple
approaches, like fixed times, but that did not really work as our kid then always wanted to go home…... Listed under: Clock – Timer Projects

346. IoT Hydroponics – Using IBM’s Watson for PH and EC Measurements


This instructable will show how to monitor EC, pH, and temperature of a hydroponics setup
and upload the data to IBM's Watson service.Watson is free to get started with. There are paid plans, but the free plan is more than enough for this project.
Step…... Listed under: Other Projects

347. DIY Miniature Solar Tracker


In this project I will show you how to create a solar tracker which like the name implies can follow the movement of the sun
throughout the day. And at the end I will show you the energy harvest difference between a solar tracker mounted…... Listed under: Solar energy projects

348. Infinity Mirror With Ultra Sonic Sensors


This was my project for Hack Sioux Falls. I built it one weekend and it turned out a lot different than I thought it would. It
was a lot of fun and there are a lot of variations on what you could have the Arduino…... Listed under: Sensor – Transducer – Detector Projects

349. Unicorn Horn With NeoPixel LEDs & Arduino Lilypad


Today I'm gonna make 3D Printed Unicorn Horn. I saw and did the project in Adafruit's website about a
year ago but I could not find an opportunity to share it. It looks great when going out to the party and especially in the evenings.…... Listed under: LED Projects

350. DIY Li-ion Capacity Tester !


When it comes to building the battery packs, Li-ion cells are one of the best choices without the doubt. But if you get them from old
laptop batteries then you might want to do a capacity test before building the battery pack. So today I…... Listed under: Battery Projects

351. ESP8266 Temperature Controlled Relay


A friend of mine is a scientist who does experiments that are very sensitive to air temperature and humidity. The
incubator room has a small ceramic heater but the heater's thermostat was not nearly accurate enough, only able to maintain the temperature within 10-15
degrees.…... Listed under: Temperature Measurement Projects
READ PREVIOUS POST:

An isolated analog input for


352. ESP8266 LED Matrix Clock
ESP8266 LED Matrix Clock Simple LED matrix Clock based on the popular ESP8266 with Real Time ClockArduino
module and time
This Parts:
synchronization over WiFi from an NTP server. NEW ! ESP32 version also available Step 1: Parts and Tools First let's see what we need. blog is6dedicated to
x…... Listed
under: Clock – Timer Projects electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
353. Morphing Digital Clock
A quick video about this project. I have since implemented a way to set timezone. Thanks to the work of the Arduino and ESP8266
community, this cool clock is a surprisingly easy to build! https://youtu.be/i0M6F4wRxGc Just two main components: Display (obviously) and a WiFi
MicroControllerNo…... Listed under: Clock – Timer Projects

354. NeoMatrix 8×8 Word Clock


Are you fascinated with the passage of time? Do you want a stylish, modern and functional timepiece to add to your clock collection?
The word clock is a one-of-a-kind time telling device, using a grid of letters to spell out the time. While you could…... Listed under: Clock – Timer Projects

355. ROOM MAPPING Arduino Robot With Unity 3D


This project uses an Arduino robot running a ESP-8266 Node MCU that communicates (and drives around) with a mobile phone.
The phone is running an app made in the video game engine Unity 3D that does 3 things: 1.) The first scene allows you to…... Listed under: Robotics –
Automation Projects

356. Noise Traffic Light – DIY 3D Printed


All people want to work in silence and It’s important to have a good working environment. The silence leads to an efficient
work. We did this project to reach this proposal. The noise traffic light consists of a ‘traffic light’ which controls the dB of…... Listed under: Other Projects

357. How Rotary Encoder Works With Arduino!


A rotary encoder is a great input device for any project such as a 3D printer's menu. So in this tutorial, we will learn
how a rotary encoder works and how to use it with Arduino. So let's get Started! Step 1: Watch the Video…... Listed under: Other Projects

358. Bluetooth Controlled Robot Car


were you always fascinated by RC cars ? Ever wanted to make one yourself ? controlled by your own smartphone ? ----> lets start
https://youtu.be/iETSrpiCAn0 So, hey guys, here in this project i have tried to make a Bluetooth controlled car with the help of…... Listed under: Bluetooth
Projects

359. Low-Poly Iron Man With Wifi-Controlled LED Strips


This interactive wall art piece is approximately 39" tall and 24" wide. I laser cut the wood at Clemson
University's Student Makerspace, then I hand-painted all the triangles and installed the lights on the back of it. This instructable will walk through how I
made…... Listed under: LED Projects

360. Binary LED Marble Clock


Now I think just about everybody has a binary clock and here's my version. What I enjoyed was that this project combined some
woodwork, programming, learning, electronics and perhaps just a little artistic creativity. It shows time, month, date, day of week, temperature and humidity…...
Listed under: Clock – Timer Projects

361. Giant Retro Gamepad


So we decided to make a giant working gamepad... ¯\_(ツ)_/¯ The basic idea was to use up some scrap wood and add some inexpensive
electronics to make it functional while keeping the overall costs low. I already had most of the materials lying around my…... Listed under: Game –
Entertainment Projects

362. Study Better With a Smart Desk Lamp – IDC2018IOT


People in the western world spend a lot of time sitting. At the desk, driving around, watching TV and more.
Sometimes, sitting too much can harm your body and harm your focusing abilities. Walking and standing up after a given time is crucial to perform…... Listed
under: LED Projects

363. Retro Arcade Clock – Arduino


Build an interactive arcade bedside clock, with a touchscreen, and animated arcade figures that you can record a sound of your
choice for the alarm. This is an update of a previous project which now includes a 3D Printed Case and four separate programs to…... Listed under: Clock –
Timer Projects

364. DIY Smart Scale With Alarm Clock (with Wi-Fi, ESP8266, Arduino IDE and Adafruit.io)
In my previous project, I developed a smart bathroom scale with Wi-Fi. It can
measure user's weight, display it locally and send it to the cloud. You can get more details about this on link below: https://www.instructables.com/id/Wi-Fi-
Smart-Scale-with-ESP8266-Arduino-IDE-Adafrui/ This solved part of my problems: how to…... Listed under: Clock – Timer Projects

365. ARDUINO BASED OIL DISPENSER


we all love food isn't that right? of course yes, everyone has tried cooking once in their life, and already knows the struggle to
get exact amount of oil for the perfect recipe, so here is a project which will help you get it correct, follow the…... Listed under: Other Projects

366. How to Make a Digital Watch


This is the first time I am writing an Instructable so hopefully I write well enough for you to understand. Today I will be telling you
how to make a digital watch from a website that I found. The website is called sainsmart.com. It was…... Listed under: Clock – Timer Projects

367. PIR Motion Sensor With Arduino in Tinkercad


Let's learn to sense movement in a room with a PIR motion sensor and Arduino's digital input. We'll connect up a
circuit using a breadboard and use some simple Arduino code to control a single LED. We'll use Tinkercad Circuits to simulate the circuit so…... Listed under:
Sensor – Transducer – Detector Projects

368. 80s Style Melting Digital “Dali” Clock


This Instructable shows you how to build an 80s style digital "dali" clock with melting digits. I first came across this style of
clock on the Apple Macintosh back when I was a kid in the 80s. This Instructable shows my attempt to recreate the…... Listed under: Clock – Timer Projects
READ PREVIOUS POST:

An isolated analog input for


Arduino
369. DIY Wave Tank/flume Using Arduino and V-slot
A wave tank is a laboratory setup for observing the behavior of surface waves. TheThis
typical
blogwave tank is a to
is dedicated box
electronic
filled with liquid, usually water, leaving open or air-filled space on top. At one end of the tank an actuator generates waves; the other…... projects
Listed under:and software
Other
due to the author’s enthusiasm
Projects 
for these activities. The main
aim...
370. IoT Split-flap Weather Forecast Powered by XOD
Hi everyone! In this instructable, I tell you how to make split-flap display and show the current weather
conditions on it. Also how to fetch the weather information from the Web using Wi-Fi and API. I am a fan of the XOD visual programming environment. With…...
Listed under: Other Projects

371. Lightpipe 7-Segment Display


What if I told you that you could build a display out of shoe laces!? Well that is exactly what I've done! Building your own seven
segment display is nothing new, it's a very common Arduino project, but I had an idea for this one…... Listed under: LED Projects

372. Light Sensor (Photoresistor) With Arduino in Tinkercad


Let's learn how to read a photoresistor, a light-sensitive type of variable resistor, using Arduino's Analog
Input. It's also called an LDR (light-dependent resistor). So far you've already learned to control LEDs with Arduino's analog output, and to read a potentiometer,
which is another type of variable…... Listed under: Sensor – Transducer – Detector Projects

373. ITTT – Sunlight Simulating Lightbox


I made a Sunlight simulating lightbox with a mountain village skyline, that I might upgrade to a wake-up light some time, for
a school project. Step 1: Get the Supplies Supplies I used: -Arduino UNO -Neopixel ledstrip 1m, 30 leds(DC5V-W2812) -3 jumper wires -USB cable…... Listed
under: LED Projects

374. *IMPROVED* Smart LED Candle: Reactive to Sound and Aesthetically Pleasing
Remember the "smart" LED candle from a few months ago? Well, the idea was
nice, but the overall execution lacked some oomph. Technologically and aesthetically speaking there was a lot to improve. First off, as an artist, I wanted the
container for the candle to look amazing.…... Listed under: Sound – Audio Projects

375. An LED You Can Blow Out Like a Candle!


LEDs are designed to emit light, but they also make surprisingly capable sensors. Using only an Arduino UNO, an LED
and a resistor, we will build a hot LED anemometer that measures wind speed, and turns off the LED for 2 seconds when it detects…... Listed under: LED
Projects

376. Biometric Personal Diary


This neat little gadget has a fingerprint sensor so you can secure your cool stuff in a personalised portable case. I use to hold a diary
and pen and designs for my new projects. Features a 3d printed case and uses an Arduino nano. Great…... Listed under: Other Projects

377. TMP36 Temperature Sensor With Arduino in Tinkercad


In this project, you will turn the Arduino into a thermometer! Use a temperature sensor to measure your
skin temperature, and register the output with three LEDs. Even though the Arduino is a digital tool, it can interpret signals from an analog input, like the…...
Listed under: Temperature Measurement Projects

378. DIY Adjustable Constant Load (Current & Power)


In this project I will show you how I combined an Arduino Nano, a current sensor, an LCD, a rotary encoder and
a couple of other complementary components in order to create an adjustable constant load. It features a constant current and power mode and…... Listed
under: Other Projects

379. Arduino Arcade Lego Games Box


If you have kids, you are likely facing the same issues as we did with the Lego sets you bought for them. They assemble and
play with them but after a while the sets transform into a single pile of bricks. The kids grow up…... Listed under: Game – Entertainment Projects

380. Ultrasonic Distance Sensor in Arduino With Tinkercad


Let's measure distances with an ultrasonic rangefinder (distance sensor) and Arduino's digital input. We'll
connect up a circuit using a breadboard and use some simple Arduino code to control a single LED. You may have already learned to read a pushbutton and PIR
motion sensor with Arduino's digital input,…... Listed under: Sensor – Transducer – Detector Projects

381. DIY Electronic Locker Using Fingerprint Sensor


Bored of keeping track of countless locks and their keys? How about using your own fingerprint to unlock each
and every safe in your house, just like your Smartphone? Sounds cool, right? Let's make an electronic Fingerprint locker that will keep all your secrets a…...
Listed under: Security – Safety Projects

382. Measuring Time Period of a Pendulum Using IR Sensor


Calculating on paper is never an easy job. And when it comes to formulas with sub-formulas of their
own, it is nothing short of a nightmare! Take the case of a simple pendulum, which has a variable with a formula of its own. What if…... Listed under: Sensor –
Transducer – Detector Projects

383. Arduino Robotic Bartender – 3D Printable & Bluetooth


Build yourself a low-cost easy to assemble bluetooth controllable robotic bartender using an Arduino
Uno. This easy Arduino based project can be 3D printed and is a cool Arduino project for beginners. The aim of this project was to create a bar robot that
was…... Listed under: Robotics – Automation Projects

384. UltraV: a Portable UV-index Meter


Being unable to expose myself to the sun due to a dermatological problem, I used the time I would have spent on the beach to build an
ultraviolet rays meter. UltraV. It is built on an Arduino Nano rev3, with an UV sensor, a DC/DC…... Listed under: Metering – Instrument Projects

READ PREVIOUS POST:

385. LED Dancing Robots


I wanted to make something so I could find our camp at night at Burning Man 2018. 2018 was a robot themeAn
andisolated
I'm a fan of neon
analog butfor
input no
way was gonna head that route so I came up with an idea about a…... Listed under: Robotics – Automation Projects Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
386. Spatial Synthesizer Kravox! Wireless, Motion- & Touch-Sensing
A New Kind of InstrumentI invented Kravox during a research project at Lund University (Sweden)
with the aim to give digital musical instrument controllers the feeling of conventional, mechanical instruments. Now I want to make Kravox accessible as a
musical experimentation platform for everyone, so…... Listed under: Wireless Projects

387. WiFi Smart Power Strip With NodeMCU


This is an easy-to-do and quite cheap WiFi Smart Strip that can control 4 sockets independently from all around the
world from your smartphone, tablet or computer. Everything you need is an internet connection. You can use it for christmas lights, or fan or everything…...
Listed under: Wifi - WLan Projects

388. Arduino LCD Stick Man Game!


hey there Electronic Enthusiasts! Kids, Adults, Seniors, in fact everyone loves games! so here is another Awesome Project based
on Arduino, yes its a GAME, follow this pretty INSTRUCTABLE to make your own Arduino LCD Stick Man Game! Step 1: Watch the Video!
https://youtu.be/P97DJQUtKKU Step 2: Gather…... Listed under: LCD Projects

389. Talking Baymax Display for a Pediatrician’s Office


“Hello. I am Baymax, your personal healthcare companion.” - Baymax At my local pediatrician's office, they
have adopted an interesting strategy in an attempt to make the medical environment less stressful and more fun for kids. They have filled the entire office with
movie posters…... Listed under: Sound – Audio Projects

390. How to Install LEDs Under a Scooter (with Bluetooth)


Join me in creating ground effect lighting for my scooter using a bluetooth microcontroller and
addressable LED strip. For this project I'm recycling two bits of pixel strip leftover from my old POV bike project tutorial. These are APA102s or DotStars, but you
could totally…... Listed under: LED Projects

391. Hearing Impaired Doorbell Room Light Hack


Problem: my dad is registered as deaf and my mum is hearing impaired and due to this they often find it difficult to
hear the doorbell. This could be a problem suffered by many others as well. They bought a flashing light doorbell to help…... Listed under: Sound – Audio
Projects

392. Meet Twinky the Cutest Arduino Robot


Hi,In this instructable I'm going to teach you how I made my own "Jibo" but called "Twinky" I want to clear this up... THIS
IS NOT A COPY! I WAS BUILDING TWINKY AND THEN I REALIZED THAT SOMETHING LIKE THIS ALREADY EXIST :c It has…... Listed under: Robotics – Automation
Projects

393. Animated Spooky Pumpkin Eyes


A couple of years ago while looking for inspiration for a new animated Halloween prop we stumbled upon a video
from YouTube contributor 68percentwater called Arduino Servo Pumpkin. This video was exactly what we were looking for, however, some of the details
seemed to be missing. So, we decided we…... Listed under: Other Projects

394. Autostat : a Remote Thermostat


The question you are probably asking is "why are you making another remote thermostat?" The answer to that question is, I
had to, and the market smart thermostats are too expensive. Fair warning, this is "proof-of-concept" build that would require a few extra outputs to actually
control…... Listed under: Other Projects

395. Morse Code for Kids.


Morse code unit for kids. Variable speed and different levels. My son goes to CUBS and has a special event coming up. This event is all
about communicating with other Scouts/Cubs from around the world? Via radio, also over the weekend there will be other…... Listed under: Game –
Entertainment Projects

396. Model Railway Layout With Automated Siding


Making model train layouts is a great hobby, automating it will make it a lot better! Let us take a look at some of
the advantages of its automation: Low-cost operation: The whole layout is controlled by an Arduino microcontroller, using an L298N motor driver, their…...
Listed under: Game – Entertainment Projects

397. ESP32 Xiaomi Hack – Get Data Wirelessly


Dear friends welcome to another Instructable! Today we are going to learn how to get the data that this Xiaomi
Temperature and Humidity monitor transmits using the Bluetooth functionality of the ESP32 board. As you can see, I am using an ESP32 board and a 2.8”
color…... Listed under: Wireless Projects

398. Dropping Spider on Doorbell – Halloween Scare Prank


This Halloween my son Max, came up with the idea to drop a spider on anyone who tries to ring our doorbell... I
immediately jumped on the idea and we started to work on it. Using a simple ultrasonic distance sensor (HC-SR04) and a servo…... Listed under: Sound – Audio
Projects

399. Screaming Necronomicon


"Alright you Primitive Screwheads, listen up! You see this?" - Ash, Army of Darkness Each time an unsuspecting victim lifts the cover
this disgusting book, a bloodcurdling scream pierces the air. This project uses an Arduino Uno, a light sensor and an MP3 player to bring…... Listed under: Other
Projects

400. Realistic LED Candle


If you've even seen a fake candle you have probably noticed how it doesn't look realistic. Whether you're trying to add some atmosphere to
a dinner or light up a jack'o-lantern, your choices are limited. A real candle has a fire hazard, but a fake…... Listed under: LED Projects

401. D.I.Y SMART RGB MATRIX 8×16


In this project, I’ll show you how to make your own 8×16 RGB LED Matrix using Arduino Uno/ Nano. An LED Matrix can show
scrolling messages, display animations, music spectrum analyzer … With integrating NodeMCU, it can be used as small screen to show weather…... Listed under:
LED Projects READ PREVIOUS POST:

An isolated analog input for


402. Frankenbot With Sound Effects and Lights
I was inspired by the cute Frankenbot papercraft, so I thought why not make it truly alive by giving it some blinking
Arduino
lights and sounds effect. Here is the plan: - Connect 2 LEDs for the eyes (different colours of course) and only one eye…... Listed under: Sound
This blog – Audio Projects
is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
403. How to Use the RPLIDAR 360° Laser Scanner With Arduino
I'm a big fan of building sumo robots and I'm always on the look for new interesting sensors and materials to use to
build a better, faster, smarter robot. I found out about the RPLIDAR A1 which you can get for $99 at DFROBOT.com . I said…... Listed under: Other Projects
404. Bucky Touch: Light-up Dodecahedron Instrument
About two years ago, I built a big 120 face LED geodesic dome that plays music with a MIDI output. However, it
was a difficult build and the sensors weren't completely reliable. I decided to build the Bucky Touch, a smaller version of my geodesic dome that…... Listed
under: Development Board – Kits Projects

405. Charlieplexing Made Easy (and What It Even Means?!)


Charlieplexing. Aside from being a fancy word it is a technique for driving multiple LEDs with relatively few
pins on a microcontroller. It allows you to drive N*(N-1) LEDs with just N pins without requiring any additional hardware, making it a quick, cheap and easy…...
Listed under: LED Projects

406. OLED I2C DISPLAY WITH ARDUINO Tutorial


Hello there! Fellow electronics enthusiasts, I am quite sure we all make some or other projects, as a part of our
learning experience or academics. We sure would want to display some data present on our micro-controllers, from sensors or simply display some message,
so here…... Listed under: LED Projects

407. Spooky Teddy – Arduino Powered Self-rocking Chair & Rotating Head
Spooky teddy is a 2-part Halloween decor. The first part is the teddy bear that has a 3d
printed mechanism that can rotate with an Arduino UNO and a solenoid. The second part is a self-rocking chair powered by an Arduino nano and a solenoid…...
Listed under: Game – Entertainment Projects

408. Animated Chocolate Box (with Arduino Uno)


Once I saw a beautiful box of chocolate in a store. And the thought occurred to me to make an awesome gift out of
this box - an animated box with chocolate. What we need: Сlear plastic chocolate box9V batteryBattery cable adapteruSD 1GBArduino UnoTFT Shield…... Listed
under: Other Projects

409. 3 Simple Ways of Programming an ESP8266 12X Module


If you are not familiar with ESP8266 micro controller, I really feel you have been missing out! These
things are incredible: they are cheap, powerful and best of all have built-in WiFi! ESP8266 started their journey out as a WiFi add on board for more…... Listed
under: Arduino Programmer Projects

410. Candy Claw Machine – Arduino Based Arcade Game


Eyes on the prize, Violet. Eyes on the prize! Get ready for a candy-grabbing face-off with your family and
friends with this classic arcade game - the candy claw machine! But this time, it’s going to be a bit different - first, it’s going to…... Listed under: Game –
Entertainment Projects

411. Remote Color Controlled Jack-o-Lantern


As usual, this Halloween I decided to create a project related to the season. Using Prusa I3 and Thingiverse, I printed a
Halloween decoration where the color is controlled remotely through the Blynk project. https://youtu.be/CpKM5cp7RmI The Blynk project lets you create a
mobile or tablet…... Listed under: Robotics – Automation Project Ideas

412. Arduino Zener Diode Tester


Zener Diode Tester is controlled by Arduino Nano. Tester measure breakdown Zener voltage for diodes from 1.8V to 48V. Dissipation power of
measured diodes could be from 250mW to a few Watts. Measuring is simple, just connect diode and press button START. Arduino Nano gradually…... Listed under: Other Projects

413. Arduino Weathercloud Weather Station


I made a weather station connected to internet. It measures temperature, humidity, pressure, rainfall, wind speed, UV
index and it calculates few more important meteorological values. It then sends this data to weathercloud.net, which has nice graphics and UX. It also has a
weather webcamera. It…... Listed under: Other Projects

414. Automated Train Reverse Loop Using Arduino


Making reverse loops can help in model train layouts to change the direction of trains, which cannot be done with
turntables. In this way, you can create single-track layouts with a reverse loop on each end to run trains without any pause or interruption. So,…... Listed under:
Motor Projects

415. Mug-O-Matic: a Modular Tiny CNC Drawing Robot!


Mug-O-Matic is a one of a kind DIY toy, a real 3-axis Tiny CNC drawing robot that can customize coffee mugs!
This capable little robot can draw anything you want via manual control, bluetooth, calculated algorithms, or even g-code. So you can enjoy your custom
mug…... Listed under: Robotics – Automation Project Ideas

416. How to Make an Arduino Radar


This is a radar, designed to detect the distance and direction an object is from the ultrasonic sensor. With the ultrasonic sensor
connected to a servo, it has the ability to rotate 180 degress, similar to a radar utilised to detect the position of planes.…... Listed under: Other Projects

417. Arduino – Piano Tiles


Hello internet people, This is gonna be about how to make what DEFINITELY isn't a rip off of a mobile game on an arduino uno r3. so to
start, your gonna need all the parts, which are as follows!1x Arduino Uno r3 ($42) 2x LCD Keypad Shield ($19 each) 5x buttons…... Listed under: Sound – Audio
Projects

418. Wireless Music Reactive Floor Lamps


In this instructable we'll be making some centrally controlled wireless RGB lamps, that responds to music and sounds in
the environment! In addition to instructions, the instructable contains: SchematicsList of componentsLink to the code so you can make and modify your own
project Step 1:…... Listed under: Wireless Projects

READ PREVIOUS POST:


419. Shoe-Mounted Running Distance Tracker
Since runners often need to track not only their total mileage, but also the distance run on each pair of shoes (in order
An isolated
to know when to replace them), this project seeks a solution to the problem of how to keep track of these numbers.…... Listed under: analog
GPS Based input for
Projects
Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
420. Interactive Cylindrical Cube
This is a creative cylindrical LED cube with proximity sensing by infrared led and photo-transistors. Interactive Cylindrical Cube 
for these activities. The main
includes: 8X8 royal blue LEDs, 12 infrared LEDs, 16 photo-transistors and all of them are bent & formed a cylindrical shape. Pleaseaim...
see video below when this…...
Listed under: LED Projects
421. Mini Acoustic Levitation
View this project on my website to see a circuit simulation and a video! Acoustic levitation is made possible through the fact that sound
behaves as a wave. When two sound waves intersect each other, they can either constructively or destructively interfere with each other. (This is…... Listed
under: Sound – Audio Projects

422. DIY Floor Cleaning Robot Using Arduino


While cleaning, getting to those nasty little unreachable spaces under the beds, tables, and sofas can be a big pain.
Though small but smart vacuum cleaners are now out there, who wants to spend more than 500 bucks on them when you can make one…... Listed under:
Robotics – Automation Project Ideas

423. Arduino Energy Cost Electrical Meter Device


Do you pay too much for your electricity bills? Do you want to know how much electricity your kettle or heater
consumes? Make your own portable Energy Cost Electrical Meter! Watch how I found the use of this device. Step 1: Preparation. Tools Screws and…... Listed
under: Metering – Instrument Project Ideas

424. Robotic E-textile


Hello! My name is Fiberbot, and I am so happy you are going to be making more of my friends. In this instructables you will learn exactly how to
make a robot that looks just like me. I will also let you in on a…... Listed under: Robotics – Automation Project Ideas

425. Hey Pillow IoT Alarm


Know someone that constantly struggle to get out of bed, comes late to work and you are just want to give them a nudge in the morning.
Now you can make your own Hey Pillow. Inside the pillow is embedded with an annoying piezo buzzer…... Listed under: Clock – Timer Project Ideas

426. Tchaibotsky (a Piano Playing Robot)


This instructable was created in fulfillment of the project requirement of the Makecourse at the University of South Florida
(www.makecourse.com) Tchaibotsky is an Arduino powered piano playing robot. The motivation was to build something that could accompany pianists, whether
they're missing an arm and can't…... Listed under: Robotics – Automation Project Ideas

427. Internet Radio Using an ESP32


Dear friends welcome to another Instructable! Today we are going to build an Internet Radio device with a big 3.5” display using
an inexpensive ESP32 board. Believe it or not, we can now build an Internet Radio in less than 10 minutes and with less than 30$.…... Listed under: Radio
Projects

428. Control Your Model Train Layout With Your Mobile Phone!
Controlling a model train layout with a wired throttle and turnout controllers might be a good start
for beginners but they pose a problem of non-portability. Also, the wireless controllers which come in the market can either control only some locomotives or
are a bit…... Listed under: Phone Projects

429. Ultrasound Sensor: 2D Tracking With Arduino


Ultrasound ranging is a complicated task that made easy by the readily available module for Arduino. To detect or
measure the distance it transmits the signal to the target and target reflects that back. Arduino measure time is taken for complete travel. As the speed…...
Listed under: Sensor – Transducer – Detector Projects

430. Scrolling Text Display (A to Z Guide)


In this instructable / video I will guide you with step by step instructions how to make scrolling text display with Arduino.I
won't be explaining how to make code for Arduino, I will show you how to use existing code. What and where you need…... Listed under: LED Projects

431. Matrix LED Candle Light


Hi, in this instructable you will learn how to build a very long lasting LED-Matrix-Candle. It looks very modern, doesn't smoke 😉 and
can be reloaded with your smartphonecharger. The yellow light gives you a very good expression of a real flame. To be exact:…... Listed under: LED Projects

432. Brushless Motor Thrust Stand


Back in the time when I was building my Arduino based Ludwik Drone I faced a problem of choosing proper motors and
propellers. I didn't know anything about drones at that time so I had to trust motor manufacturer and the datasheet of a motor…... Listed under: Motor Projects

433. Arduino Polygraph Machine (Lie Detector)


In this project, We’ll try to get some information from the human body by using simple sensors and Arduino. You can
use this information to create a lie detector machine. At the end of this article, you : Know Polygraph and basics of measuring and…... Listed under: Sensor –
Transducer – Detector Projects

434. Bloomie-The Interactive Flowers


Sometimes words are not enough to share your feelings. That’s when you need Bloomie! Bloomie is a product for people to
share their emotions through lights. When you trigger a certain interaction, the message will be sent to the other person’s Bloomie. By using Bloomie,…... Listed
under: Home Automation Projects

435. DigiLevel – a Digital Level With Two Axes


The inspiration for this instructable is the DIY Digital Spirit Level found here by GreatScottLab. I liked this design, but
wanted a bigger display with a more graphical interface. I also wanted better mounting options for the electronics in the case. Ultimately, I used this project to
improve…... Listed under: Battery Projects
READ PREVIOUS POST:

436. Simon & Whack-a-Mole Game Using Arduino (also in Tinkercad)


If you grew up in '80s, most likely you played an electronic toy game Ancalled
isolated analog
Simon. input for
In this
Arduino
Instructable, I will be building an Arduino kit that you can code to play Simon and other button-based games such as Whack a Mole. I developed this…... Listed
under: Game – Entertainment Projects This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
for these project.
activities.

The main
437. Controlling Devices With Voice Command Using NodeMCU
I just want to say hello to everybody, this is my first time writing an instructable English is not
aim...
my native language so I will try to make short and as clear as possible. Controlling devices with voice command is not a strange thing…... Listed under: Sound –
Audio Projects
438. Glowing Ornament
Original glowing ornament for your Xmas tree. It's made from brass rods wired by a freeform method and contains 18 glowing LEDs. Step 1:
Tools soldering ironsoldersoldering paste0.8mm brass rod18x SMD LEDcoin batteryon/off switch Step 2: The Rings The main challenge here is to create…...
Listed under: LED Projects

439. Bluetooth Air Horn


As a long time lurker I finally decided this project was worthy of a write up (also I'm killing for an instructables tshirt). I love this site and hope
you enjoy this project. IMPORTANT!Just a quick heads up, there are optional steps in this build.…... Listed under: Bluetooth Projects

440. How to Control Home Appliances With TV Remote With Timer Function
Even after 25 years of its introduction to consumer market, infrared communication is
still very relevant in recent days. Whether it is your 55 inch 4K television or your car sound system, everything needs an IR remote controller to response to our
commands. There are…... Listed under: Clock – Timer Projects

441. Needle-Felted Pressure Sensor


Create a pressure sensor using: - Needle-felted wool - Thin muslin - Velostat - Conductive thread This sensor can be used an
analog input for Arduino code. Step 1: Prepare the Core Components Component 1: A felted wool ball. This can be made using unwoven…... Listed under:
Sensor – Transducer – Detector Project Ideas

442. Arduinoflake – PCB Version


A few weeks ago I made a freeform Arduinoflake. Lot of you loved it. But its magic is not only being freeform but also in the pattern of the LEDs. So I
decided to create a PCB version which would be really easy and cheap to…... Listed under: Game – Entertainment Projects

443. Simulated Sports Scoreboard


I am the theatrical technical director for a local high school. Their winter production was “Disney’s High School Musical”. During
meetings with the director, he said it would be cool if he could have a scoreboard. I excitedly replied that I could make one that…... Listed under: Game –
Entertainment Projects

444. Ciclop 3d Scanner My Way Step by Step


I'm going to realize the famous Ciclop 3D scanner. All the step that are well explained on the original project aren't
present. I made some fix to simplify the process, first I print the base, and than I restilize the PCB, but go on. Step 1: Printing and…... Listed under: CNC
Machines Projects

445. Connect 4 Game Using Arduino and Neopixel


Rather than just giving an off-the-shelf toy gift, I wanted to give my nephews a unique gift that they could put
together and (hopefully) enjoy. While the Arduino code for this project may be too difficult for them to understand, the basic concepts of input,…... Listed under:
Game – Entertainment Projects

446. Controlling a Neopixel Led Ring With a Gesture Sensor


In this tutorial we're going to play with a gesture sensor (APDS-9960) and a neopixel ring to learn how to
combine them both using an Arduino UNO. The end product will respond to left - right gestures by animating led movement right or left, and…... Listed under:
Sensor – Transducer – Detector Projects

447. NES Controller Piano / Ultrasonic Theremin Mash-Up


I recently built a simple 8 key piano using an original NES controller and Arduino UNO board.Unlike
conventional Arduino piano projects which require one digital pin for each key / button the NES controller piano used only three digital pins (D5 for nesClock, D6
for nesLatch, D7…... Listed under: Sound – Audio Projects

448. 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 key? No? Who cares,
make one anyway! This instructable will guide you through the steps you need to make your very own, slightly useless,…... Listed under: Interfacing(USB – RS232
– I2c -ISP) Projects

449. Radioactivity Counter (IoT) and Monitoring Eco-system


C-GM firmware last update on June, 10th 2019 with new 1.3 versionA-GM applicationlast update on Nov,
25th 2019 with new 1.3 version This D.I.Y low cost (50$/43€) C-GM Counter project provides hardware and firmware for building a Geiger-Müller counter device
aka G.M. counter for continuous measurement of the radioactivity level. It is based on an Arduino Nano,…... Listed under: Sound – Audio Projects

450. Bell Model 202 Bluetooth Telephone (1930-2018)


Using the magic of Arduino, I revived an antique Bell model 202 telephone and added Bluetooth capability to
it. There are two parts to this. On one end I have an ancient phone from the 1930's. On the other end, I have one of a…... Listed under: Bluetooth Projects

451. LaserKitty!!
It is a truth universally acknowledged that a single cat in possession of good fortune must be in want of a laser toy. As with single gentlemen in want
of future wives, some precautions must be observed. But is that not true of anything really…... Listed under: Other Projects

452. Use Your NES Controller As On/Off Switch for Lights.


Turn your NES controller’s START BUTTON into an ON/OFF switch for lights with this Instructable - Other
READ PREVIOUS POST:
versions I have seen either gut or modify the electronics but in this project the electronics are intact so the controller can be used for retro gaming after the
An isolated analog input for
lights go out... I…... Listed under: LED Projects
Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
453. Escape Robot : RC Car for an Escape Game
The main purpose of this project was to build a robot that would differentiate itself from
foralready existing robots,
these activities.
and
The main
aim...be…... Listed under:
that could be used in a real and innovative area. Based on personal experience, it was decided to build a car-shaped robot that would
Robotics – Automation Projects
454. “Wooden” Desktop Clock *Modern Looking*
Hi everyone, this is my second instrucatable! This time we are going to build a wooden clock with temperature and
humidity display. Like shown in the picture, our the time will be displayed through the "wood". Since light isn't strong enough to pass a piece of…... Listed under:
Clock – Timer Projects

455. Spaceship Control Panel – Laser Cut Arduino Toy


A few months ago I decided to become a member of the local maker space, since I've been wanting to learn the tools of the
maker trade for ages. I had a tiny bit of Arduino experience and a had taken a Fusion-course here on Instructables.…... Listed under: Game – Entertainment
Projects

456. RUMI the LineFollowingRobot


I made this project in collaboration with Ruben Says, for our studies in electromechanics at the HoGent. The assignment was to
make a line follower robot, which is a little cart that by using its sensors is able to follow a black line on a…... Listed under: Robotics – Automation Projects

457. Chord Displaying Smart Guitar


I am an Electronics engineer by profession and a guitarist by hobby. I wanted to make a guitar which can itself show the beginner
guitarist how to play the chords by displaying it on the fret board. So I decided to modify my acoustic guitar…... Listed under: Sound – Audio Projects

458. Brew|LOGIC – Bluetooth Enabled Arduino Brewing Controller


Brewing beer has become a worldwide phenomenon. Beer and wine is being crafted in ordinary
kitchens in eve­­ry corner of the world. One phrase that you may hear from your fellow homebrewer is "From Grain to Glass", which refers to the process of
making beer…... Listed under: Bluetooth Projects

459. Moving and Talking Giant Lego Hulk MiniFig (10:1 Scale)
I've always played with legos as a kid, but I didn't have any of the 'fancy' legos, just classic lego bricks.
I'm also a huge fan of the Marvel Cinematic Universe (MCU) and my favourite character is Hulk. So why not combine the two, and…... Listed under: Robotics –
Automation Projects

460. Lego Mini Memory Game


A year or so ago, I wrote up an Instructable about installing a bunch of LEDs in a Lego Mini Cooper. The innovation, such as it was, was
that the LEDs could be controlled with a smartphone (or through any web browser, for that matter). As I…... Listed under: Game – Entertainment Projects

461. Light Sensing LEDs using Arduino


I was recently reserching on LEDs and I stumbled upon this page as I read it I found that LEDs are not just used to emit light
but the also have the ability to sense light.At first using LED as light sensor sounds complicated but…... Listed under: Arduino LED Project Ideas, Ideas

462. Physical Pixel using Arduino


This example example uses the Arduino board to receive data from the computer. The Arduino boards turns on an LED when it
receives the character 'H', and turns off the LED when it receives the character 'L'. The data can be sent from the Arduino…... Listed under: LED Projects, Projects

463. Arduino ProtoShield from Household Items


I love my Arduino. It got me into, and hooked on, microcontroller programming. I also like the expandability that
shields provide. My Arduino can be a GPS Locator one minute, and be connected to the web the next. There's also a kit that lets you…... Listed under: How To –
DIY – Project Ideas, Ideas

464. SensoDuino: Turn Your Android Phone into a Wireless Sensors Hub for Arduino
UPDATES Nov 23, 2013: SensoDuino 0.160 gets a face left. Nov 19. 2031:
OPINION: The Amazing Synergy Between Arduino & Android. Nov 19, 2013: SensoDuino 0.159 is out. Android phone date (y,m,d) and time (h,m,s) are supported
as sensors. Support for Android KitKat (4.4/API 19). INTRODUCTION Think of SensoDuino as…... Listed under: Arduino Android, Internet – Ethernet – LAN
Projects, Phone Projects, Sensor – Transducer – Detector Projects

465. Sleep n’ Tweet using an Arduino


Now I am lucky enough to work at the greatest company in the world as a University of Waterloo, co-op student. It might not
even be a company you’ve heard of yet. They’re named Upverter and we are trying to change the way people design,…... Listed under: Home Automation
Projects, Internet – Ethernet – LAN Projects, Projects

466. Anti-Sunflower – Points to Your Darkness!


Since childhood, I always wanted to try my hands on electronics. Recently I bought the Arduino and started exploring
it. In this process, I got to know more about Light Dependent Resistors (LDR). Somehow, I stumble across this idea. Basically, it's an electric sunflower which…...
Listed under: Home Automation Projects

467. Mint-Sized Success Meter (quit smoking!) with Arduino


There comes a time in life to put childish things behind and give up nasty habits. Some, like smoking, can
be damn hard without constant encouragement. It was time for me to combine my favorite hobby with my driving goal and make this: The Quit…... Listed
under: Ideas, Medical – Health based Project Ideas, Metering – Instrument Project Ideas
READ PREVIOUS POST:

An isolated analog input for


Arduino
This blog is dedicated to
electronic projects and software
468. Honey Bee Counter using Arduino
Where the honeybee's division of labor has stayed on a steady progression for 25 million years... our human superorganism has grown more
due to the author’s enthusiasm
complex and in all directions... hence the bee counter... By:  thomashudson.org Live data from - June 25, 2012 I've moved away from live…... Listed for
under: Game
these

– Entertainment
activities. The main
Project Ideas, Ideas aim...
469. NRF24 Two-Way Radio for Telemetry
Hi guys, my name is Pedro Castelani and I'm bringing you my first instructable: building a two way radio with arduino for,
well, whatever you need it for. In this project, we will make two seperate circuits which will act as both reciever and transmitter.…... Listed under: Radio Projects

470. Arduino Snail Mail Notifier


My mailbox is across the street from my house because our mailmen don't walk door-to-door, so I never know when the mail is
delivered. Sometimes, I'm waiting for something and I'd really like to know when it arrives. I got my first Arduino last week,…... Listed under: Ideas, Internet –
Ethernet – LAN Project Ideas

471. Slipper Shining with LED strip & Xadow


mo.momi Led strips are amazing! Firewalker-led-sneakers(http://learn.adafruit.com/firewalker-led-sneakers) by Adafruit
inspired me. I wanna change a way to control it, instead of "pressure-sensitive", I use a accelerometer sensor judging the motion of slipper. It's simple, I
complete this version only calculating the acceleration on "z" axis, weather…... Listed under: LED Projects

472. Arduino CNC Plotter (DRAWING MACHINE)


Hey guys! I Hope you already enjoyed my previous instructable "How to make your own Arduino training platform"
and you are ready for a new one, as usual I made this tutorial to guide you step by step while making this kind of super amazing…... Listed under: CNC Machines
Projects

473. YouTube Desktop Notifier


Do you get nightmares of losing your YouTube Subscribers? If you do, you are not the only one. https://youtu.be/ITI9ToWFHCk Luckily
I have made this "YouTube Desktop Notifier" to keep me up-to-date with my channels Subscriber and View Counts. This very simple DIY project cost me…...
Listed under: Video – Camera – Imaging Projects

474. Arduino Esplora Blink Code


This sketch blinks the Esplora's RGB LED. It goes through all three primary colors (red, green, blue), then it combines them for
secondary colors(yellow, cyan, magenta), then it turns on all the colors to create white. For best results, cover the LED with a piece…... Listed under: LED
Projects, Projects

475. Analog Input using Arduino


A potentiometer is a simple knob that provides a variable resistance, which you can read into the Arduino board as an analog value.
In this example, you'll connect a poterntiometer to one of the Arduino's analog inputs to control the rate at which the built-in…... Listed under: Projects, PWM
Projects

476. 3 Amazing BRAIN / MIND Control Projects Lights LedStrip LED With Arduino and Neurosky
https://youtu.be/kbzIDT0Aby8 Have you ever wanted to turn the
lights ON or OFF just by thinking about it? Or do you want to know how stressed you are by looking at the color of a RGB led? While now you can by following
this Instructables! To…... Listed under: LED Projects

477. Yoga Breathalyzer


The yoga breathalyzer is a breath visualization tool to help you understand and get in touch with your breathing. Breath is the basis of yoga
and meditation, and this biofeedback tool is one way to develop a deeper understanding of your own breath. Using Arduino,…... Listed under: Sensor –
Transducer – Detector Project Ideas

478. Arduino LED Button Pad That Drives Processing Animations


WhatThis button pad is made using a PCB and other components manufactured by Sparkfun. It is
driven by an Arduino Mega. Each button is nice and squishy and satisfying to press, and it has an RGB LED inside! I've been using it to control animations…...
Listed under: LED Projects

479. Sonic Switch: Use a Sonic Screwdriver to turn on your computer!


What it is: An Arduino-based light-sensitive switch for turning on a desktop computer. Why its
cool: Use a Sonic Screwdriver to turn on your computer! Story: This project started, as I'm sure a lot of them do, as a result of boredom and the thought…...
Listed under: RTOS – OS Projects

480. Arduino and 7 segment LED display decoder


In this instructable i will explain how to connect 7 segment display, decoder and arduino. It´s pretty easy. At first
we have to learn something about decoder. I´m using BCD to 7 segment decoder. My is D147D, this is old chip, but the newer are…... Listed under: LED Projects,
Projects

481. Smartphone Controlled Bubble Blower Using Arduino


Whether you’re already a kid or not; you are going to become one as soon you see bubbles floating
around you! You’ll be lying if you say that you don’t pop one on seeing one! Alas, everything isn’t the same for the one who’s blowing…... Listed under: Phone
Projects

482. Pixel Shipped Counter


Many times, we often use LCD as display equipment, from tiny temperature monitors to large industrial equipment. The funny thing in this project is that
it combines two Red LED Matrices as display. You don't need other devices except Arduino to drive it. This project…... Listed under: Calculator Projects

483. Coffee-Art Project


Well, hello there! My name is Manou and this is my very first instructable. This instructable is all about making a mechanic arm with an
arduino genuino uno! This all started with this basic idea: I wanted to make a robot that made art and…... Listed under: Home Automation
READ PREVIOUS POST: Projects

An isolated analog input for


Arduino
484. Capacitive Touch Arduino Lamp
The Problem It is late night, and your cellphone rings. You can't see where it is, you blindly grope around your nightstand, trying
This blog is dedicated to
in vain to find that illusive switch that will illuminate your side of the bed. You clumsily turn on the lamp, locate…... Listed under: Home Automation
electronic projectsProjects,
and software
Projects due to the author’s enthusiasm

for these activities. The main
aim...
485. SPlaying tones on Multiple outputs using the tone() function with Arduino
This example shows how to use the tone() command to play different notes on
multiple outputs. The tone() command works by taking over one of the Atmega's internal timers, setting it to the frequency you want, and using the timer to
pulse an output pin.…... Listed under: Projects, Sound – Audio Projects

486. Pokemon Elemental Arcade (Mini Game)


This project started as I had to create a project for the HKU with an arduino. It had to be something which would be
either entertaining or solving a certain problem. For which I chose to pick the entertaining part. In the end combining multiple…... Listed under: Game –
Entertainment Projects

487. Button State Change Detection using Arduino


Once you've got a pushbutton working, you often want to do some action based on how many times the button is
pushed. To do this, you need to know when the button changes state from off to on, and count how many times this change of state…... Listed under: Calculator
Projects, Projects

488. Redefining the TV Remote using Arduino


We use them every day, but has no one got bored of pressing buttons on a stick, it’s far too much effort pressing
buttons! Surely there are better ways to control a device? After doing some work with my Nikon camera using IR to control…... Listed under: Home Automation
Projects, Projects

489. Digital Treasure Chest


I study Game and Interaction technology at Utrecht University of the Arts. There is one project called "If this then that" where you're
asked to build an interactive product. You are to use an Arduino, design an interesting interactive element and build a nice and…... Listed under: LED Projects

490. How to make a Ball Balancing Robot


Last year, I have made this ball balancing robot.It can stand on a ball stable by the balance system of itself. There is only
one connect point between the robot and the ground, so it is more flexible than the traditional wheeled robot. It can…... Listed under: Robotics – Automation
Projects

491. Using FM RC Controllers using an Arduino


I recently dug up my old RC transmitter and receiver and thought "How can i control my arduino with this?" so i
powered on my scope to see what was going on at the receiver. Sure enough, it was sending out the standard PWM signal that servos…... Listed under: Projects,
Radio Projects

492. 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 pressed.   Circuit Connect one terminal of your speaker to digital pin 8 through a 100 ohm resistor, and its other terminal to ground. Power your
three FSRs (or…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects, Projects, Sound – Audio Projects

493. Music Box With Mini Monitor(OLED) and LED


My idea was a box that would play music when you open it. It also has a display with an emoji on it that awakes,
greeting you. There is also a LED in it that lights up if you hold the Force-sensitive resistor squeezed between…... Listed under: LED Projects, Medical – Health
based Project Ideas

494. Accessing 5 buttons through 1 Arduino pin


I made the original Instructible that this is based on over a year ago (You can see it here to see some of the theory
around how this works:http://www.instructables.com/id/How-to-access-5-buttons-through-1-Arduino-input ). To make a long story short, I moved to a different
country a few weeks…... Listed under: Ideas, Interfacing(USB – RS232 – I2c -ISP) Project Ideas

495. Web Controlled Arduino LED


This instructable shows you how to build a Web-enabled tri-color LED based on an Arduino and the WIZnet Ethernet shield,
controllable from any Web browser . Check the live demo at http://try.yaler.net/~arduino/led Because the LED is exposed through a simple RESTful web service
running on…... Listed under: Arduino LED Project Ideas, Ideas, Internet – Ethernet – LAN Project Ideas

496. Interactive Glowing Mushrooms


https://youtu.be/z1V3YJo0Cwk This instructable will show you how to make mushrooms that will glow in the dark. You can turn individual
mushrooms off and on again by pressing the top. I started this project for a school assignment where we had to create something using the…... Listed under: Other Projects

497. Arduino Powered Nixie Tubes: ArduiNIX Nixie driver shield assembly
www.ArduiNIX.com presents: ArduiNIX Nixie driver shield assembly The ArduiNIX shield is a
user programmable platform for driving multiplexed Nixie tube or other high voltage displays**. The ArduiNIX is open source hardware Welcome to the
assembly portion of the site. Here we will take you step by…... Listed under: LED Projects

498. LED Show 2 using Arduino Esplora


This example shows you how to read different analog sensors to change the brightness of the three colors in the RGB LED. In
this example you will read the amplitude from the microphone, the amount of light on the light sensor, and the position of…... Listed under: LED Projects,
Projects

499. Infinite Disco


In this project, I made an infinity mirror based on a dodecahedron that reacts to sound . Step 1: Materials Essential materials: Arduino Uno3mm
READ PREVIOUS POST:

An isolated
thick 100x50cm MDF2mm thick 100x50cm plexiglass3 meter WS2812B LEDstrip 60 LEDs/mSound Detection Sensor Module 3-PINThin electric analog input
wire (10ish for
meter
total)BreadboardPerfboard/stripboardSimple rectangular…... Listed under: LED Projects Arduino
This blog is dedicated to
electronic projects and software
500. Arduino light seeker
First of all, I'm from Switzerland so please excuse my english mistakes. Here is one of my first little project I did with my Arduino Uno. It's is
due to the author’s enthusiasm

just a little light seeker. The servo turns towards the light. Step 1: The wiring Here is…... Listed under: Ideas, Other Project Ideas for these activities. The main
aim...
501. The MicroSlice | A tiny Arduino laser cutter
A few years ago I saw an Instructable where Groover had used a pair of DVD-RW drives to make a pocket laser
engraver. Inspired by the idea, driven by the recent purchase of a full-sized 50 watt CO2 laser cutter, and roused by the launch of the Microcontroller contest I
took…... Listed under: CNC Machines Projects

502. Arduino Trumpet


This project emulates a trumpet by playing notes using the three buttons (valves). This is easy to make and fun to play with, though it can only
play one octave and no sharps/flats. Step 1: Code Load this into your Arduino: int speaker = 9;…... Listed under: How To – DIY – Project Ideas, Ideas

503. Wally – IR Detection Robot using Arduino


My First ever Robot. It tracks objects using Infra-red sensors, and has basic AI that follows and avoid objects. I will
describe the how I made this robot, and upload some videos. Version 1 (16 Dec 2011): —————–The components used ———————- I actually planned
this…... Listed under: Projects, Robotics – Automation Projects

504. Secret Compartment Chess Set


I play chess pretty poorly and have always wanted to get better, but I don't even own a chess set. I decided I wanted to make my
own set, but with a twist. I have made a chess board with a secret drawer that is…... Listed under: Game – Entertainment Projects

505. Arduino Projects on a breadboard (no serial com)


Intro: If you've got an Arduino Uno and want to start duplicating projects without having to buy an Uno every
time... get ready to live!  This instructable will show you how to move your projects (that do not require serial communication) onto a breadboard for…... Listed
under: Development Board – Kits Projects, Interfacing(USB – RS232 – I2c -ISP) Project Ideas

506. Arduino Prototyping Shield on the cheap


Breadboards are very handy, but sometimes I just want to connect one IC or some LEDs and resistors to the controller.
My simple solution was to canibalize a cheap Breadboard to get two expandable PrototypingShields with some additional features. What I used: Breadboard
(~3$) 2…... Listed under: Development Board – Kits Project Ideas, Ideas

507. Clapper LED Candle


Three years ago I saw "My New Flame" by MORITZ WALDEMEYER, INGO MAURER UND TEAM 2012 at the museum gift shop, and feel in love
with the idea. I hoped to recreate something mesmerizing, enjoyable, functional and interesting to watch, but with a slight twist. I certainly couldn't…... Listed
under: LED Projects

508. Automatic Camera Shutter Switch


The best part of haunted houses and amusement park rides is getting to see pictures of your friends screaming in terror. To
get these kinds of pictures requires perfect timing. The best way to get this is with an electronic control circuit. So in this…... Listed under: Video – Camera –
Imaging Projects

509. Interfacing Any Arduino With a Cellphone


When using an Arduino, it may result quite annoying to not be able to use it just because you do not have a computer
available. Maybe the Windows or Mac OS isn't compatible, you don't have any computer at all or you just want more…... Listed under: Phone Projects

510. No-Solder Arduino Breadboard Shield


The goal of this instructable is to make a no solder arduino breadboard shield like this one: Step 1: You will need Parts list:
  Super glue*Mini breadboard size 4.5x3.5 cmArduino pin headers** * Hot glue wont cut it** Normal female pin headers can also…... Listed under:
Development Board – Kits Project Ideas, Ideas

511. Tweety Button using Arduino


Welcome to my first Instructable! This is for something I've coined the "Tweety" or, Tweety-Button. The concept is simple, you're
on your computer and the inspiration to Tweet is welling up inside. Chrome is being slow today, and you want to get those 140 characters…... Listed under:
Ideas, Radio Project Ideas

512. Solar Powered WiFi Weather Station V2.0


This Instructable is a continuation of my earlier weather station project. It was quite popular on the web, people
around the globe made their own by following it and given valuable feedback for improvement. By taking consideration of the comments and Q&A section of
my earlier project,…... Listed under: Solar energy project Ideas

513. Timelapse Panning controller for GoPro Cameras


This instructible will show you how I built (and you can also build) an Arduino Timelapse Panning controller for
GoPro cameras. There are obviously some refinements that can be made to the design, but in general I am very happy with the results that I've…... Listed under:
Video – Camera – Imaging Projects

514. Wii Nunchuck as general purpose controller via Arduino board


Background: I made a self-balancing electric skateboard which is steered using a Wii Nunchuck
by either using the thumb joystick on the top or by tilting it left or right, depending on which of the two buttons on the end are being pressed. A simplified…...
Listed under: Ideas, Other Project Ideas

515. Interactive Touchless Light


Hi everyone! I'd like to share the project I have been working on here. I got inspired to experiment with capacitive touch sensing
through a project in my university. I found out about this technology through instructables and used the things I learned here and…... Listed under: LED Projects

516. High-Low Binary LED Arduino Game


This is a pretty simple game:  The Arduino shows a number in binary on the green LEDs.  You then guess whether your
green number is bigger than the computer's number.  The Arduino shows its number on the red LEDs.  If you were right, you will…... Listed under: Arduino LED
Project Ideas, Ideas
READ PREVIOUS POST:

An isolated analog input for


517. Pong Playing Flexible Screen on a Shirt
This is my Halloween costume for the year 2013. It's been in the works for about a year and has taken quite a few man
Arduino
hours to create. The screen is 14 by 15 pixels, so, pretty low resolution but it can still do some…... Listed under: Game – Entertainment Projects, Home
This blog is dedicated to
Automation Projects, LED Projects electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
518. Arduino Flash game streamer
its a simple project that uses the a ethernet shield server to give a advanst web page with flash games on it. Step 2: The code:::
you can download this code at the end: load up the ethernet server example and delete the code for…... Listed under: Game – Entertainment Project Ideas,
Ideas

519. Handheld Gaming Console | Arduboy Clone


A few months ago I came across Arduboy which according to its official website is a miniature 8-bit game platform
that makes it easy to learn, share and play games online. It is an open source platform. The games for the Arduboy are made by the users.…... Listed under:
Game – Entertainment Projects

520. Arduino Bracket


When you are tinkering around with your Arduino and a breadboard you might want to make yourself an "Arduino Bracket". Nothing more than
header pins and a piece of wire, the "Arduino Bracket" keeps wiring neat and tidy, and lets you easily disconnect your Arduino…... Listed under: Ideas,
Interfacing(USB – RS232 – I2c -ISP) Project Ideas

521. Dual Axis Tracker V2.0


Way back in the year 2015 we designed a Simple Dual Axis Tracker for use as a fun student or hobby project. It was small, noisy, a little
complicated, and provoked a lot of really weird community comments. That being said, three and a half years later…... Listed under: Security – Safety Projects

522. Sky on the Wall (Mood Lighting-IR remote)


I love LED and stars, and after saw another instructables about star constellation and some mood lighting that was
very inspired and I decided I wanted to take that idea and want to create some mood lighting with some skies component such as stars, and…... Listed under:
Home Automation Projects, LED Projects

523. 3x3x3 LED PVC Light Cube using Arduino


This 3X3X3 ft. LED PVC cube is the ultimate in mood light fun!   An LED (light emitting diode) will burn longer than
traditional bulbs so that you can enjoy your giant light for a LONG LONG time. Build it and see! Step 1: WARNING!!! THIS PROJECT…... Listed under: Arduino LED
Project Ideas, Game – Entertainment Project Ideas, Ideas

524. Punch Activated Mario Question Block Lamp


The Super Mario games were my childhood. I've always wanted to have some of the props in the games, and now that I have the
tools to do it, I decided to start making them. The first up of that on my list is the…... Listed under: LED Projects

525. Frameless Laser Harp


We are a generation that love sound and light – can’t do without them really. Our most preferred time of day is night, or what we would
call evening. We are particularly well acquainted with technology; doesn’t hurt these days. Our prerequisite for everything is…... Listed under: Game –
Entertainment Project Ideas, LED Projects

526. Battery Reconditioner using an Arduino


So if you are like this Lazy Old Geek, you have a lot of rechargeable batteries lying around. I wrote another Instructable
with some battery tips. http://www.instructables.com/id/Rechargeable-Battery-Tips/ Amongst these batteries, I have a lot that no longer work or don’t work very
well. So I…... Listed under: Battery Projects, Projects

527. Pitch follower using the tone() function using Arduino


This example shows how to use the tone() command to generate a pitch that follows the values of an
analog input Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect one terminal of your speaker to digital pin
9 through a…... Listed under: Projects, Sound – Audio Projects

528. Arduino Chessclock


I could not find instructions on a good Arduino chess clock so instead I built my own which I will describe here. Step 1: Parts list [box
color="#985D00" bg="#FFF8CB" font="verdana" fontsize="14 " radius="20 " border="#985D12" float="right" head="Major Components in Project"
headbg="#FFEB70" headcolor="#985D00"] here are the…... Listed under: Clock – Timer Projects, Game – Entertainment Projects

529. A New Way to Arduino Control an RC Car


I've done some work with Arduino controlled cars, but the ones I've worked on have always been slow and methodical.
This is great when learning arduino, but I wanted something a bit more...fun. Enter the RC car. RC cars are literally designed to be as…... Listed under: Car
Projects

530. Laser Triggered Countdown


This is a simple arduino based project that consists of a laser tripwire that, when triggered, will begin a countdown sequence on red,
orange and green LEDs. I designed this to be an easy project for someone learning how arduinos work (like me). This is…... Listed under: Calculator Projects, LED
Projects

531. Smart Heart Monitor


No longer will you have to pay hundreds of dollars for a heart rate monitor! The Smart Heart Monitor will be able to do all of your cardiac
measuring needs for you! The Smart Heart Monitor measures the user's heartbeat using an LED and a…... Listed under: Medical – Health based Projects

532. ESP8266 VGA Pong


In this Instructables I will show how to build a reproduction of the the classic game Pong for a VGA monitor, using a ESP8266 and few other
components. This game is made possible by the EspVGAx library recently published on GitHub by Sandro Maffiodo (aka Smaffer) and, as far as I know, this is the
READ PREVIOUS POST:
first…... Listed under: Game – Entertainment Projects
An isolated analog input for
Arduino
This blog is dedicated to
electronic projects and software
533. Functional Lit Costume Goggles for Mr Freeze
Egads!  LED Goggles you can see through (surprisingly well, too)!  They pulse subtly, due making them
to the so cold
author’s and
enthusiasm
dehumanizing. They were totally perfect for the character I was going after - Mr Freeze.  It was my first time really playing with LEDs and Arduinos, so…... 
for these activities. TheListed
main
under: Game – Entertainment Projects, LED Projects aim...
534. Basic Arduino Tutorials : 01 Blinking LED
In this instructable, I'm going to show you how to make a simple circuit/code with an arduino, which will make an LED
connected to it flash from off to on, with 1-second intervals, as shown below. This is a very easy, basic idea, however it…... Listed under: LED Projects

535. WIRE CUTTING MACHINE


Hello friends I have made a Automatic wire cutting machine using Arduino nano controller board. Basically there are 3 process level of
this machine like 1) first process is Input Input like wire length and wire quantity provided by pressing push button also the real…... Listed under: Motor Projects

536. How to make a runaway cookie box using Arduino


Eat too many cookies? These are some guidelines for how you can add a few security features to an ordinary
box of cookies - or at least have a fun toy. The runaway cookie box will roll away when objects approach it and sound an…... Listed under: Game – Entertainment
Project Ideas, Ideas

537. Phone Controlled Mood Lighting


Dorm rooms are notorious for their dreadful lighting, so I wanted to make a cool alternative light source for my room at school. I made it phone
controlled so there would be an easy and wireless way to change the color of the lighting. The…... Listed under: LED Projects, Phone Projects

538. Smartphone Controlled RC Car Using Arduino


This Instructable shows how to make a Smartphone controlled Arduino Robot Car. Update on 25th Oct 2016 Step
1: Youtube Video Link https://youtu.be/cC2crT941wQ Step 2: Parts and Tools Required 1. 4WD Robot Chassis kit2. Arduino Uno 3. LM298 H bridge Module 4.
Bluetooth Module HC-05…... Listed under: Phone Projects

539. The Twittering Office Chair using Arduino


The Twittering office chair "tweets" (posts a Twitter update) upon the detection of natural gas such as that produced
by human flatulence. This is part of my commitment to accurately document and share my life as it happens. For more in depth theory, please see…... Listed
under: How To – DIY – Project Ideas, Ideas

540. How to Make a Makeblock Music Robot with the Music Robot Kit(NEW)
Makeblock is an aluminum extrusion based construction system that provides an
integrated solution for aspects of mechanics, electronics and software design. With Makeblock you can make professional robots, toy machines or even art-
ware. It's super easy-to-use and helps bring your creations to life. The only…... Listed under: Robotics – Automation Projects, Sound – Audio Projects

541. Arduino controlled automated blinds with Web UI


This instructable is a detailed guide on how to build an automated controller to run a motor that can operate
the opening and closing of blinds. The controller enables the blinds to open and close based on a schedule, room temperature and out door luminosity.…...
Listed under: Ideas, Internet – Ethernet – LAN Project Ideas

542. Sensor Stations Network for Lighting and Security Control


With this sensor stations network configured in a master/slave mode, you will be able to do lighting
and security control in your home. These sensor stations (Node01, Node02 in this project) are connected to a master station (Node00) connected to your local
wifi network. I…... Listed under: Security – Safety Projects

543. Fix a fried Arduino Mega


Sometimes you may do something stupid, other times it is totally inexplicable but as a result of whatever events, the green power light
on your Arduino stopped coming on. In my case it turned out to be a burned out voltage regulator. This inscrutable is…... Listed under: Ideas, Interfacing(USB –
RS232 – I2c -ISP) Project Ideas

544. RGB Temperature Indicator (with XinaBox)


This is officially my first Instructables article, so I'm going to admit that I am using this opportunity right now to try it
out. Get a feel of how the platform works, the whole user experience side of it. But while I am doing that,…... Listed under: Temperature Measurement Project
Ideas

545. Accelerometer Dice with 123D Circuits


This is the project that got Autodesk's CEO Carl Bass a little extra attention from the TSA on his way to MakerFaire Tokyo.
 Here's an article about that... We made this as way to demo a few things you can do with our apps, 123D Circuits and 123D Design :  Design…... Listed under:
LCD Projects, Metering – Instrument Projects

546. Temperature-controlled USB fan using Arduino


As summer is coming, I bought a USB fan from HuaQiangBei, Shenzhen. However, when I focus myself on
work(or game), I could hardly notice its existence. If I can teach it how to think and execute its duty without my order, that will be more…... Listed under: Ideas,
Interfacing(USB – RS232 – I2c -ISP) Project Ideas, Temperature Measurement Project Ideas

547. LED Jigsaw Puzzle Light (Acrylic Laser Cut)


I have always enjoyed the various acrylic laser-cut night lights that others have made. Thinking more about these I
thought that it would be great if the night light could also double as a form of entertainment. With this is mind I decided to create…... Listed under: LED Projects

548. Time Delay Lock Box


Note from the author: In an effort to get this ready in time for the safe and secure challenge, I have had to make a few compromises to my
box, but that doesn't mean you have to! I have left my original ambitions in the…... Listed under: Clock – Timer Projects

READ PREVIOUS POST:

An isolated analog input for


549. Better LED as light sensor
As a result of the questions from lekirst  on this ible of my hand: LED-as-lightsensor-on-the-arduino/ and the cleaner code made
Arduino
by hansc44 at:  Arduino-Use-LED-as-a-light-sensor/ it was time to come with a better Ible. So here it is. (I didn't solve lekirst's problems yet so she probably is
This blog is dedicated to
open for suggestions) What is…... Listed under: LED Projects, Sensor – Transducer – Detector Projects electronic projects and software
due to the author’s enthusiasm

for these activities. The main
550. 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
aim...
is great for people who works with lots of arduinos. You can also use it with AVRDUDE. I will have…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects,
Projects
551. Eye Guardian: Sound Triggered Eye Protection
Eye Guardian is an Arduino powered, High-Decibel continuous sound triggered eye protection wear. It detects heavy equipment
sound and lowers protective eye goggles while the equipment is in use. Outline In the first step, I will explain the Inspiration&Idea behind this project. Next, I will…... Listed
under: Sound – Audio Project Ideas

552. DIY Mario Kart Balloon Battle Robots


There are some projects where you make a functional thing or practical thing. There are some projects where you make a
beautiful thing. And then there are projects like this where you decide to slap a razor blade and balloon on some robots and battle…... Listed under: Robotics –
Automation Projects

553. 5X5 dot matrix on Arduino


With this you just type the text you want on your computer and your 5x5 dot matrix shows the message. Used: ~25 leds ~Arduino
uno ~5x 100ohm resistor ~and a bit of skripting It took me a while to figure this all out but in…... Listed under: LED Projects, Projects

554. Arduino Noise Machine Jacket


As a project for one of my college classes, we were asked to create something using the Arduino. After a few different ideas, I
settled on putting an Arduino noise machine into a suit jacket. It uses parts of the jacket to make function, so…... Listed under: Home Automation Project Ideas,
Ideas, Sound – Audio Project Ideas

555. Valentines PCB Heart


With Valentines Day approaching I thought it would be nice to make a project for the people who are special in my life; I thought the
people of instructables would probably like it too! I've designed a ~100mm x 100mm or ~4in x 4in PCB…... Listed under: LED Projects

556. Input Pullup Serial using Arduino


This example demonstrates the use of INPUT_PULLUP with pinMode(). It monitors the state of a switch by establishingserial
communication between your Arduino and your computer over USB. Additionally, when the input is HIGH, the onboard LED attached to pin 13 will turn on;
when LOW, the…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Project Ideas, Projects

557. The Ultimate Light Switch


The goal of this instructable is to explain how I made a wifi-connected light switch (also called remotes further). The goal of these
remotes is to turn on and off several wifi-connected relays. The relays are not explained in this instructable. They are explained in…... Listed under: LED Projects

558. Self Sufficient Arduino Board


This is a self sufficient Arduino board, which is powered by harnessing solar power and using a 9V rechargeable battery. It is
perfect for anyone who is interested in doing Arduino projects that do not require a computer or any power supply. You can take…... Listed under: Development
Board – Kits Project Ideas, Ideas

559. Arduino PMW enabled high power shield or non-shield on the cheap
Micro controllers are great, but have you ever wanted to control something bigger then,
lets say an LED? If you have, look no further (unless you want more then 0.6Amps for 4 channels, or 2.4Amps for 1 channel), unless you don't mind spending
more money.…... Listed under: PWM Projects

560. Joy Slippers Version 2 using Arduino


These slippers have 4 analog pressure sensors embedded. They can be used to feed Up, Down, Left and Right values into
your computer replacing your mouse, joystick... Visit the JoySlippers website >> http://www.joyslippers.plusea.at/ This Instructable improves upon the previous
version http://www.instructables.com/id/Joy-Slippers/. It will show you…... Listed under: Game – Entertainment Project Ideas, Ideas

561. Easy Very Low Power BLE in Arduino Part 3 – Nano V2 Replacement – Rev 3
Update: 7th April 2019 – Rev 3 of lp_BLE_TempHumidity, adds Date/Time plots, using
pfodApp V3.0.362+, and auto throttling when sending dataUpdate: 24th March 2019 – Rev 2 of lp_BLE_TempHumidity, adds more plot options and i2c_ClearBus,
adds GT832E_01 support Introduction This tutorial, A Redbear Nano V2 Replacement, is…... Listed under: Arduino Programmer Projects

562. How to Program the Vexplorer Using Arduino


This instructable will be about using arduino to control the revell vexplorer. Later you can add as many sensors
you want. If you don't have most of the parts already this will cost you about $200 dollars. Most of the electronic bits you can find…... Listed under: How To – DIY
– Project Ideas, Ideas

563. LOG Arduino Sketches 101


So this Lazy Old Geek (LOG) gets bored sometimes and wants something to do. Actually, sometimes I get tired of trying to solve
hardware problems, which are sometimes software problems. So I decided to do a tutorial on Arduino sketches. What is a Sketch? I’m…... Listed under: Arduino
Programmer Projects

564. Arduino Controlled Bell Tower or Carillon


This is a set of musical bells which are driven by solenoids and controlled by an Arduino microcontroller. There are 8
bells covering one octave. The bells are controllable from a PC, or the tower can stand alone and play pre-programmed melodies. Check out the…... Listed
under: Ideas, Sound – Audio Project Ideas

READ PREVIOUS POST:

565. RGB Backlight + MSGEQ7 Audio Visualizer


Welcome to my Instructables on how to build a RGB LED backlight for e.g. the back of your TV or desk. The
AnSchematic itself isinput
isolated analog very for
simple since the WS2812 LED Strips are very easy to interface with e.g an Arduino Nano. Note: that you do not have to use the…... Listed under: Sound – Audio Project Ideas
Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
566. Arduino All-in-One Getting Started Guide
An all-in-one tutorial to getting started with the Arduino open-source electronics prototyping platform. This guide is
meant for the beginner but should be also be useful to you if you already tinker with electronics but want to get started with the Arduino. I'll cover: -…... Listed
under: How To – DIY – Project Ideas, Ideas

567. DIY Cycle Speedometer


This project came to my mind when doing my MEM (Mechanical Engineering Measurement) project, a subject in my B.tech. The idea is
to measure the angular velocity of my bicycle's wheel. Thus knowing the diameter and the all time mathematical legend the pi(3.14) the speed can be…... Listed
under: Metering – Instrument Projects

568. Occupational Therapy Dexterity/Cognitive Aid


The Need:  Occupational Therapy Device Occupational therapy is used in treating Traumatic Brain Injury during
many phases of recovery and rehabilitation. As the patient's condition improves, occupational therapy helps them regain skills ranging from basic self-care, to
complex cognitive skills such as memory and problem solving. Occupational therapy can…... Listed under: Medical – Health based Projects

569. How To Make Two Daft Punk Outfits with Helmets using Arduino
For my 30th Birthday I decided to have a D-Themed costume party, my girlfriend Kylie and I
decided that we would go as Daft Punk. The costumes were quite involved to make, but we had lots of fun and they looked great! We used a…... Listed under:
How To – DIY – Project Ideas, Ideas

570. Ever Blooming Mechanical Tulip


Everlasting flower for your everlasting love. A perfect not-only Valentine's day gift to your loved one. This mechanical tulip will
bloom into any color possible with just gentle touch of your hand. Its six petals will slowly open and light up. When petals are closed…... Listed under:
Development Board – Kits Projects

571. Charlieplexed row of LED lights, for the Arduino


This is my instructable on charlieplexing a LED row/string with the arduino. I noticed that there weren't many
instructables on charlieplexing using an arduino, so i made this. I tried to keep the project simple, but that didn't work very well. The soldering is complex,…...
Listed under: Arduino LED Project Ideas, Ideas

572. Rav Vast LED Drum Light


This project is a small, battery-powered LED ring that fits perfectly inside of your Rav Vast drum. It uses color-changing RGB LEDs and a
microphone that allows you to change the color or pattern with changes in volume. You don't need any special skills for the construction…... Listed under: LED
Projects

573. Core2duino Updated with Arduino


This instructable will show you how to build an Arduino shield that adds another Atmega168/328 on top of your Arduino,
giving you an extra complete set of I/O pins to use. That's 12 PWM pins, 12 Analog pins, 4 external interrupts,  or 40 Digital pins…... Listed under: Ideas,
Interfacing(USB – RS232 – I2c -ISP) Project Ideas

574. Bike taillight with a twist using Arduino


Let's face it. Taillights are boring. At best they go 'blink blink - look at me! I'm blinking - woohoo' all the time. And they're
always red. Very creative. We can do better than that, maybe not much, but still better than just 'blink blink'.…... Listed under: Arduino Car Project Ideas, Ideas

575. Mounting a Smapler v0002 step by step


A Smapler is a circuit dedicated to the production of generative sound created by David Cuartielles and Ino Schlaucher
from BlushingBoy.org. The Smapler v0002 -aka Singapore edition- is nothing but an Arduino shield to be used for playing funky stereo sounds. As an extra add-
on…... Listed under: Development Board – Kits Projects

576. Multicolour LED Icosahedron


A while ago I made a large 20 sided Die. Numerous people wanted me to build them one and since the most difficult part of the
project was getting the cutting angles just right, I decided to make another which would allow for more accurate assembly.…... Listed under: LED Projects

577. How-to build MACKRA a serb variant using Arduino


Project MACKRA was started after I saw the many problems with pre-built robotic platforms e.g. size,
programability, mobility, need for batteries,PRICE, and most being dedicated to a single microcontroller. the goals of the MACKRA project were to do the
following: 1.create a cheap, and easy…... Listed under: Ideas, Robotics – Automation Project Ideas

578. Arduino holder


Good news, everyone! I just started with the arduino and right at the very beginning I felt that I needed some sort of base to put the arduino on.
I was reading one article from ladyada (http://www.ladyada.net/images/arduino/bumperplace.jpg) and she was using some rubber bumpers on…... Listed
under: Ideas, Interfacing(USB – RS232 – I2c -ISP) Project Ideas

579. Tide and Weather Clock


Although you can buy analog tide clocks that have a single hand indicating whether the tide is high or low or somewhere in between, what I want
something that would tell me at what time low tide will be. I wanted something I could glance at…... Listed under: Clock – Timer Projects

580. Poduino Case


The 'Poduino Case'. A protective case for your Arduino (with breadboard work area): I just received my Arduino Duemilanove and breadboard
today. After some careful thought, I realized there is no way this thing could possibly survive daily life on my desk.READ
I saw some…... Listed under: Development
PREVIOUS POST:

Board – Kits Projects An isolated analog input for


Arduino
This blog is dedicated to
581. Ardu-pong! the Arduino based pong console
A while back the instructables robot made a post on Facebook about some guys whoelectronic
played pong on anand
projects Arduino
software
(http://wayneandlayne.com/projects/video-game-shield/games/#pong) but after looking around, i saw that everyone who did thisdue
wasto theworried
only author’sabout
enthusiasm

for these activities. The main
making it work. and often resulted as a very hard…... Listed under: Game – Entertainment Project Ideas, Ideas
aim...
582. Arduino magnetic stripe decoder
This instructable shows how to use some freely available code, an arduino, and a standard magnetic stripe reader to scan and
display the data stored on magnetic stripe cards such as credit cards, student IDs, etc. I was inspired to post this after reading the…... Listed under: Ideas, Other
Project Ideas

583. LCD Temperature Shield Assembly Instuctions


These are assembly instructions for the LCD Temperate Shield with buzzer that i am going to be selling soon.
Please note, all the photos are my own, but are of one of my Prototype stage boards, and are subject to change, the production boards WILL…... Listed under:
LCD Projects

584. Arduino Datalogger


In this tutorial, we're going to make a simple data logger using Arduino. The point is to learn the very basics of using Arduino to capture
information and print to the terminal. We can use this basic setup to complete a range of tasks. To…... Listed under: Arduino Android

585. Use the STONE touch screen to make a music player Project introduction
I've had an AC692N developer board at home for a long time, and now I want to make
a music player that works with the STONE serial touch screen. The following functions need to be implemented: 1. Play MP3 files in the USB flash drive…... Listed
under: Sound – Audio Project Ideas

586. Catching Your Breath


We are nation of obsessive counters: of pulse, steps, followers and calories. Most of these numbers mean little as physiology cannot be
reduced to these metrics. But we try and I wondered how do we count a breath? Remember the cinematic days before hospital demise…... Listed under:
Medical – Health based Projects

587. Steampunk Compass using Arduinio


Having built a few puzzle box games recently, and having some components left over I thought I would build a functional
Steampunk Compass. Based around a Arduino Duemilanove this is a really quick and simple build. Taking reading from a digital compass the Arduino
controls…... Listed under: Clock – Timer Project Ideas, Game – Entertainment Project Ideas, Ideas

588. EARTH SAVER: Autonomous Material Sorter using Arduino


This Arduino project was part of an Association of Mechanical Engineers (ASME) contest to create an
Autonomous Material Sorter. The sorter was to sort four glass bottles, four plastic bottles, four Tin cans, and four Aluminum cans. There were requirements
such as size of the…... Listed under: Ideas, Other Project Ideas

589. Light and Water Reactive Raincoat


This semester at college, I am in a class called Computing and Craft which is about incorporating circuitry and micro-
controllers and craft to bring our projects to the next level. For our first big project, I decided to make a raincoat the reacted to light and water.…... Listed under:
Home Automation Project Ideas, Security – Safety Projects

590. Dutch 8×8 Word Clock


I know that I am not the first to make a word clock, using an Arduino. Still it was always something on my 'to do' list to make a Dutch one.
For a different project I've bought a 'colorduino / rainbowduino / funduino' a long…... Listed under: Clock – Timer Projects

591. Simple Arduino Traffic Lights


Have you ever made a city out of Legos? I know i have built many of them but they all missed something... Traffic lights! So i
decided to make my very own traffic light setup from my arduino board. Step 2: Get the components I…... Listed under: Arduino Car Project Ideas, Ideas

592. Arduino 101


To get started with Arduino, you'll need some basics. In this tutorial, we'll go beyond a little blinky light and teach you about: VariablesInput and
Output pinsSensors and reading dataMapping resultsFunctions In another tutorial, I'll cover classes and why we might use them. But, we…... Listed under:
Arduino Programmer Projects

593. Gravitational force Mater using Arduino


I have a late 80's VW and the gauge cluster has 5 dummy LED locations underneath the other warning lights.  Well I was
tired of the m not doing anything, so I decided to do something about it.  I came up with the idea to…... Listed under: Ideas, Metering – Instrument Project Ideas

594. VORONOI HEART LAMP


Hi makers, we are here again with a beautiful and stylish lamp Project. VORONOI HEART LAMP. In this project, we benefited from epoxy
resin material and 3D printer. https://youtu.be/0SoN9cphUrI Step 1: What Is VORONOI ? In mathematics, a Voronoi diagram is a partitioning of a…... Listed
under: LED Projects

595. Getting your Nokia 5110 LCD up and running on an Arduino


We purchased one of these very cheap, very cool 84×84 LCD backlit screens off of eBay a couple of
weeks ago. It’s a very nice product for adding visual elements to your projects at a very low price. We paid £3.89 for the screen and…... Listed under: Electronics
News Updates, Phone Projects

596. Motion Activated Automatic LED Stair Lighting With Arduino


I built this Arduino based automatic LED light controller for a set of poorly lit stairs in our new
home. The stairs are quite dangerous - especially at night - but not any more thanks to the Motion Activated Automatic LED Stair Lighting with Arduino…... Listed
under: LED Projects READ PREVIOUS POST:

An isolated analog input for


Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
597. Hidden light control using Arduino
I’ve bought recently some cheap dual axis magnetic sensors at SureElectronics (http://www.sureelectronics.net/goods.php?id=944), I’ve tried
aim...
first to use them as straight compass. Annoying problem : it’s impossible to accurately compensate the tilt of the sensor without using a gyro sensor. On the other end, if you
stay on…... Listed under: Home Automation Projects, LED Projects, Projects

598. Arduino Powered Mushroom Environment Control


This is my first Arduino project aimed at helping me with my other hobby which is growing oyster and
shiitake mushrooms indoors. In a nutshell, the controller takes in two temperature readings, 1 Humidity reading and 1 Co2 reading and triggers a set of four…...
Listed under: Projects, Temperature Measurement Projects

599. Motion Control Slider for Time Lapse Rail


This instructable explains how to motorize a time lapse rail using a step motor driven by an Arduino. We will mainly
focus on the Motion Controller that drives the step motor assuming you already have a rail you want to motorize. For example when dismantling a machine…...
Listed under: Motor Projects

600. Diorama, Bat in the cave using Arduino


The purpose of this instructable is to outline our development of this bat in the cave as well as provide instructions and
tips for future engineers hoping to complete a similar project or use components of our project in theirs. The goal of this project…... Listed under: Motor
Projects, Sensor – Transducer – Detector Projects

601. Keyfob Deadbolt using an Arduino Board


The key to my apartment never worked quite right because it is a copy of a copy of a copy. I am fairly certain that the
dead bolt is original to the building and the property manager seems to have lost the original key years…... Listed under: Home Automation Projects, Projects

602. LED Candle – Lights, Flickers, Blows Out, Smokes, and Smells
About This Candle & How to Read This Instructable Here's my take on a LED candle that offers the
full experience of a real candle. Start to finish. Be sure to watch the YouTube video below! Background: I bought my first Arduino about 3 years ago with…...
Listed under: LED Projects

603. Arduino Frequency Detection


As a follow up to the Arduino Audio Input tutorial that I posted last week, I wrote a sketch which analyzes a signal coming into the
Arduino's analog input and determines the frequency.  The code uses a sampling rate of 38.5kHz and is generalized for…... Listed under: Sensor – Transducer –
Detector Project Ideas, Sound – Audio Project Ideas

604. Clock, Amplifier and a Little Amount of Wood…


The beginning of the project came from an idea, an inspiration from a video posted on the Internet on the
YouTube channel "I like to do things" ... Then came the need to make a stand for one of my monitors that housed a clock,…... Listed under: Clock – Timer
Projects

605. Arduino LifeClock


This unique clock reminds you to appreciate every single day, by displaying your current age in days (or weeks) on a seven segment display. Step 1: You Will
Need Electronics: Arduino Pro Mini 5V (or any other arduino with >= 12 GPIO Pins)4 Digit 7…... Listed under: Clock – Timer Projects

606. HRV (Home Air Exchanger) Arduino Controller With Air Economizer
HRV Arduino Controller with Air Economizer So my history with this project is I live in
Minnesota and my circuit board fried on my LifeBreath 155Max HRV. I didn't want to pay the $200 for a new one. I always wanted something with an air…...
Listed under: Home Automation Projects

607. DIY Cheap and Sturdy Laser Engraver.


In this instructables I will show you how I made my own DIY laser engraver for very cheap. Also most of the parts are
either salvaged from old things or are very cheap. This is a very interesting project for any electronics hobbyist. This engraver…... Listed under: LED Projects

608. Wireless Bell System


The problem that fix this project is the following: at the high school where I work, the class-change bell doesn´t sound loud enough
everywhere and sometimes it causes some problems. Install a new wired class-change bells or buy a wireless bell system isn´t possible by…... Listed under:
Wireless Projects

609. Dutch 8×8 Neopixel Word Clock


A friend introduced me to neopixels (WS2812) programmable LED's. That would be great for my word clock, so I re-did the clock.
It is very much a mixup with a slightly different size and code. The 8x8 WS2812 modules are also cheaper than the colorduino,…... Listed under: Clock – Timer
Projects

610. Portal 2 Turret – Master Turret Control


This project is an extension or remix of my original Portal Turret on Instructables (Portal-2-Turret-Gun). It can also be
used as a cheap controller to control anything that uses the nRF24L01 radio chip. The LCD screen is particularly useful when customizing.
https://youtu.be/8gPdsQ2TPBI (It turns out…... Listed under: Metering – Instrument Projects

READ PREVIOUS POST:


611. Cooperative Multitasking on Arduino – With Pretty Blinky Lights!
In my first Instructable Motion Activated Automatic LED Stair Lights with Arduino I mentioned
An isolated analog input for
the use of "Cooperative Multitasking". So what is it and why is it helpful? This Instructable attempts to answer the "what is it" and "why is it helpful" question
Arduino
with a simple example…... Listed under: Other Projects
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
612. Ring of Fire [REMIX]
https://youtu.be/KemcS6kQ0rk After building some of these: https://www.instructables.com/id/Matrix-LED-Light/ i've decided to bring the
candle onto another level. While the first one looks good, it does look a little bit too much like the original. Nothing against the first design. It looks cool and
modern. My new…... Listed under: Sound – Audio Projects

613. For Newbies at Arduino Programming: Telling the Direction of Fire in 3 Seconds WITH PIXEL LIGHTS!
During my high-school sophomore year, the 3rd floor of our
house lighted on fire due to a short circuit. Fortunately, my family was away on vacation for Christmas. But if we were home, wouldn't it be crucial to tell the
direction of fire quickly so…... Listed under: Arduino Programmer Projects

614. The Chug-O-Meter


Isn’t it nice when you can hit two birds with one stone? That’s exactly what we’ve done as we approach both Arduino Day and Saint Patrick’s
Day with our version of the Chug-O-Meter! We absolutely loved what the circuit.io team did with their Chug Meter…... Listed under: Metering – Instrument
Projects

615. Voice Controlled Smart Key Holder


Are you the kind of person who’s not good with managing keys and always have to try each key for every other lock? Well
don’t worry, just grab a little bit of motivation and your maker tools to innovate your very own voice controlled smart…... Listed under: Sound – Audio Project
Ideas

616. Smart Coffee Table


We are in the joy of making a project that has been in our mind for a long time and sharing with you. Smart Coffee Table. Because this table
is really smart. It illuminates your environment according to the weight of your drink. https://youtu.be/VUw4Wb8COo8 Step…... Listed under: Home Automation
Projects

617. Oceania Midi Controller (for Make Noise 0-Coast and Other Synths)
In the past few years, a number of synthesizer manufacturers have been releasing "desktop
semi-modular" instruments. They generally take the same form factor as the Eurorack modular synthesizer format and most are probably intended as a
gateway drug into the world of modular. (As addictions…... Listed under: Sound – Audio Project Ideas

618. IoT Based Fingerprint Attendance System Using Evive (Arduino Based Embedded Platform)
Now, you can easily track attendance and clock working hours with
the help of this easy and fun to make DIY fingerprint scanner! We’ll be using ThingSpeak to store and retrieve the data. All you require is a cardboard piece,
some colored paper, a fingerprint…... Listed under: Memory – Storage Projects

619. Temperature and Servos


Two other tutorials I have written step you through the basics (Arduino 101) and how to create a really basic data logger (Arduino
Datalogger - simple). This tutorial will step through how to attach servo motors, and use temperature sensor to move it! The premise…... Listed under:
Temperature Measurement Project Ideas

620. Ultrasonic Theremin (Teach Sound)


https://youtu.be/i9N0bSRXOZ8 The Ultrasonic Theremin is an Arduino project that uses a cheap theremin to teach sound
waves. By changing the distance of my hand to the device, I am changing the frequency of the sound waves. Also, moving a potentiometer changes the
amplitude of the…... Listed under: Sound – Audio Project Ideas

621. Ultrasonics Based Positioning System


All the versions of ultrasonic radars I have found for arduino devices (Arduino - Radar/Ultrasonic Detector, Arduino
Ultrasonic Radar Project) are very nice radars but all of them are "blind". I mean, the radar detects something but what is it detecting? So I propose myself to…...
Listed under: GPS Based Project Ideas

622. Robotic Rat


Hello! My name is David, I am a 14-year-old boy living in Spain and this is my first Instructable. I have been building robots and fixing old computers
for some time now and my robotics teacher told me that it was good time to start…... Listed under: Robotics – Automation Project Ideas

623. Simple Garage Door Hack


After being accidentally locked out of my house on more than one occasion, I decided that there had to be better way to entering my
home that did not involve breaking and entering (and without hiding a key outside somewhere). On taking a look at…... Listed under: Security – Safety Project
Ideas

624. Motion Sensing Under Bed Lighting


Ever tried to get out of bed quietly at night only to trip over something and wake up the whole house? Motion sensing night
lights installed discreetly under your bed provide low-level light bright enough to guide you around those stray LEGO bricks but dim…... Listed under: LED
Projects

625. DIY Mini CNC Laser Engraver.


https://youtu.be/ZeAug4SNUSI This is an Instructables on how I Remixed my old CNC Laser engraver and made a Stable version of
an Arduino based Laser CNC engraver and thin paper cutter using old DVD drives and using 250mW laser. Old Version of My CNC
:https://www.instructables.com/id/Mini-CNC-Laser-Wood-Engraver-and-Paper-Cutter/ Old…... Listed under: CNC Machines Projects

626. How to Make a Picoballoon


https://youtu.be/KjPzfzLEIuY What is a picoballoon and why would I want to build it?! I hear you ask. Let me explain. You all probably
know what a HAB (High Altitude Balloon) is. It's a bunch of weird electronics stuff connected to a balloon. There are soooo many tutorials regarding…... Listed
under: Battery Projects

627. The Ultimate Guide to Building a Quadcopter From Scratch


This project started all the way back when I was in 6th grade and completely new to electronics,
when I thought to myself, "Hey, let's build a drone....it shouldn't be that hard......right?" Yea, guess what, it's hard. Almost 4 years later, this project is coming…...
Listed under: Drone READ PREVIOUS POST:

An isolated analog input for


628. Ikea Kids Kitchen Lights Mod
For my daughters second birthday, we decided to get her a kitchen set. But I really wanted to make what we got her special and
Arduino
after being inspired by what some awesome makers had done with the Ikea Duktig Kitchen, we decided to get one…... Listed under: LED
This Projects
blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
629. DIY Arduino-Compatible Clone
The Arduino is the ultimate tool in the Maker's arsenal. You should be able to build your own! In the early days of the project, circa 2005,
aim...
the design was all through-hole parts and communication was via a RS232 serial cable. The files are still available, so you can…... Listed under: Interfacing(USB – RS232 – I2c -ISP)
Project Ideas

630. Security Check RFID System Based on Arduino and RS485 Data Bus
In this DIY guide I will show you how to make your own security check system based on
Arduino! You can use this system in areas with security guards (e.g. warehouses, malls, open areas). Every guard will have a personal RFID card with a unique…...
Listed under: Security – Safety Project Ideas

631. YouTube Subscriber Counter Bubble Machine


https://youtu.be/qsFZ6o-1S0E The idea was born after being selected to expose at Maker Faire Lille, a giant event
around Science, inventions and the Do-It-Yourself mindset. I wanted to build something that makes visitors want to subscribe to my YouTube channel YouLab.I
quickly though about a real…... Listed under: Motor Projects

632. Interactive Dandelion


https://youtu.be/BhkrtQ5O1Rk This project shows how to make an interactive picture of a dandelion. It starts as a yellow flower with LED's
for petals then changes into a white dandelion clock, which can be blown on to make the seeds disperse. It is based on a…... Listed under: Sensor – Transducer –
Detector Project Ideas

633. Advantech Builds Gaming SBC powered by AMD’s Ryzen V1000


Advantech announced a new gaming and lottery board, the DPX-E265. The gaming board is based on AMD
Ryzen V1000, which features a 4x DP++ ports, 2x SATA, plus M.2, PCle x16, and PCIe x4 expansion. Prior to the DPX E265, in February of this year…... Listed
under: Sound – Audio Project Ideas

634. Arduino TFT Interfacing Basics


TFT touchscreens are the amazing graphical interface which can be used with microcontrollers such as Atmel, PIC, STM, as it has
a wide color range, and good graphical ability and a good mapping of pixels. Today, we are going to Interface 2.4 inch TFT LCD…... Listed under: LCD Projects

635. ABUSED HARD DRIVE BECOMES POV CLOCK


We all know that there’s not much to do with an old hard drive. Once you render the platters unreadable and
perhaps harvest those powerful magnets, there’s not much left of interest. Unless, of course, you turn the whole thing into a persistence-of-vision clock. At
least…... Listed under: Clock – Timer Project Ideas

636. DIY Arduino Mini Laser Engraver


Hello Guys Whatsup, In this instructable, I am making an Awesome mini laser engraver from old DVD writers. It's an amazing
machine. You can use this laser engraver machine to make any kind of design, logo, art on the surface like WOOD, MDF, PLYWOOD, VNYL…... Listed under: LED
Projects

637. Persistence of Vision (PoV) Display Using Arduino


Time for a fun-filled, easy-peasy Japan-easy to make a project! Today, we’re going to show you how to make an
LED POV Display. POV, an acronym for the persistence of vision, is a kind of optical illusion in which a visual image seems to persist…... Listed under: LED
Projects

638. Arduino Based Wireless (RF) Weather Station Network


In this DIY guide I will show you how to make your own wireless weather station! My communication
protocol will allow you to have up to 10 sensor stations in your wireless network, but you can change and extend it up to 254 stations! The…... Listed under:
Wireless Projects

639. Game of Thrones Light Up Map


Spoiler! Winter is definitely coming. But make this cool Game of Thrones light up map for a Spring project. The map lights up
with a flame effect revealing the sigil of the remaining house in power. What do I know, make it with the sigil…... Listed under: Game – Entertainment Project
Ideas

640. PasswordPump Passwords Manager


This is v1.0 of the PasswordPump, a USB device that manages credentials for up to 254 accounts. Credentials (account
names, usernames and passwords) are stored ONLY on the device itself, on two removable EEprom chips using military grade encryption (AES-128). They are
not stored in…... Listed under: Security – Safety Projects

641. UCL-Embedded – Arduino Door Lock


This project was created by Daniel Månsson [], Flemming Andersen [flem781a] and Mikkel Pavia [mikk24b9] as an exam
project at the school University College Lillebælt. As a part of one of our electives, during second semester, in automation engineering, we were tasked with
creating an…... Listed under: Security – Safety Project Ideas

642. Retro Speech Synthesis. Part : 12 IoT, Home Automation


https://youtu.be/MwtR3u_uS0M This article is the 12th in a series on home automation Instructables
documenting how to create and integrate an IoT Retro Speech Synthesis Device into an existing home automation system including all the necessary software
functionality to enable the successful deployment within a domestic environment. Picture…... Listed under: Home Automation Project Ideas

643. Desktop Gigapixel Microscope


https://youtu.be/mKXoA6zDu98 In optical microscopes, there is a fundamental trade-off between field-of-view and resolution:
the finer the detail, the smaller the region imaged by the microscope. One way to overcome this limitation is to translate the sample and acquire images over a
larger field-of-view. The basic…... Listed under: Video – Camera – Imaging Projects

644. Rory the Robot Plant


Rory is a funny looking robot in the form of a plant, interact with some inputs by sensors, play music and detect any human movements
around, in addition, to snap photos when you order it too. It's also caring about a small plant inside the…... Listed under: Robotics – Automation Project Ideas

645. Extremely Sensitive Cheap Homemade Seismometer


Step 1: Demonstration of Sensitivity https://youtu.be/HwmOgygAbvw On the video you can see the
manufacturing process and the sensitivity of shocks Step 2: Components Otherwise, the seismometer itself consists of two parts, a mechanical tremor detector,
and an electronic part that turns these tremors into electrical…... Listed under: Home Automation Project Ideas
READ PREVIOUS POST:

646. An isolated
ESP32 Capacitive Touch Input Using “Metallic Hole Plugs” for Buttons
https://youtu.be/qQG8SdMgj8I As I was finalizing design decisions for ananalog
upcominginput for
ESP32
Arduino
WiFi Kit 32 based project requiring three button input, one noticeable problem was that the WiFi Kit 32 does not possess a single mechanical pushbutton, yet
alone three mechanical buttons, for input. However, the…... Listed under: Wifi - WLan Projects This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
647. Electronic Magic 8 Ball and Eyeball
https://youtu.be/e5p-RsFV5iA https://youtu.be/S2ajD3oJD34 https://youtu.be/uaUTn9RBmPg I wanted to create aim...
a digital version of the Magic 8
Ball... The body of this is 3D printed and the display has been changed from an polyhedron in blue dye to a small OLED controlled by a random number generator
programmed…... Listed under: Battery Projects

648. Play Songs(MP3) With Arduino Using PWM on Speaker or Flyback Transformer
This is my first instructable, I hope you will Like It!! Basically, In this Project I have
used the Serial Communication between my Arduino and my Laptop, to transmit music data from my laptop to the Arduino. And using the Arduino TIMERS to
play the…... Listed under: Sound – Audio Project Ideas

649. ESP32 NTP Temperature Probe Cooking Thermometer With Steinhart-Hart Correction and Temperature Alarm.
https://youtu.be/72ekCautaIQ Still on the journey
to complete an "upcoming project", "ESP32 NTP Temperature Probe Cooking Thermometer With Steinhart-Hart Correction and Temperature Alarm" is an
Instructable showing how I add an NTP temperature probe, piezo buzzer and software to my capacitive touch Instructable "ESP32 Capacitive Touch…... Listed
under: Temperature Measurement Project Ideas

650. Stroboscopic Fountain


For our SIDE project, a year long project that we do for Ms. Berbawy's Principles of Engineering class, we decided to make a stroboscopic
fountain. The stroboscopic effect, pioneered by Harold Edgerton, makes objects appear as though they are moving in slow motion. How does…... Listed under:
LED Projects

651. Arduino Powered, Sensor Controlled Fading LED Light Strips


https://youtu.be/mzeA3yxu_lg https://youtu.be/jH2gEoB5x1w I recently had my kitchen updated
and knew that lighting would ‘lift’ the look of the cupboards. I went for ‘True Handless’ so I have a gap under the work surface, as well as a kickboard, under
cupboard and on the top of…... Listed under: Sensor – Transducer – Detector Project Ideas

652. Arduino Bluetooth Camera


Today you can hardly surprise anyone with a mobile phone with a camera, wireless gadgets and other technical advances. Thanks to
the Arduino platform, millions of people have discovered the wonderful world of electronics and programming. 100,500 instructions were written on how to
exchange data…... Listed under: Bluetooth Projects

653. Self Irrigating Planter (with Moisture Sensor)


The problem we picked was - Growing plants in limited space by amateurs. Many people would like to grow plants
(basic vegetables, herbs for the kitchen, etc) but do not have enough space in their house to do so. They also may not have the…... Listed under: Sensor –
Transducer – Detector Project Ideas

654. Arduino Controlled Robotic Arm W/ 6 Degrees of Freedom


I am a member of a robotics group and each year our group participates in an annual Mini-Maker
Faire. Beginning in 2014, I decided to build a new project for each year's event. At the time, I had about a month before the event to put something together…...
Listed under: Robotics – Automation Project Ideas

655. Simple Arduino RGB LED Cube (3x3x3)


https://youtu.be/raGzxHcS7NA I´ve been looking into LED Cubes and noticed that most of them were either to
complicated or to expensive. After looking at a lot of different cubes, I finally decided that my LED Cube should be: easy and simple to buildaffordablevery
stylish and extravagant…... Listed under: LED Projects

656. Esplora X M5Stack


This instructables show how to combine Arduino Esplora and M5Stack to make a NES game console. Step 1: What Is Arduino Esplora?
Arduino Esplora is an Atmega32U4 AVR microcontroller board. It is unique Arduino boards, because it built-in various input sensors out-of-the-box, including a
joystick,…... Listed under: Game – Entertainment Project Ideas

657. Doggo Walking Light


Walking a dog in the dark comes with the safety risk of motorists who don't see you walking, we've had a few close shaves with drivers
turning quickly into or backing out of driveways or when crossing road intersections. So why not illuminate your favorite…... Listed under: LED Projects

658. Using a LED Matrix As a Scanner


https://youtu.be/9F9EUaXhj5M Ordinary digital cameras work by using a large array of light sensors to capture light as it is
reflected from an object. In this experiment, I wanted to see whether I could build a backwards camera: instead of having an array of light sensors,…... Listed
under: LED Projects

659. Turn a Commodore 64 Into an IOS Bluetooth Keyboard


This instructable describes how to turn a Commodore 64 computer into a bluetooth keyboard. It
involves programming a micro controller with the Arduino IDE and constructing a circuit board. Supplies you'll need (some are optional): Commodore 64 with
keyboard (remove mother board, it is not…... Listed under: Bluetooth Projects

660. Model Railway Layout With Automated Passing Siding (V2.0)


This project is an update of one of the previous model railroad automation projects, The Model
Railway Layout with Automated Siding. This version adds the feature of coupling and decoupling of the locomotive with the rolling stock. The operation of the
railway layout is as follows:…... Listed under: Motor Projects

661. Vacuum Fluorescent Display Watch


That whole project started a while back with an hackaday article from 2014 in which [Johngineer] build the 'ChronodeVFD', a
wristwatch made from an old soviet vacuum fluorescent display. It kind of triggered the 'shut up and take my money' reflex in me, but as it wasn't…... Listed
under: LCD Projects

662. Motion Follow Animatronics Eyes


https://youtu.be/Ep9fWQiFmoM This Arduino project uses an Optical Flow Sensor (ADNS3080) to capture movement. Then
translate the data to move servo's making it look as eyes are following moving object. This is not an easy build. It requires 3d printing, soldering, some general
technical understanding and…... Listed under: LED Projects

READ PREVIOUS POST:

663. CNC Arduino Plant Growing Machine


https://youtu.be/Sidcq555B-8 I designed a CNC Arduino Plant Watering machine for my localAn isolated
high schoolanalog
scienceinput
and for
Arduino
engineering fair. I ended up getting second place in the maths and engineering category, won $200 from the Missouri Society of Engineers, and was invited to
compete in an…... Listed under: CNC Machines Project Ideas This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
664. DIY ARDUINO BLUETOOTH CONTROLLED CAR 🙂
Hello, Guys! In this instructable tutorial, I'm going to make an Arduino nano based forsmartphone

(Bluetooth)
these activities. The main
aim... and there are a lot of
controlled car. All we know that Arduino is an excellent prototyping platform, principally because it uses a friendly programming language
extra incredible components…... Listed under: Bluetooth Projects
665. Mirolo Networked LED Matrix Display for Digital Signage
Digital signage can be useful at events to inform visitors about upcoming panels, changes in the
schedule or dynamically provide information. Using LED Matrix displays for that makes the messages readable even from far away and is an eye catching
feature. Features include: 2 Lines…... Listed under: Arduino Battery Project Ideas

666. Wipy: the Overly Motivated Whiteboard Cleaner


https://youtu.be/_uObXbdwi4w Introduction Did you ever get tired of cleaning the whiteboard? Have you ever
wondered how much your life would improve if a robot could do this for you? You now have the chance to make this a reality with Wipy: the overly motivated
whiteboard…... Listed under: Robotics – Automation Project Ideas

667. BotTender
https://youtu.be/p6wJBZe1YVg BotTender, a bartender assistant that pours the perfect shot! BotTender is an autonomous robot that is designed with
the aim of automatising bars. It is placed on top of the bar and detects the shot glasses in front of it. Once the glasses are…... Listed under: Battery Projects

668. Magic Feeler


https://youtu.be/_lEu2h-2iWs The project conducted as part of the Computational Design and Digital Fabrication seminar in the ITECH masters
program. A Project by: ShuChuan Yao, Jeongwoo Jang, Zijie Tan Arduino UnoServo Motors x4fishing wirespins (cotton buds stem, thread rod, toothpick)Gyro
Sensor9V BatteryPretty Scarf/Bandanna Do you ever…... Listed under: Battery Projects

669. Slapstick
https://youtu.be/g1-p7gsNzpk The project conducted as part of the Computational Design and Digital Fabrication seminar in the ITECH masters
program. https://icd.uni-stuttgart.de The Idea Exam period is coming. And you already feel sleepless and hopeless. You want to study, but you’ve lost your
motivation. And it’s crucial that…... Listed under: Sensor – Transducer – Detector Project Ideas

670. The Moral Compass


The project conducted as part of the Computational Design and Digital Fabrication seminar in the ITECH masters program and was brought
to you by Vanessa Costalonga, James Hayward and Christo van der Hoven. Have you ever doubted the choices that you make? Have you ever…... Listed under:
Motor Projects

671. Pc-Privacy – Arduino Automated Privacy for Your Computer


If you live with other people or have your own office you might be familiar with the problem of
people randomly appearing in your room while you are working on confidential data or just have some weird stuff open on the 2nd Screen from hours…...
Listed under: Security – Safety Project Ideas

672. Arduino Digital Clock Synchronized by the 60Hz Power Line


This Arduino based digital clock is synchronized by the 60Hz power line. It has a simple and
inexpensive common anode 4 digit 7 segment display which shows hours and minutes. It uses a cross over detector to detect when the incoming 60Hz sine
wave crosses…... Listed under: Clock – Timer Project Ideas

673. DIY LED-photometer With Arduino for Physics or Chemistry Lessons


Liquids or other objects appear colored because theyreflect or transmit certain colors and
in turn swallow (absorb) others. With a so-called photometer, those colors (wavelengths) can be determined, which are absorbed by liquids. The basic principle
is simple: with a LED of a certain color…... Listed under: LED Projects

674. Arcade Button MIDI Keyboard


This is a version 2.0 of one of my first forays into Arduino and DIY MIDI programming. I've developed my skills in prototyping and
design so I thought it would be a good demonstration of process and progression. With a more informed design process I…... Listed under: Development Board
– Kits Projects

675. Tilt Compensated Compass


https://youtu.be/PY_17f5RByI This instructable explains how to make a tilt compensated compass using an Arduino UNO R3, an LCD
display, and an IvenSense MPU-9250 multi-chip-module that contains an MPU-6050 accelerometer / gyro and an AK8963 magnetometer within the same
package. The LCD simultaneously displays the Heading,…... Listed under: LCD Projects

676. Automatic Gate Slider Under $100


Over the summer, my dad motivated me to look into buying a gate automation system and setting it up. So I started my
research and looked into package solutions on AliExpress and local vendors. The local vendors were offering complete solutions including installation for >…...
Listed under: Home Automation Projects

677. Animated Word Clock


Build your own Word Clock with an animated display. This is a simple project uses an Arduino Nano, Color LEDs and includes a stylish 3D Printed C
Word Clock has three animated patterns- Matrix style - Typewriter Style - Rainbow Color The three buttons…... Listed under: Clock – Timer Projects

678. Temperature Controlled Vaccine & Insulin Cooler


Keeping cool saves lives In the developing world, vaccines are the front line of defense against dangerous
illnesses such as Ebola, Influenza, Cholera, Tuberculosis and Dengue to name a few. Transporting vaccines and other life-saving materials such as insulin and
blood require careful temperature control.…... Listed under: Temperature Measurement Project Ideas

679. New Wireless IOT Sensor Layer for Home Environmental Monitoring System
This Instructable describes a lower-cost,
READbattery-powered
PREVIOUS POST: wireless IOT sensor layer
for my earlier Instructable: LoRa IOT Home Environmental Monitoring System. If you haven't already viewed this earlier Instructable, I recommend reading the
An isolated analog input for
introduction for an overview of the capabilities of the system which are now extended…... Listed under: Wireless Projects Arduino
This blog is dedicated to
680. Arduino RC Robot
https://youtu.be/ytwDgwwSEc0 Description A durable, 3D printed, remote controlled Arduino based robot with electronic
several hundred
projectsmeters
and software
due toeducation
range. A modular quick-connect motor scheme lets you rapidly prototype different robot designs without any tools. Perfect for robotics the author’sforenthusiasm
kids.

for these activities. The main
Whats it all about? So you've just started…... Listed under: Robotics – Automation Projects
aim...
681. EqualAir: Wearable NeoPixel Display Triggered by Air Pollution Sensor
https://youtu.be/WUYE5HS9Gtc The aim of the project is to make a wearable t-shirt that
displays an evocative graphic when air pollution is above a set threshold. The graphic is inspired by the classic game "brick breakers", in that the car is like a
paddle which spits…... Listed under: Sensor – Transducer – Detector Projects

682. DIY RGB-LED Glow Poi With Remote Control


Introduction Hello Everyone!This is my first guide and (hopefully) the first one in a series of guides on my quest to
create an open-source RGB-LED visual poi. To keep it simple first, this is going to result in a simple led-poi featuring remote control via…... Listed under: LED
Projects

683. Arduino-controlled DIY Coffee Roaster


In this Instructable we will have a look at modifying a hot-air popcorn machine to turn it into a fully automatic and
temperature-controlled home coffee roaster. Roasting coffee at home is surprisingly simple, and even something as basic as a frying pan can do the…... Listed
under: Other Projects

684. Low Cost Bioprinter


The goal of this project is to develop a low-cost bioprinter to make bioprinting more accessible to research institutions. Currently, low-end
bioprinters cost approximately $10,000 while high-end bioprinters cost approximately $170,000. In contrast, our printer can be built for approximately $375.
Supplies: Parts: Ramps 1.4: https://www.amazon.com/HiLetgo-Control-Printer-Su...Arduino…... Listed under: CNC Machines Projects

685. Super Stylish Automatic Cat Feeder


https://youtu.be/uVHh2rHcWi4 Jojo is a super handsome cat.I love him in every aspect, except he keeps waking me up
everyday 4am in the morning for his food, so it's time to get an automatic cat feeder to save my sleep. However, he is so handsome that…... Listed under: Motor
Projects

686. Raft Bird Repeller


In this project I will show you how to build a solar-powered Raft Bird Repeller that will get rid of those pesky birds that poop on your raft. Step
1: Intro https://youtu.be/Z9JdDufT_Ss If you have ever been on a raft, you know just how relaxing…... Listed under: Solar energy projects

687. Motion Tracking Face


https://youtu.be/Nqh3Ej8qfTU Meet Chartreuse! Chartreuse's face follows you when you walk by. When she sees you, her eyes turn yellow
and she gets a happy expression in her eyes. As you walk away, her eyes change to blue and she sadly turns away. Chartreuse is powered…... Listed under: LED
Projects

688. Project Small Car


This car was made as a creative activity for students from Erazmus project. The Small Car celebrated big succes. So I've decided to share this
small, unassuming and yet very educative project with community. It's ideal to entertain students, for instance during public open day…... Listed under: Car
Projects

689. Steam Linked Display Shelf


Back Story My brother has Funko POP figures that represent his characters that his friends play most often in video games. We
thought that it would be cool if they had a display case that would have LEDs in it to represent their status on…... Listed under: LED Projects

690. Arduino Water Cycle Diorama


https://youtu.be/JqdOQ7wjEsQ We'll be making a diorama presenting the water cycle, using Arduino and some motors to add
movement and lighting. It has a school feel - because it is actually a school project! The presentation scenario is this: The sun rises in the morning [One…...
Listed under: Other Projects

691. Rug With Sensors/ RF Communication With Arduino Micro


I recently finished the installation Equally diverse, which is made of a series of lamps that react to the
sensors placed in a rug underneath the lamps.Here is how I made the rug with pressure sensors.I hope you will find it useful. 🙂 Step 1:…... Listed under:
Sensor – Transducer – Detector Projects

692. Home Presence Simulator and Security Control Device


This project allow us to simulate presence and to detect movements in our home. We can configure a
network of devices installed in differents rooms of our home all of them controlled by a main device. This project combines these features on a single
device (PICTURE 1):…... Listed under: Security – Safety Projects

693. Old Man and the Arduino GPS


So this Lazy Old Geek (L.O.G.) hasn’t been able to do an Instructable for a few years. At 70 years old, the brain doesn’t work as well
as it used to and it’s hard to focus on big projects let alone try to write about…... Listed under: GPS Based Projects

694. Tim’s Cybot Arduino NANO Remote Control


This project is to create an Infrared Remote Control to control the Original Cybot received with the magazine
Ultimate Real Robots, started back in 2001. Reason for making the remote:(a little history) Before the issue of the parts for the IR handset, Cybot was put…...
Listed under: Other Projects

695. Condensation Risk Evaluator


Hi everyone, I work as a builder even though I've been always really interested in new technologies. I've learned a little about 3d
printing, Arduino and electronic issues reading a lot. I visit this web regularly so I would like to make my little contribution.…... Listed under: Other Projects

696. Adaptable Sun Visor Cap


The project conducted as part of the Computational Design and Digital Fabrication seminar in the ITECH masters program. The sun
blinds you and you have no hand free? No problem anymore... Here you can find all the important information to build your own adaptable sun visor cap.…...
Listed under: Other Projects READ PREVIOUS POST:

An isolated analog input for


697. Arduino components, but
A Complete Beginner’s Guide to SMD Soldering
https://youtu.be/tERQQ0S8aJI Alright so soldering is pretty straightforward for through-hole
This
then there are times when you need to go tiny *insert ant-man reference here*, and the skills you learnt for TH soldering just dont blog
apply is dedicated to to
anymore.Welcome
electronic projects and software
the world of Surface Mount Device (SMD)…... Listed under: Other Projects
due to the author’s enthusiasm

for these activities. The main
aim... Cloud Chamber. There
698. PKE Meter Geiger Counter
https://youtu.be/VS8lQ5SYb7U I have been wanting to build a Geiger counter for a long time to complement my Peltier Cooled
is (hopefully) not really much useful purpose in owning a Geiger counter but I just love the old Russian tubes and thought it would…... Listed under: Other Projects
699. Tabletop Pinball Machine Using Evive- Arduino Based Embedded Plaform
Another weekend, another exciting game! And this time, it’s none other than
everybody’s favorite arcade game - Pinball! This project will show you how to make your very own Pinball machine easily at home. All you’d need are
components from the evive Starter Kit, some…... Listed under: Game – Entertainment Projects

700. Arduino Decoration


There’s a lot of night lamps outside, but they can’t customize to your favorite color. So, this project is to make a night lamp that you can
choose your favorite color. Step 1: Step One: Electronics Needed Here are the electronics you need to make…... Listed under: Other Projects

701. Body-ultrasound Sonography With Arduino


My hobby and passion is to realize physics projects. One of my last work is about ultrasonic sonography. As always I
tried to make it as simple as possible with parts you can get on ebay or aliexpress. So let's take a look how far…... Listed under: Sound – Audio Projects

702. The “Flute” of Imitation


https://youtu.be/Cy4meKH5UAY https://youtu.be/Xb691A9sYRc As one of the top ten common instruments played worldwide, the
amount of beginners studying the flute comes in quite a quantity. While The "Flute" of Imitation does not train one’s breath control, the “instrument”
concentrates on the fundamental fingerings, crucial to familiarize…... Listed under: Other Projects

703. IOT Lunar Rover Raspberrypi+Arduino


https://youtu.be/mcdEGQTxE88 This project is inspired by the Indian moon mission Chandryaan-2 Which will take place
in September 2019.This is a special mission because they are going to land on the spot where no one has every landed before.So to show my support i decided
to…... Listed under: Solar energy project Ideas

704. IoT Mouse-Friendly Live Trap


https://youtu.be/LA21193Wel4 This is a trap to capture the mice without hurting them, so you can release them outside. If the
proximity sensor detects the mouse, the Servo motor will close the door. You will receive an instant message and/or an Email, to inform you that…... Listed
under: Sensor – Transducer – Detector Project Ideas

705. HAVE FUN WITH BICOLOR MATRIX 32×32


Today I will share following topics base on a bicolor matrix led 32x32: D.I.Y a bicolor led matrix 32x32.How to control
led board above with NodeMCU ESP8266 via B.A.M method.Introduce and share my code for some cool real time clock projects with this bicolor led…... Listed
under: Other Projects

706. 10 Million YouTube Subscribers Award LED PCB


https://youtu.be/WhDgftYFQ5g Summary This PCB (Printed Circuit Board) resembles the YouTube Play Button
award that is given out to creators for reaching certain milestones such as 100,000, 1 million, and 10 million subscribers. When the switch is turned on, the user
can scroll through 5 different…... Listed under: LED Projects

707. Making Your First Printed Circuit Board – Getting Started With PCBWAY [PART 1]
If you are into electronics, PCBs (Printed Circuit Board) are some of the most
common things you will see. These boards make our lives easier by eliminating all those connecting wires and breadboards. If properly designed, it will reduce
the size of your device and…... Listed under: Electronics News Updates, Medical – Health based Project Ideas

708. Key Safe


https://youtu.be/NLhxGl8CpGc During weekdays, I seldom bring my key out, but this causes difficulty when my mother left the house. By having no
other choices, my mom has to leave the key inside the cabinet beside the door, which has no guarantee of whether the key…... Listed under: Security – Safety
Projects

709. Iron Man’s Arc Reactor That Pulses With Your Heart Beat
https://youtu.be/bnX99E5VdHI There are lot of DIY arc reactors out there that look pretty cool. Some
look realistic too. But why build something that just looks like that thing and does not do anything. Well, this arc reactor is not going to protect your heart
using…... Listed under: Medical – Health based Projects

710. CloudyData – ESP8266 to Google Sheets Made Simple


I've been looking for cloud data storing for a long time during last years: it is interesting to monitor data
from any kind of sensor, but it is more interesting if these data are available everywhere without any storage difficulty such as using SD cards…... Listed under:
Other Projects

711. Weather-station With Arduino, BME280 & Display for Seeing the Trend Within the Last 1-2 Days
Here on instructables weather stations have already been
introduced. They show the current air pressure, temperature and humidity. What they lacked so far was a presentation of the course within the last 1-2 days.
This process would have the advantage that you can not only…... Listed under: Other Project Ideas

712. Secure IOT With AWS and Hornbill ESP32 Using Arduino.
Security of connected devices is of paramount concern. There are several possible ways to make the
devices secure. One of the most essential and widely used options is to use end to end encryption. The widely used Transport Layer Security (TLS) version 1.2 is
the…... Listed under: Other Projects

713. ISS Globe- Blinks When the ISS Passes Overhead


https://youtu.be/CFkH0GL3vdY Howdy! If you are interested in astronomy and always look up at the stars and
not down at your feet, you'll surely know the ISS. The ISS or The International Space Station revolves around the earth around 16 times per day. Being an
aerospace…... Listed under: Other Projects READ PREVIOUS POST:

An isolated analog input for


714. Arduino
VFD Alarm Clock
IV-27M Alarm Clock Project date: March 2019 – May 2019 Overview After the successful completion of the XIV Nixie Clock which was
This blog is dedicated
Direct/Static Driven, I was keen to start work on a new clock which was based on the Multiplexing(Dynamic) or “MUX” principle of operation,…... to
Listed under:
Clock – Timer Projects electronic projects and software
due to the author’s enthusiasm

for these activities. The main
715. Totally Lit – Programmable RGB LED Acrylic Sign
https://youtu.be/AcvpgUQGPn4 Been playing around with the laser cutter/engraver, and really fell aim...
in love with engraving in to
clear acrylic and shining a light source from the edge. The thickness of the acrylic being used is a .25" sheet, which cuts really cleanly by the laser…... Listed under: LED Projects
716. Portable Luxmeter
This project is about making portable luxmeter. It can be used in schools, where children can measure different kinds of light
sources.Functions: 1. measure intensity of light in lux. 2. calculate solar irradiation from lux to watts/m2 (factor 112) 3. charging battery using USB port…...
Listed under: Battery Projects

717. DIY Arduino Starter Kit Shield


In this guide I will show you how to make your own Arduino learning shield. This learning shield can be useful at schools,
universities and to everyone that want to start dealing with the Arduino. With this shield you will learn how to read the…... Listed under: Other Projects

718. Dev Board Breadboard


This Instructables show how to create a tailor-made breadboard for dev board. Step 1: Current Breadboard Breadboard (solderless
breadboards) is a very import component for prototyping of electronics. It can help you test the circuit before soldering it. Since the connection not require
soldering, after…... Listed under: Other Projects

719. Portable Arduino Bot


Over the years, I have built many robotic projects and most of it run by an Arduino so let me explain a little bit about this amazing
technology. Arduino is a microcontroller board, has up to 14 digital input/output pins (of which 6 can be…... Listed under: Robotics – Automation Projects

720. The E.M.F.Meter


Hello, fellow Makers! In this instructable, I will be discussing my newest and most versatile tool for edcuation: the E.M.F. Meter. This instructable will be c
a lot of steps involving Arduino and Raspberry Pi software. Although resources will be provided, please make sure you…... Listed under: Metering – Instrument
Projects

721. Betta Fish Feeder


I'm setting up a betta fish tank and wanted to make an automatic fish feeder so he never misses a meal. I've seen other DIY fish feeders that
just shake a container but I wanted to be able to precisely control how much food he'll…... Listed under: Motor Projects

722. Cyclone(Arduino LED Game)


In this tutorial, I will teach you how to create an LED game with very little code or experience! I had this idea for a while and finally
got around to creating it. It's a fun game that reminds us all of the arcade games.…... Listed under: Game – Entertainment Projects

723. Cat Whisker Sensory Extension Wearable (2.0)


This project is a continuation and reimagining of my former colleague's (metaterra) "Whisker Sensory Extension
Wearable". The purpose of this project was to focus on the creation of novel, computationally-enriched “sensory extensions” that allow for augmented-sensing
of the natural world. My major effort with this…... Listed under: Sensor – Transducer – Detector Project Ideas

724. How to Make an Arduino Weather Station With DHT11 Temperature and Humidity Sensor
Recently I started playing around with DHT11 Temperature and
Humidity sensor, at that time around, I had an idea to make a small yet effective Weather Station, so in this project inscructable, we will use the DHT11 sensor
from the previous tutorial and turn it…... Listed under: Sensor – Transducer – Detector Projects

725. DIY Smart Dustbin With Arduino


Here we will make a Smart Dustbin by using arduino and ultrasonic sensor.I hope you guys enjoy learning this project. Supplies:
Arduino UnoUltrasonic SensorServo MotorDustbin Step 1: Preparing the Opening Take a plastic sheet and cut fraw a circle with the help of dustbin and…...
Listed under: Home Automation Projects

726. DIY Givi V56 Motorcycle Topbox Light Kit With Integrated Signals
https://youtu.be/xtSzXwfG3HA As a motorcycle rider, I'm all too familiar with being treated like
I'm invisible on the road. One thing I always add to my bikes is a top box which usually has an integrated light. I recently upgraded to a new bike and bought…...
Listed under: Wireless Projects

727. Color Instrument


This a simple Arduino/3D printing project about colors and sounds. I made this device or as I call it ‘color instrument’ for activity for kids. It’s
fun and it’s a good conversation starter about physics of colors and sound. The most interesting fact about colors,…... Listed under: Other Projects

728. Air Quality Sensor: Concept to Production


This is the full documentation of the Autodesk University Air Quality Sensor project. Attendees at several events have
participated in assembling their own air quality sensor over the past several months. The Concept to Production page will give you more information on how
you can use Fusion…... Listed under: Sensor – Transducer – Detector Projects

729. TTGO T-Watch


https://youtu.be/gSs7gNcs25Q This instructables show how to start playing with TTGO T-Watch. Step 1: What Is TTGO T-Watch? TTGO T-Watch is
watch shape ESP32 based development kit. 16 MB flash and 8 MB PSRAM both are top specification. It also built-in a 240x240 IPS LCD, touch…... Listed under:
Clock – Timer Projects

730. FM Radio
https://youtu.be/oNqWfiP2yg0 Recently, I came across RDA5807 module which is an FM Radio Tuner in a very tiny package. It is very cheap and uses
I2C protocol for communication which means that only two wires will be required to talk to the IC. Less wiring! MyREAD
mom used…... Listed under: Radio Projects
PREVIOUS POST:

An isolated analog input for


Arduino
This blog is dedicated to
731. Cowboy Toy – Arduino Laser Target
In the lesson I will show you how I made a toy on arduino that will suit beginners. If you start working with sensors, then this
electronic projects and software
toy will suit you as a homemade product. Step 1: Watch the Video https://youtu.be/WQGvIEtyMRw Step 2: Material: - plywood…... Listeddue tounder: Other enthusiasm
the author’s Projects

for these activities. The main
aim...
732. Bicycle Speedometer Display
What Is It? As the name suggests, in this project you will learn how to create a display for your bike that consists of both a
speedometer and an odometer. Indicating real time speed and distance travelled. The total cost of this project comes to around 15 USD (not including the…...
Listed under: LCD Projects

733. Alexa Controlled Dog Feeder


This is our dog Bailey. She's part Border Collie and Australian Cattle Dog so sometimes she's smarter than her own good, especially
when it comes to telling time and knowing when she should be eating dinner. Typically, we try to feed her around 6 PM…... Listed under: Medical – Health based
Projects

734. Crocodile Solar Pool Sensor


This instructable shows how to build a rather special pool sensor measuring the pool temperature and transmitting it via WiFi to Blynk App and to a
MQTT broker. I call it the "Crocodile Solar Pool Sensor".It uses the Arduino programming environment and an ESP8266 board (Wemos…... Listed under: Solar energy projects

735. Monster Catcher Night Light


https://youtu.be/iJaVeIyJZwk This nightlight doubles as a trap to catch monsters under the bed! Before you go to sleep at night,
place it under your bed and it will catch any monster under there. It even keeps a light on all night to make sure new…... Listed under: Other Projects

736. Escape Room Decoder Box


Escape Rooms are awesomely fun activities which are highly engaging and great for teamwork. Have you ever thought about
creating your own Escape Room? Well with this decoder box you can be well on your way! Even better have you thought about using escape rooms…... Listed
under: Other Projects

737. Weather Based Music Generator (ESP8266 Based Midi Generator)


Hi, today I'll explain how to make your own little Weather based Music generator. It's based on
an ESP8266, which is kind of like an Arduino, and it responds to temperature, rain and light intensity. Don't expect it to make entire songs or chord
progressions.…... Listed under: Sound – Audio Projects

738. MAX7219 LED Dot Matrix Assembly and Testing


https://youtu.be/DLC6FyxNayo A Dot-Matrix Display is a display device which contains light emitting diodes
aligned in the form of matrix.This Dot matrix displays are used in applications where Symbol, Graphic, Characters, Alphabets, Numerals are need to be
displayed together in static as well as Scrolling motion.Dot Matrix Display…... Listed under: LED Projects

739. Popsicle Stick Robotic Arm


https://youtu.be/bP358pV-vVY Here's how to build a simple robotic arm with a gripper using popsicle sticks, an Arduino, and a few
servos. Supplies: Feel free to use similar materials or whatever you already have. (e.g. cardboard instead of popsicle sticks) Materials: 14 Popsicle Sticks4 Micro
Servos…... Listed under: Robotics – Automation Projects

740. B-Safe, the Portable Safe


https://youtu.be/7b1sMp4J7ck The problem Imagine this: You wake up one morning and the weather is real good. You want to go to
the beach.Because you don't live too close to the beach, you take your car. To pay for the parkingat the beach, you use your…... Listed under: Security – Safety
Projects

741. Arduino MIDI Chiptune Synthesizer


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 uses an Arduino to drive an AY-3-8910 programmable sound generator chip (or one of its
many…... Listed under: Interfacing(USB – RS232 – I2c -ISP) Projects

742. Infinity Gauntlet Controlled Home Automation


https://youtu.be/-H7YejeUWbI In my previous project i have made an infinity gauntlet that control a light switch. I
wanted to use six stones and each stone can control appliance, door lock, or lighting.So, I made a home automation system using infinity gauntlet. In this
project I used…... Listed under: Home Automation Projects

743. WIFI JOYSTICK


Today I will share how to make a WIFI JOYSTICK from an ESP8266 and 4 ways industrial joystick. It can be integrated into the factory's automation
system or be used for smart home control. The mentioned control systems are PLCs and the specific case that…... Listed under: Wifi - WLan Projects

744. Save Water & Money With the Shower Water Monitor
Which uses more water - a bath or a shower? I was recently thinking about this question, and I realized
that I don't actually know how much water is used when I shower. I know when I'm in the shower sometimes my mind wanders, thinking…... Listed under: Other
Projects

745. Inverted Pendulum: Control Theory and Dynamics


https://youtu.be/xwXPipYmJ9A The inverted pendulum is a classic problem in dynamics and control theory
that is generally elaborated in high-school and undergraduate physics or math courses. Being a math and science enthusiast myself, I decided to try and
implement the concepts that I learned during my classes to…... Listed under: Other Projects

746. Arduino Magnetometer


What are we building? Humans can't detect magnetic fields, but we use devices that rely on magnets all the time. Motors, compasses,
rotation sensors, and wind turbines, for example, all require magnets for operation. This tutorial describes how to build an Arduino based magnetometer
that…... Listed under: Other Projects
READ PREVIOUS POST:

747. Arduino Watch Core


https://youtu.be/lFRq-LM5flQ This instructables show how to use a square color display and Arduino dev board Anbuild a watch
isolated core.
analog Thisfor
input will
Arduino
cover the topics of dev board selection, display selection, extra modules selection, UI design, performance tuning and power saving. Note: I have prototyped
some…... Listed under: Clock – Timer Projects This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm
748. Arduino Fireflies
https://youtu.be/S8C5a9tcbgk One of the things I look forward to with summers in Pennsylvania are fireflies in my backyard. I recently taught
for these myself Adruino
activities.

The main
aim...
programming for the purpose of making this simple project. It's a great program to start with and is easy enough for any…... Listed under: Other Projects
749. Unsafe Noise Level Alert System
The Oshman Engineering Design Kitchen (OEDK) is the largest makerspace at Rice University, providing a space for all students
to design and prototype solutions to real-world challenges. To serve this purpose, the OEDK houses a number of power tools and large machinery that produce
loud,…... Listed under: Security – Safety Projects

750. How to Make a Self-Watering IoT Planter With a Mason Jar and an ESP32!
Introduction: On one of my weekly pilgrimages to Lowes (as any devout Kansan does), I
found a sad little plant in the Gardening Department: a Janet Craig Compacta. The poor little guy looked lonely and dehydrated. We clicked right away and
immediately I knew I…... Listed under: Home Automation Projects

751. The Brachistochrone Curve


https://youtu.be/1BdO8J0iynY The brachistochrone curve is a classic physics problem, that derives the fastest path between two
points A and B which are at different elevations. Although this problem might seem simple it offers a counter-intuitive result and thus is fascinating to watch. In
this instructables one will…... Listed under: Other Projects

752. RS485 – ARDUINO AND INDUSTRIAL DISTANCE SENSOR


I have in my hand a distance laser sensor with high precision and speed. It is used in industrial
environments for object positioning or detection applications. According to technical documents, I found it can communicate with other devices via RS485. I
spent the weekend to…... Listed under: Sensor – Transducer – Detector Projects

753. Flip-It! – the World’s Dumbest Game?


https://youtu.be/1QCvlQLj2JA Origins: This is a game I developed over a couple of years 2018-2019 It was originally called
"Stupid Flip" and came out of my interest in creating simple and fun interactive games that could also be used for teaching coding. This is about the…... Listed
under: Game – Entertainment Projects

754. Alaska Datalogger


Alaska is on the edge of advancing climate change. Its unique position of having a fairly untouched landscape populated with a variety of coal
mine canaries enables a lot of research possibilities. Our friend Monty is an Archaeologist who helps with camps for kids in…... Listed under: Arduino
Programmer Projects

755. Arduino Watch


This Instructables show how to make a Arduino Watch from Arduino Watch Core. Step 1: Preparation Arduino Dev Board This time I am using
Sparkfun Pro Micro 3.3 V 8 MHz dev board. Watch Display This time I am using a ST7789 1.3" IPS LCD. Lipo…... Listed under: Clock – Timer Projects

756. Motion Controlled Pong Video Game


i'm MrWaffelXD and today I want you to show how to make a motion controlled Pong game. In this guide you learn, how to
programm your own Pong and how to make a distance-controller, which you can use by moving your hand. But first: What is…... Listed under: Game –
Entertainment Projects

757. DIY Geiger Counter With an ESP8266 and a Touchscreen


https://youtu.be/rmFnbVB5gCM I designed and built a Geiger Counter - a device that can detect
ionizing radiation and warn its user of dangerous ambient radiation levels with the all-too-familiar clicking noise. It can also be used when scouting for minerals
to see if the rock you…... Listed under: Other Projects

758. E-dice – Arduino Die/dice 1 to 6 Dice + D4, D5, D8, D10, D12, D20, D24 and D30
https://youtu.be/B-dnzLoZDlw This is a simple arduino project to make a
electronic die. It is possible to choose for 1 to 6 dice or 1 out of 8 special dice. Choice is made by simply turning a rotary encoder. These are the features: 1 die:
showing…... Listed under: Other Projects

759. ARDUINO PH METER


In this project, we will be making a benchtop pH meter using the gravity analog pH circuit and probe from Atlas Scientific and an Arduino
Uno. Readings will be displayed on a liquid crystal display (LCD). MATERIALS 1 - Arduino Uno1 - Gravity analog pH sensor1 - pH…... Listed under: Other Projects

760. Simple Automated Point to Point Model Railroad Running Two Trains
Arduino microcontrollers are a great way of automating model railroad layouts due to
their low-cost availability, open-source hardware and software and a large community to help you. For model railroads, Arduino microcontrollers can prove to
be a great resource for automating their layouts in a…... Listed under: Home Automation Projects

761. Berry Racer – a Game Programmed in Arduino and Played on a Custom PCB
https://youtu.be/C8IPaMl1wTk Berry Racer is a game that I came up with and
programmed using Arduino's Software. The game is run on a Teensy microcontroller which is connected through a custom PCB (Printed Circuit Board) to a
Screen, a Joystick, four buttons, and a piezo speaker.…... Listed under: Game – Entertainment Projects

762. Playing Chess Against Arduino


This project has been developed with the “Games” contest in my mind, I hope you’ll like it and give your vote 🙂 The idea of this project is quite
simple. I want to simulate as many board games as possible using a simple electronic assembly.…... Listed under: Game – Entertainment Projects

READ PREVIOUS POST:

763. An isolated
Toast Talker
https://youtu.be/9jhreDmp_GM This Instructable started as my great interest in the TV show Toast of London. The British analog
Matt Berry input
comedy for
that
Arduino
can now be found on Netflix has some superb voice overs that I wanted to accommodate in my morning toaster routine. In a running joke, he…... Listed under:
Sound – Audio Project Ideas This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...
764. DIY Low Cost Air Hockey Table
https://youtu.be/nLU8pFqxcTU A professional air hockey setup is usually available only in arcades due to the sophisticated
systems that are required to operate it. Our goal was to build a DIY air hockey table, bringing this gaming experience at home. By using commonly available
materials we…... Listed under: Game – Entertainment Projects

765. The ‘Do More’ Timer, Inspired by Casey Neistat


https://youtu.be/anUKywfO_l8 Summer, the lovely season when things happen. But sometimes we tend to forget
the time. So to remind us the time left , I designed this Casey Neistat's 'Do More' DIY arduino driven timer which can be programmed to display the time left
from…... Listed under: Clock – Timer Projects

766. Upright Laser Harp


https://youtu.be/_1oTBekbUT4 Laser harps are musical devices with laser beam "strings." When the beam is blocked, a note is played by the
instrument. Usually laser harps have the beams travel vertically in the shape of a fan or vertical lines. In this project, I built a…... Listed under: Other Projects

767. Creating a Physical Game Controller


When the Nintendo Wii was launched players were encouraged, nay required, to leave the sofa and jump, dance, and jiggle
in order to score points in their game of choice. While there is a steep learning curve in building for the Wii, it is easy…... Listed under: Game – Entertainment
Projects

768. 3D Printed Arduino RC Airboat With Controller


This is a project that combines the knowledge of 3D printing and Arduino. It is a good beginners project for
anyone interested in making their own RC boat or just interested in using 3D printing and Arduino for their own creations. Supplies: Look at step…... Listed
under: Other Projects

769. Magic Button 4k: the 20USD BMPCC4k Wireless Remote Control
https://youtu.be/_3tlmJh9MJA Many people have asked me to share some details about my
wireless controller for the BMPCC4k. Most questions were about the bluetooth control, so I'll mention a few details about that. I am assuming you are familiar
with the ESP32 Arduino environment. This version…... Listed under: Wireless Projects

770. Smart Power Strip With Cayenne Cloud


https://youtu.be/uXSMAoU3B6Y This instructable shows how you can build your own easy or simple DIY Internet-
connected Smart Power Strip to control Electrical Appliances from remotely.You can also automate the daily repetitive task with scheduling feature, so the
appliance will automatically be turned on and off on…... Listed under: Other Projects

771. SteamPunk Radio


This project is without doubt the most complex I have undertaken, with sixteen IV-11 VFD tubes, two Arduino Mega cards, ten LED Neon light
circuits, a servo, an electromagnet, two MAX6921AWI IC Chips, five DC power supplies, a HV power supply, two DC Volt meters,…... Listed under: Radio Projects

772. FS-Touch Bed Levelling Tool


https://youtu.be/RZ0BV73TAOc Tired of trying to get the perfect levelled 3D printer bed? Frustrated with guessimating the proper
resistance between nozzle and paper? Well, FS-Touch will help you measure this pinching force quantitatively and achieve quick and accurate bed levelling in no
time. Features of this bed levelling(proper…... Listed under: CNC Machines Projects

773. How to Setup Cheapduino Board (smallest Arduino)


When it comes to electronics projects, Arduino is definitely one of the most favorite choices of every
enthusiast, and if you are Arduino fan like me, you too build all your projects on Arduino, so what if you have limited boards available to use? And…... Listed
under: Other Projects

774. [DEPRECATED] Arduino-Based Smart Glasses by a 13-year-old – Jordan Fung’s Pedosa Glass
We have developed into Pedosa Innovation, a tech start-up founded
by the developer of Pedosa Glass. We have continued to develop wearable technology, in addition to cloud infrastructure and STEM education programmes for
kids in Hong Kong. Learn more at www.pedosa.org, or contact us at hello@pedosa.org. UPDATE:…... Listed under: Other Projects

775. Infrared Fighting Tank


https://youtu.be/XMgdvILuDaU This project is to make two infrared fighting tanks with Starter Robot Kits, some mechanical parts and
electric modules. They are controlled with 2.4G wireless joystick. So, how to make it? Step 1: Parts Required 2 x Starter Robot Kit(Bluetooth or IR version) 4
x Beam0808-136-Blue 2…... Listed under: Other Projects

776. Ultrasonic Mapmaker Using Arduino and MatLab


Vision is one of the most exciting senses you can endow on your robot. The ability to perceive obstacles allows a robot t
an educated decision regarding further movements. However, it is also not the easiest senses to implement for a few reasons. Firstly,…... Listed under: Other
Projects

777. Solar Power Data Logger


Ever wanted to know how much solar power you could yield by putting PV cells in a specific place on or around your house? This
Instructable shows you how to build a data logger based on an Arduino (or Genuino) Uno with data-logger-shield and a…... Listed under: Solar energy projects

READ PREVIOUS POST:


778. Arduino Based Smart Home IOT System
Hello, I am Michalis Vasilakis from Ardumotive.com and in this Instructables guide I will show you how you can easily
make your own smart home system based on Arduino uno and an Ethernet module (or shield). You will be able to use this systemAn isolated
from analog input
any device…... Listedfor
Arduino
under: Home Automation Projects
This blog is dedicated to
electronic projects and software
779. dueArduino
Arduino 101 Fundamentals
The purpose of this instructable is to introduce the sketch writing fundamentals to all new comers to the to the author’s
world. Itenthusiasm
is meant
for these activities.

to be a beginners guide that includes detailed explanation about the basic statements and functions. Most of the sketches I use are…... Listed under: The
LED main
aim...
Projects
780. Arduino – LCD 1602A I2C – PASSWORD PROTECTED DOOR ACCESS With Relay – KY-019
https://youtu.be/GnYi9Y2EIoc Hello world! Today i made a simple code to
control a electric strike lock with a Password/ Access Code using a 1 channel relay. I don't have such a lock but i demonstrated it with a lamp attached to the
relay. Check the next…... Listed under: Other Projects

781. How to Make the Knock Lock for Arduino Starter Kit
In this instructable i will be showing you a video on how I made a knock lock using the arduino uno starter
kit. I did run into a few problems along the way but figured out a solution after thinking it over. this is the…... Listed under: Security – Safety Projects

782. A Beginner’s Guide to Arduino


After some years of experimenting with Arduino, I decided that the time has come to share the knowledge I've acquired. So I here
it goes, a guide to Arduino, with the bare basics for beginners and some more advanced explanations for people who are somewhat…... Listed under: Other
Projects

783. DIY | Easy Arduino Laser Tripwire Security System!


https://youtu.be/X18CfOKtyTQ In this tutorial I will be teaching you how you can build your own Laser
Tripwire Security System at home! You will need the following components and materials: LED lightLaser ModuleLaser Sensor ModuleSpeaker or Piezo Buzzer2
Small Breadboards with sticky tape on the backArduinoBreadboard…... Listed under: Security – Safety Projects

784. Sound Detection RGB Lamp Using Arduino


Hello, In this project I am making a lamp with multiple colors using RGB leds. My idea is to try to let the lamp change
color if it detects a sound in the area. If you get annoyed from the changing colors every time you…... Listed under: Sound – Audio Projects

785. The Simplest Buzzer Tutorial; Using Arduino


https://youtu.be/pq3YFhjS-Wc Hey Makers, Lets make a Simple Quiz Buzzer using Arduino! Step 1: W
​ hat We Can Do
With It? What we can do with it? >Quiz Game Buzzer >Play Tunes and lots more…………. Step 2: Things Required >Arduino Uno (Buy From Amazon.in) (Buy From
Amazon.com) >Buzzer (Buy From…... Listed under: Other Projects

786. Joystick Controlled Robot Arm Using an Arduino


Purpose and description of this guide This instructable is a hand-in for a school project that we made. The
purpose of this project was to create a robot arm control using thumbsticks. We had to use an Arduino Uno for the control and in addition,…... Listed under:
Robotics – Automation Projects

787. Handmade Claw


These 6 easy steps will tell you how to make a wooden claw machine controlled with Arduino. Step 1: Print All of Your Pieces Either handcut or
laser cut all of your pieces Step 2: Aquire Your Parts You will need 4 SG90 servos, 4…... Listed under: Other Projects

788. Arduino Countdown Timer With Setup Buttons


In this Instructables guide I will show you how to make your own Arduino two digit countdown timer. I made my
own circuit by using the ATmega328 micro controller but this is an optional step. In this guide I will help you to make it…... Listed under: Other Projects

789. Easy Arduino LED Dice


This instrcutable will show you how to hook up LEDs to show a face of a dice when a pushbutton is pressed. Step 1: Supplies For this project you will need
to following: 11 long jumper wires 7 short jumper wires 7 LEDs 1 breadboard…... Listed under: LED Projects

790. Arduino Robot Catapult


https://youtu.be/6cXrxevZAPs https://youtu.be/K3U2OlnTnME Hello there fellow makers, This instructable is my attempt to make a
robot for the 'ROBOTICS CONTEST' competition in instructables. So here it is 🙂 I'll start this instructable with a joke 🙂 Q: what's the difference between men
and boys?A : the…... Listed under: Robotics – Automation Projects

791. Arduino Bluetooth Car Controlled by Labview


This is a Arduino RC car, originally based off of a project made by Owen_soo. It is very maneuverable, able to do
quick turns, go backward and forward with just a flick of a switch. This was originally just going to be a very basic RC…... Listed under: Bluetooth Projects

792. Temp & Humidity Sensor With LCD Disp & LED Indicator
In this instructable, I have used the DHT11 Temperature & Humidity sensor & Arduino UNO to display
the current temperature & humidity readings into a 16 x 2 LCD Display. Alongside, I have also created a 3-LED setup which indicates 3 sets of temperature
readings (cold, hot, extreme). The DHT11 is a…... Listed under: LED Projects

793. Automated Greenhouse


We decided to design a greenhouse as subject for our electronic project. The goal was to regulate the temperature inside the
greenhouse thanks a lamp, a servomotor to open a window and a PC fan. We wanted to maintain a quite constant level of soil…... Listed under: Home
Automation Projects

794. Control LED Using IR Remote : Simple


Hello everyone, In this instructables we will control LED using IR remote. Step 1: Gather the Parts A breadboardA LEDA
220ohm resistorAn Arduino UNOA TSOP382 IR receiverSome jumper or hookup wires Step 2: Wiring Hookup all the components
READ according to the circuit
PREVIOUS POST:

diagram shown above. Step…... Listed under: LED Projects An isolated analog input for
Arduino
795. Sunlight Detection Alarm
Most technology Instructables are fun to construct, and often easy to build. This is one that shares thoseThis
features,
blog isbut also solves
dedicated to a
practical problem we had. To prevent fading of furniture, carpet, and the wood flooring in our foyer, my spouse and I installed…... electronic projects
Listed under: and
Sensor – software
due to the author’s enthusiasm
Transducer – Detector Projects 
for these activities. The main
aim...
796. Arduino 8×8 LED Matrix
In this instructable I'm going to show you how to Interface with LED matrix using an Arduino and MAX7219 IC, this project can be used
to make low resolution images using LEDs. This project is very simple to build and serves as a basics to…... Listed under: LED Projects

797. Arduino Motion Detection Simple Project


https://youtu.be/zs6RBEWrAcI This is a very basic tutorial for Arduino beginners , we tried to keep it simple and to the
point, how to use PIR motion detection sensors and how to control LED based on the sensor outpu. and so simply put,The main idea of…... Listed under: LED
Projects

798. Arduino: How to Build an Obstacle Avoiding Robot


This instructable is the written version of my "Arduino: How To Build An Obstacle Avoiding Robot" Youtube
video that I've uploaded recently. I strongly recommend you to check it out. My YouTube Channel. Please Subscribe for Support So, without further ado, Let's
get started !…... Listed under: Robotics – Automation Projects

799. Using ESP-01 and Arduino UNO


In our previous tutorial, we learned how to set up the ESP8266 ESP-01 and establish communication with other devices. In this
tutorial we are going to show how to use the ESP-01 module to give the Arduino UNO access to a Wi-Fi network and interact with inputs and outputs. Step 1:
Materials The materials…... Listed under: LED Projects

800. Getting Started With the ESP8266 ESP-01


The ESP8266 ESP-01 is a Wi-Fi module that allows microcontrollers access to a Wi-Fi network. This module is a self-
contained SOC (System On a Chip) that doesn’t necessarily need a microcontroller to manipulate inputs and outputs as you would normally do with an Arduino,
for example, because the ESP-01 acts as a small…... Listed under: Wifi - WLan Projects

1
2
3
4
5
Next

READ PREVIOUS POST:

An isolated analog input for


Arduino
This blog is dedicated to
electronic projects and software
due to the author’s enthusiasm

for these activities. The main
aim...

You might also like