The project TiDiGino We developed a new GSM remote control called TiDiGino. The name recalls the initials (TDGxx) of our previous GSM remote control and is also based on the Arduino project. All the details of this circuit can be found below, but no the sketch, because this is your assignment. The contestYou have to write the firmware for this project. The device must perform all the functions […]
Projects
Control Ikea Dioder LED Strip with Arduino + 16X PWM LED Fader Board using arduino
We’re going to show how to wire up and control an Ikea DIODER LED strip with an arduino, using a 16X PWM LED Fader board as an intermediary. The 16X PWM board is basically a bunch of mosfets under PWM control (switches that turn on and off really fast) that can be used to mix […]
Secret Knock Final using arduino
Secret Knock Description – My final project is a door lock that listens for your personalized knock. The lock uses an arduino board and a piezo speaker and will not unlock the door unless the specific pattern is used as a knock. Arduino Program – /* Detects patterns of knocks and triggers a motor to […]
Display Live Txts on Costume at Party w/ Scrolling LED Belt Buckle using arduino
This project shows how to send SMS text messages to a cheap scrolling LED display via an Android app and arduino with USB host shield. The project was originally inspired by a friend wanting to make a “sexting themed” costume, with a scrolling LED display of live texts sent from people at the party. We […]
Voice Recognition System using arduino
Contents 1 Team Members 2 Mentor 3 Concept 4 Softwares Used 5 circuits 5.1 Pre Amp circuit 5.1.1 Circuit Diagram 5.1.2 Working 5.2 EEPROM circuit 5.3 Led Matrix display circuit 6 Algorithm for silence & noise removal 6.1 Pre-Emphasis 6.2 Silence and Noise Removal 6.2.1 Idea 6.2.2 Implementation 7 Codebook Formation 7.1 Database 7.2 Main […]
A Makers Wedding – Photo booth usnig arduino
This Instructable is about: building an automated photo booth. The total build cost was around $150 as I re-used a lot of the components and materials I already had in my garage – in addition to what I could salvage from scrap yards. Why? – I decided to build my own photo booth after trying […]
Extending PWM output pins with a Texas Instruments TLC5940 LED driver using arduino
Introduction Microcontrollers like the Arduino were designed to facilitate the use of electronics for designers and DIY enthusiasts. The interface provides a great starting points for a variety of elecronic circuit designs. However, as the microcontroller is standardized, it is also limited in its use. That shows for example in the limited number of PWM […]
Human Body Infrared Smoke Temperature Alarm System with Arduino
Web site: http://www.instructables.com/id/Human-Body-Infrared-Smoke-Temperature-Alarm-System/ Project Summary: The Human Body Infrared Smoke Temperature Alarm System works under the DC 5v voltage and uses the DH11 Temperature Module to detect the room temperature. When the module detects the temperature is higher than the maximum, the buzzer alarms and the red LED lights. When the MQ2 Smoke Sensor detects […]
1RE45 Non contact digital thermometer using arduino
Contents 1 Introduction 2 Components Used 3 Description 4 Idea 5 Plan Of Action 6 1st week: 7 2nd week: 8 3rd week: 9 4th week 10 5th week 11 Expenses(In Rupees) 12 Videos, Photos 13 Code 14 Team Members 15 Resources: Introduction Temperature is the most frequently measured physical quantity, second only to time. […]
How to build an Arduino energy monitor – measuring mains voltage and current arduino
Including voltage measurement via AC-AC voltage adapter and current measurement via a CT sensor. This guide details how to build a simple electricity energy monitor on that can be used to measure how much electrical energy you use in your home. It measures voltage with an AC to AC power adapter and current with a […]