Explore a variety of exciting Arduino projects to ignite your creativity and enhance your electronics skills. If you need any specific Arduino Projects, I can provide you Simple Arduino Project List
Arduino Battery Projects
-
Desktop Fist Bumper using arudinoThis simple device sits on your desk at work, ready to give you fist bumps throughout the day as you need them. A 3D printed "fist" is moved by a…
-
Kaleiduino: A Battery Powered Arduino LED KaleidoscopeHello everyone, and welcome to my Instructable! This instructable will show you how I made the first ever DIY Arduino controlled "LED Kaleidoscope"! What is an LED kaleidoscope? Well, our…
-
Arduino Peak Power Tracker Solar ChargerThis project is an update of my original Peak Power Tracker Battery Charger Project. It is designed to control a 12V solar panel charging a 12V lead acid battery. The…
-
Intelligent Solar Garden Light using an Arduino- Part 1I bought a solar powered garden light. The solar panel charges the batteries and when it gets dark the lights (3x LEDs) turn on until it either gets lights again…
-
Complete Arduino-based 3D-printed Battery-powered Mini Retro Arcade MachineIt's been a while since I've published my last Instructables. I'm back, and I'm 3D-printed-powered! Enjoy this mini retro arcade machine. It's literally my first complete end-to-end 3D-printed project: I…
Show More
Arduino Car Projects
-
DIY Parking Sonsor using ArduinoThe last time I was home visiting my parents I noticed bumper imprints caused by my mother suburban on the stairs leading up from the garage. Their garage it turns…
-
DIY GPS Tracked Bike Lock using ArduinoHaving just purchased a half decent bicycle, and living in a city with a bike theft rate almost as high as New York, I wanted to have some peace of…
-
Arduino controls cheap RC car transmitterOBJECTIVE Cheap Chinese RC toy cars can be had for about 5 Euros in the local market. The wireless brains behind the majority of these cheap RC toys is a pair of…
-
Arduino Powered Autonomous VehicleA few months back I started playing around with Arduino micro controllers as a learning exercise (and for fun); this project is the culmination of that. The goal of the…
-
Remote Controlled Car Using CardboardEvery maker at least once make or tries to make RC Car. RC Cars are widely available yet the joy of playing with the one you made yourself can't be…
Show More
Arduino LCD Projects
-
Wiring Harness for the LCD PanelAssembly of the Female Connector Block The wiring harness has a male and female end. The gender of electrical and mechanical parts is described on this Wikipedia page. The header…
-
Home Made Bezel / Window for LCD, LED, TFT Displays.I've been working on a project that used a 16x2 LCD display and wanted a nice finish that also allowed me to seal against water and other liquids. I also…
-
Crius ROT8 MIDI Controller [ABLETON READY – Auto Mapping] Rev1.1The last couple of years I started learning about electronics from nothing to be able to build my own MIDI controllers that would serve my needs , taste and be…
-
Interface I2C LCD Using NodeMCUWassup Makers!! In this Instructables we will learn how to interface an LCD (Liquid Crystal Display) to the NodeMCU board. These 16x2 LCDs are very popular and broadly used in electronics projects as they are good…
-
Make an Arduino LCD shieldIn this short tutorial we make an Arduino LCD shield. Updated 18/03/2013 Today we are going to make an Arduino shield with an LCD module. More often than not I…
Arduino LED Projects
-
Dazzle Your Eyes with a Twinkling LED Symphony: Learn to Create Your Own LED DisplayThis circuit demonstration showcases a random LED flasher controlling twenty lights. LED flashers and sequencers are commonly employed in decorative lighting applications to produce aesthetically pleasing color patterns. Rather than…
-
Create a PCB light panel with touch capacitive technology for managing a NeoPixel LED stripIn this guide, we will illustrate the process of crafting a touch capacitive PCB with an ATMega328P IC, designed to oversee Neo-Pixel LED strips. Our PCB boasts versatile capabilities, encompassing…
-
Remote control of a multi-light chandelier with ArduinoStory: It all began with a seemingly simple intention – replacing the bulbs in the chandelier adorning my bedroom. As you can observe in the accompanying image, the chandelier boasts…
-
5x5x5 LED Cube – Orientation Independent 3D DisplayIntroduction Our project, in one sentence, is an orientation independent 3D LED display. We were inspired by various videos on youtube of similar cubes but also by the idea…
-
LED Microcontroller Debug ModuleWhen it comes to debugging a microcontroller circuit, there aren't a lot of simple options. Since a microcontroller circuit might have multiple things going on at the same time, measuring…
Arduino Motor Projects
-
Toll Tax System using Arduino: Ultrasonic Sensor with Servo MotorToll Tax System Project: Creating an Arduino-Based Toll Tax System with Ultrasonic Sensor and Servo Motor: Greetings, dear readers! In this article, we will guide you through the process of…
-
Controlling DC Motors and Servo Motors with Arduino and Processing GUIThe workshop demonstrates how to control motors using Arduino and Processing In today's workshop, participants will learn how to control two types of motors, namely DC motors and servo motors,…
-
Dual Axis Solar Tracker Arduino Project Using LDR & Servo MotorsGreetings and welcome to The IoT Projects. In this tutorial, we will guide you through the process of creating a Dual Axis Solar Tracker Arduino Project using LDR (Light Dependent…
-
How to make Arduino Laser Turret using Servo motors and JoystickArduino Laser Turret, Overview: In this project, I will demonstrate how to create an Arduino laser turret using servo motors and a two-axis joystick. I will provide the necessary code…
-
DC Motors Relays Using ArduinoLet's get the math over right off the bat. There are a LOT of attempts to describe how Ohm's Law works, each one nerdier than the last. Here' one I…
Clock – Timer Projects
-
Transform Your Home into a Futuristic Hub with This DIY Real-Time Clock and Temperature DisplayThis project demonstrates building a real-time clock (RTC) with temperature display using an Arduino, DS3231 RTC chip, and SSD1306 OLED display (128x64 pixels). The DS3231 RTC chip provides more accuracy…
-
Wise Clock 3 – Arduino-based geeky alarm clockWise Clock 3 is an open-source, highly hackable geeky clock that shows a lot more than the time. Its main function is to display user-editable quotations retrieved from an SD…
-
Make a digital “meow” from analog clock using arduinoIs your analog clock just not doing enough stuff? Want to do digital things with an analog clock? This tutorial will show you how to make a Kit Cat Clock…
-
LED Binary Clock using an ArduinoA Binary Clock! I was recently looking at some binary clocks and I felt like Why not? I have everything to make one and I don't have a clock in…
-
Infinity Mirror Clock using ArduinoEver since my addressable RGB LED strips (WS2812B) came from Aliexpress, I've been fascinated with LED projects. Following up on my success with my Charlieplexed LED clock, I wanted to…
GPS Based Projects
-
Track Your Valuables with the Unbeatable Power of Arduino and GPS!It is common for parents to feel concern for their children when they are apart. Questions arise around whether the kids made it safely to school, if they are…Contents hide
-
DIY GPS Tracked Bike Lock using ArduinoHaving just purchased a half decent bicycle, and living in a city with a bike theft rate almost as high as New York, I wanted to have some peace of…
-
Bicycle Journey Tracker With Arduino and GPS ModuleThis is a bicycle journey recording device utilizing Arduino and a GPS module. I’m riding an electrical bicycle from time to time during weekends. Several good bicycle riding routes which…
-
AIR Project using an ArduinoCODE: download final project code: Arduino Code download additional wiring_analog.c code: Wiring Code download processing code: Processing Code download C code: C CODE FILE EXPLANATION: The final project code is…
-
BLE & LoRa Based Indoor Location Tracker Without GPSHey, what's up, Guys! Akarsh here from CETech. GPS-based location tracking is one of the very important services nowadays. We use this to find a path to our destination and also…
Arduino Calculator Projects
-
Arduino CalculatorIn this Instructable I will show you how to make an Arduino calculator that is just as good as any other calculator (well... sort of). Even though it's probably not…
-
DinoCalc Version 1.0(Arduino Pro Mini Protoboard Version) Latest Release: http://code.google.com/p/dinocalc/ Development: https://github.com/WeaselJones/DinoCalc This is a calculator without a LCD that tells you if your math answer is right or wrong, without giving…
-
2 Bit Adder Binary and Decimal CalculatorBy: Sonya Singh Computer Engineering Step 1: Project Overview Have you ever dreamed of building a 2-bit adder calculator, which can display the results in both binary and decimal? Well,…
-
IR CalculatorHey, welcome to my first instructable where I will be helping you create a calculator. It's basically made up of a 16x2 LCD, with an Arduino UNO that you can…
-
Arduino Timing Belt Calculator (console)This command-line Python script is a utility to help calculate parameters for timing belt drive systems. A more general discussion of designing with timing belts can be found on the Timing…
How To – DIY – Projects
-
DIY Parking Sonsor using ArduinoThe last time I was home visiting my parents I noticed bumper imprints caused by my mother suburban on the stairs leading up from the garage. Their garage it turns…
-
Diy Xbox wireless controller adapter for PcThis instructable will go over the steps to connect a RF module from an RROD xbox to your computer so you can use a wireless controller with your computer. ******DISCLAIMER*******…
-
DIY Solar Tracker using ArduinoIntroduction We aim to introduce young students to engineering and teach them about solar energy; by having them build a Helios as part of their curriculum. There is an effort…
-
Make your own 1×1 22 IO pin Ardunio CompatibleTested ExtraCore boards and kits are now available for sale from Rugged Circuits. What is it? This Instructable will give you all the files and information you need to make…
-
DIY AM Radio With ArduinoAfter I finished my last project, I couldn't stop thinking how to build an AM receiver, that would also operate in conjunction with my little friend Arduino. To minimize a…
Home Automation Projects
-
Internet Devices for Home AutomationThis instructable shows the principles involved in making devices to control home automation over the internet. We're going to construct a device (or several of them), that talk to each…
-
How to Build a Simple DIY Home Automation SystemHome automation is a term used to describe the process of automating certain tasks and devices around the home. This can include tasks such as turning on the lights when…
-
DIY Android Home Automation BoxHere's a little show and tell of my Android controlled home automation box. It's a small extension box that's controlled by an Android smartphone. You can turn the individual outlets…
-
Hacking a Sonoff to Work With Home-Assistant and MQTTOK So my third Instructable and here we're dealing with another Sonoff device, the original Sonoff WiFi smart switch. Theses devices are again based around the ESP8266 and are easily…
-
WiFi Bathroom Humidity Sensor W/Fan Control, App & Automationhttps://youtu.be/EOwaKpxijXI Step 1: The Board & Shields Wemos D1 Mini 11 digital input/output pins, all pins have interrupt/pwm/I2C/one-wire supported(except D0) 1 analog input(3.2V max input) a Micro USB connection Compatible…
Interfacing(USB – RS232 – I2c -ISP) Projects
-
[Password Box] Arduino One Touch Password Input (USB Keyboard Hack)Today is the world of internet social. We have many social platform Email, Facebook, Instagrams, Twitter, Instructables and etc.For security issue we should not use the same password for these…
-
Extra inputs for Arduino with a keyboardThe Arduino is perhaps the coolest thing on earth. There are many types, the Uno, the Mega, the Pro, the Pro Mini, etc. etc. But one thing that often can…
-
USB Mouse Made Out Of A Wii NunchuckThis instructable will describe how to convert a Nintendo Wii Nunchuck controller into a USB 2-button mouse using a Teensy USB. The Teensy USB is a very user-friendly development board…
-
Reddit Controller, USB Upvote/Downvote buttonNot too long ago I saw the “Awesome Button” video on the Make Magazine podcast. In the video Matt Richardson shows how you can take a Teensy development board and…
-
Turn your Arduino Uno into an USB-HID-MidideviceWhile building an Arduino Uno based Midi-Controller for Ableton Live, I came across the HIDUINO project ( http://code.google.com/p/hiduino/ ). It allows you to turn your Arduino Uno (or any other…
CNC Machines Projects
-
Automatic Weight Scale and Timer for Machine La Marzocco Linea Miniin the Coffee's era, the current era is called the third wave coffee era. In previous eras, coffee quality was not as much attention as it is today by connoisseurs.…
-
Classroom Pencil Protection MachineHEY KID, GIVE ME BACK MY PENCIL! As a teacher, one problem I face every day is losing my pencils. Now pencils don't just disappear, they walk away in the…
-
How I Made My Own Boxing Machine?https://youtu.be/xl0zlpLf4oA There is no amazing story behind this project - I just always liked the boxing machines, which were located in various popular places. I decided to build mine! Step…
-
Eggbothttps://youtu.be/hdoy4-F4xgI Rafael Fuentes, Carmen María Fuentes and Carmen Pérez decided to create this project that was submitted to 'Creative Electronics', a Beng Electronics Engineering module at University of Málaga, School of…
-
Arduino Based CNC Plotter Made From Scrap DVD/CD DrivesIndeed, 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…
Development Board – Kits Projects
-
The NetP Project: Creating a Network of Processors with Arduino Mini Pro BoardsNarrative Arduino is truly remarkable; I have a deep fondness for it. It can be likened to the "Lego" of the electronics and automation world. Presently, I'm engrossed in a…
-
Redesigning the RA-02 Breakout board moduleStory The RA-02 Breakout module includes level converters The RA-02 Breakout Module is designed to be beginner-friendly and compatible with breadboards. Many of them may possess one or more RA-02…
-
Arduino Project BoardThe Arduino Project Board is basically a board to transer your ATMEGA168/328 to when you have completed your project and no longer need to use the Arduino as a development…
-
Arduino As a Cheap Breadboard FPGADesigning hardware logic circuits can be fun. The old school way to do this was with NAND gates, on a bread board, wired up with jumper wires. This is still…
-
uDuino: Very Low Cost Arduino Compatible Development BoardArduino boards are great for prototyping. However they get rather expensive when you have multiple concurrent projects or need lots of controller boards for a larger project. There are some…
Internet – Ethernet – LAN Arduino Projects
-
Sleep n’ TweetStep 1: The Sleep n' Tweet 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…
-
Control Keyboard & Mouse Android app via ArduinoThis instructable will show you how to control your computer's keyboard and mouse with an Android app via bluetooth to an Arduino BACKGROUND Ever wanted to control your computer's mouse/keyboard…
-
Arduino Basic Wifi Project using ESP8266 wifi moduleOverview ESP8266 is a highly integrated chip designed for the needs of a new connected world. It offers a complete and self-contained Wi-Fi networking solution, allowing it to either host…
-
Bug-Catching Spider in Web using Arduino Part 2This project is a collaboration between idesigner4 and bhasudha(me), students in the Fall 2012 course Things That Think (CSCI 7000) at The University of Colorado - Boulder. The story of…
-
Internet-Controlled RC Car using ArduinoThe Internet Controlled RC Car allows you to remotely drive around a small rc car from wherever you may be and see where it is going. This is fun because…
Game – Entertainment Projects
-
LED Hat Display with Pong using an ArduinoA while ago, as my first microcontroller project, I made a Pong game on a 5x7 LED display, but then nothing became of it. Recently I was given a hard…
-
Kid’s Game to Arduino Enigma MachineThe technology behind Enigma machines and the work done to crack them has influenced cryptography, cryptanalysis, and computer science in general. If you're unfamiliar with Enigma machines, it's a device…
Medical – Health based Arduino Projects
-
Biomedical DeviceIntroduction and Overview Biomedical engineering, a highly interdisciplinary field within STEM, offers opportunities for engineering and computer science students to engage in its endeavors. It involves the application of biology…
-
Brain-Computer InterfaceIntroduction Our goal was to build a brain-computer interface using an AVR microcontroller. We decided that the least invasive way of measuring brain waves would be using electroencephalography (EEG) to…
-
Purdue ExoMIND Glove A Wearable DeviceDescription The ExoMind Glove is a wearable device equipped with 7 accelerometers that are used to quantify forearm, wrist, and finger angles. Additionally, an EMG with conductive fabric electrodes is…
-
Arduino-based Ultrasonic Radar System via IOTAbstract RADAR is an object-detection system which uses radio waves to determine the range, altitude, direction, or speed of objects. Radar systems come in a variety of sizes and have…
-
Arduino Based Heartbeat MonitorHeart rate, body temperature and blood pressure monitoring are very important parameters of human body. Doctors use various kind of medical apparatus like thermometer for checking fever or body temperature,…
Metering – Instrument Projects
-
Arduino String InstrumentSure you can use LDR's, potentiometers and buttons to generate sounds, but what about strings? When I began thinking about an Arduino string instrument, I realized what I wanted to…
-
3D Printed SpirometerSpirometers are the classical instrument to perform the parsing of air as it is blown out of your mouth. They consist of a tube that you blow into that records…
-
STONE HMI and Arduino + Physical Therapy InstrumentToday is Friday, January 29, 2021, control of the COVID-19 in Beijing is also promoting the "New Year in place", family said the Spring Festival can not visit each other,…
-
Line Frequency Meter Based On Reciprocal CountingPrecise measurement of line signal frequency is very important in many applications, especially in the management of power grid systems. Tasks like calibration of governors of engines that run generators…
-
Arduino Wattmeter: Measure Voltage, Current and Power ConsumptionAs electronics engineers, we always depend upon meters/instruments to measure and analyse the working of a circuit. Starting with a simple multimeter to a complex power quality analysers or DSOs…
Robotics – Automation Projects
-
ANDROID BASED ROBOTICSWhile the field of robotics is continuously expanding at a remarkable rate and better performing robots are created every year, robotics still remains out of reach for many students and…
-
Make A Electric Turtle Robot Using ArduinoBe sure to check out my new instructable , the 'little Tank'! Really nice tracked design complete with cut files! update: I've had so much response on this instructable, thanks…
-
Balancing Instructable Robot using arduinoIn this Instructable I wanted to show to you how to make a self balancing robot. What makes it unique is that its exterior is made to look like the…
-
Rubik’s Cube Solver using arduinoThis robot that can solve a Rubik's cube using Arduino. I learned how to solve a Rubiks cube last year, and I was also into Arduino, so eventually I ended…
-
Arduino Robot With PS2 Controller (PlayStation 2 Joystick)In this tutorial, I'll show you how to use a wireless PlayStation 2 (PS2) controller and an Arduino Uno pilot a robotic tank. Story An Arduino Uno board was used…
Arduino Programmer Projects
-
Arduino ISP (In System Programming) and stand-alone circuitsWe use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those…
-
Arduino Uno – Programming With A Serial PortI’m working on an Arduino clone. The Arduino is essentially an ATMEGA328P development board with a bootloader pre-loaded. There are a lot of custom macros built into the programming interface…
-
Morse-Code Trainer Using ArduinoMy kids are learning Morse code this summer, so I threw together this little circuit to help them learn. And to make it more fun... It uses an ATtiny85 ($2.26…
-
ArduinoISP Bootloader/Programmer Combination ShieldI started recently to get interested in building Arduino based robots. Since it is a traumatizing process to take any creation apart, I am opting to keep mine alive and…
-
AVR Programming TutorialThis tutorial introduces programming for AVR microcontrollers. It uses the ATmega328p found on Arduino boards, but works with straight AVR C and a bare microcontroller. It covers the basic information…
Security – Safety Projects
-
Enhance Home Security with a DIY Arduino Window Alarm AnnunciatorThis project demonstrates an Arduino Uno-based window alarm annunciator system. Annunciators are commonly employed in industrial settings like manufacturing facilities, power plants, and other process operations to monitor changing plant…
-
Ultrasonic Security SystemThis tutorial provides a straightforward guide for crafting a small security device with an Arduino. Step 1: Assemble Materials Step 2: Setup Attach a red wire from the 5V pin…
-
Simple Basement Security System using ArduinoIn this project I will show you how to build a very simple security system for all kinds of rooms. It might be simple but still effective. It is based…
-
ARDUINO WIRELESS HOME SECURITY SYSTEMIn this project I will discuss how you can make a cheap wireless home security system.Though during starting of this project the main objective was only for security alarm but…
-
Barcode Based Complete Security and Enrollment System Using TivaThis is Tahir Ul Haq, bringing you another exciting and innovative Tiva Micro-controller based project. This is the third instructables in the Series. Hope you will like it. This time…
Other Projects
-
Arduino IDE: Transforming Digital Electronics in PHYS 432Introduction This guide provides a concise overview of initiating Arduino microprocessor programming through the Arduino Integrated Development Environment (IDE). While these instructions cater specifically to the Arduino Nano board utilizing…
-
Grab Control of Industrial Automation with This DIY Joystick SystemThis system allows remote control of up to four industrial devices using a joystick and Arduino Nano microcontroller board. Figure 1 presents a block diagram of the joystick-controlled industrial automation…
-
Compact Soil Moisture Monitoring Device for IoT with Low Power ConsumptionMany soil monitoring sensors are available, compatible with Arduino and other embedded modules, making them suitable for programming in different project domains, including Smart Agriculture Monitoring Systems. However, a challenge…
-
Machine for Cutting Resistor Reels Utilizing Arduino TechnologyIntroduction In advanced electronics PCB assembly lines, pick and place machines are typically used to retrieve components from an SMD reel and position them on a PCB. However, this becomes…
-
Introduction to the Arduino Project: An Open Source Experimental Aircraft PFD ManualThe Open Cockpit Arduino 4.3 Version 1.0 Beta The Arduino project is a PFD (Primary Flight Display) for experimental aircraft, built on Arduino's open-source platform. Its purpose extends to both…
Sensor – Transducer – Detector Projects
-
Smart Washroom: Experience Hands-Free Lighting with IR SensorsThis Arduino Uno and IR sensor-based system automatically controls the lighting in a bathroom connected to AC mains power. The IR sensors detect when a person enters or exits the…
-
Sensors GuideThe intention behind this guide is to furnish valuable insights into the typical sensors employed in the RAD SLDP. It's worth noting that sensors produced by various manufacturers might have…
-
Gesture Sensor Control Using ArduinoThe DF Robot Gravity sensor now combines gesture controls and touch switches, offering an expanded array of combinations to manage the ON/OFF switch. Narrative This sensor module combines gesture recognition…
-
Motion Sensing Digital Camera & Alarm using ArduinoWelcome to my instructable on how to make an Arduino-controlled motion sensing camera and alarm! The motivation behind this project, which I worked on in my electronics class at Pomona…
-
A Planar 2-DOF Haptic Device for Exploring Gravitational FieldsFor our project, we built a planar, 2 degree-of-freedom haptic device for educational use. The design is based on a 5-bar mechanism. We wanted to build a device that would…
Phone Projects
-
Smartphone controlled Arduino tank using Annikken AndeeHi guys, I am Robin, one of the developers of Annikken Andee. Just a few weeks back we were invited to be a part of Arduino Day Singapore 2014. On…
-
Making art Interactive Using ArduinoUnfortunately, due to my need to reclaim my Arduino and breadboards, we don't have photographic documentation of our circuit. However, the structure of it was rather self-evident. Although we arranged…
-
Make Voice Call using ArduinoThis sketch connects a voice call from your GSM shield and Arduino to a remote phone number entered through the serial monitor. You'll need to attach a speaker and microphone…
-
Hacking my RC Car using Arduino and Android Smart PhoneHave an old toy car? I hacked mine using Arduino and an H bridge circuit to control the motors, used my Sony Z1 Android phone to control it with the…
-
DIY navigation device for blind people using Arduino and Android smart phoneIn this project you can cover your eyes and let your smartphone navigate you to avoid obstacles, the application is mainly a DIY navigation device for blind people. I knew…
Sound – Audio Projects
-
Sound Off: Silencing Noise Pollution with Arduino and IoTIncreasing noise levels have become a major issue in many urban areas today due to factors like population increases, urban development, and technological advancements. Moreover, excessive noise from a neighbor…
-
Making Sounds with ArduinoThe limited funding and job opportunities in the humanities field make it challenging for emerging scholars to pursue additional knowledge. As scholars must acquire extensive knowledge within their respective disciplines,…
-
Make a Musical Bench using ArduinoThe Musical Bench is an exhibit which makes music when people touch, kiss, or hold hands. It uses a micro-controller to detect changes in resistance, via the copper armrests, and…
-
Creating A SoundBox Using ArduinoIdeas and Sketches Squat Coach – Detects the depth of your squats and assesses your form. Flex sensor is positioned to run up the back of knee joint Etch-A-Sketch –…
-
Arduino Step Sequencer Drum MachineOverview As avid audiophiles, we wanted to apply our newly acquired knowledge of microcontrollers to build a fun consumer electronic device. Our project is a step sequencer drum machine. The…
Arduino PWM Projects
-
Fading using an ArduinoDemonstrates the use of analog output (Pulse Width Modulation (PWM)) to fade an LED. PWM is a technique for getting an analog-like behavior from a digital output by switching it…
-
Analog In, Out Serial using ArduinoThis 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…
-
Controlling a ton of servos – TLC5940 + ArduinoThis is something we have been asked a lot about. How do I control a ton of Servo motors with my arduino? Well… using the TLC5940 is one way. And…
-
Arduino Based LED Dimmer using PWMThis LED DIMMER is an Arduino Uno based PWM (Pulse Width Modulation) circuit developed to get variable voltage over constant voltage. The method of PWM is explained below. Before we get start building a…
-
Talking PumpkinSo my boss came to me one last week and said he wanted to scare the trick-or-treaters who came to his home, and the kids who would come to work…
Temperature Measurement Projects
-
Temperature Measurement and ControlIn addition to its roles in controlling motors, LCDs, and LEDs, the Arduino also possesses the capability to gauge temperature measurement. By connecting an analog temperature sensor to the Arduino,…
-
BLE Indoor/Outdoor Weather StationThis indoor/outdoor Weather Station is the third in a series of Very Low Power BLE - 2022 projects. The very low power BLE temperature, relative humidity and barometric pressure sensor…
-
Weather Monitoring System Using TIVAThis is Tahir Ul Haq and introduces you to another member in the family. This time the project is named as Weather Monitoring System. This is another TIVA based project…
-
TDS Measuring in AquariumI have an idea to build a smart aquarium by improving my fish tank. It sounds very difficult for it: monitoring the water, automatic water changing, automatic feeding and so…
-
Miter Saw Measuring DeviceSome of my favorite projects are making tools that I can use with other hobbies. I am not a master woodworker by any stretch, but I do enjoy it and…
Radio Projects
-
Arduino controls cheap RC car transmitterOBJECTIVE Cheap Chinese RC toy cars can be had for about 5 Euros in the local market. The wireless brains behind the majority of these cheap RC toys is a pair of…
-
DIY Arduino FM Radio (Part 2)If you have read my first blog on the topic, than you already know what I’m experimenting with. Low price FM Radio, build with TDA7088 / YD 9088. It was obvious, that…
-
DIY AM Radio With ArduinoAfter I finished my last project, I couldn't stop thinking how to build an AM receiver, that would also operate in conjunction with my little friend Arduino. To minimize a…
-
Control anything remotely with Infrared signals using ArduinoWho would have thought that just about every Arduino attachment can be controlled in some way with a TV remote? Now its time to find out how. Arduino.skp141 KB Step…
-
Retro Arduino RadioI love the look of old 1920's radios. They are the embodiment of a decade. The radios that I like the most were vacuum tube cathedral radios made by Philco. When…
Arduino Video – Camera – Imaging Projects
-
Motion Sensing Digital Camera & Alarm using ArduinoWelcome to my instructable on how to make an Arduino-controlled motion sensing camera and alarm! The motivation behind this project, which I worked on in my electronics class at Pomona…
-
Open Source Camera QuadcopterIntroduction When our team was initially assigned the task of transforming this project from a cinematography quadcopter to a more practical sensor quadcopter, we made the decision to redesign the…
-
Arduino controlled Rotary Stewart PlatformThis instructable is about building a Rotary Stewart Platform. It allows to position its moving platform in six degrees of freedom. This specific platform is designed to be able to…
-
Capture the image of a falling object using ArduinoThe aim of this project is to create a setup to capture the image of a falling object or any object in motion at a precise time using a DSLR…
-
How to set up a Public WindowPublic Window (http://www.publicwindow.net) is an open source project which allows artists to display their creations in a window and have people from all around the world interact with it. This is…