kids

ARDUINO Burglar Alarm

ARDUINO Burglar Alarm Using Infrared Emitter-Detector pair

In this tutorial i will show you , how to make a simple Inexpensive Intrusion Detection(Burglar alarm) using an Arduino Uno board . This project uses the Infrared Emitter-Detector pair to detect intrusion and triggers an alarm as soon as the object crosses the infrared field . ** To see a Similar Project Made with …

ARDUINO Burglar Alarm Using Infrared Emitter-Detector pair Read More »

Tic Tac Toe with TV Remote

Arduino based Tic Tac Toe with TV Remote

This was my first time attending the Internet of Things Pune Group. It was such a fun learning experience! At today’s meetup, Dhiraj and Nishant started out by introducing the InduinoX and Arduino Uno boards along with the Processing IDE that is used to write the code. After playing around with couple of sensors on the InduinoX we thought of doing a micro project …

Arduino based Tic Tac Toe with TV Remote Read More »

mkr1000 ip

Spartan WiFi Pager System Using Arduino

Simple Wifi pager system. Things used in this project Hardware components Arduino MKR1000 × 1 Adafruit Standard LCD – 16×2 White on Blue × 1 Story This project is an initial stage of the Spartan WIFI pager system (https://www.hackster.io/challenges/arduino-microsoft-maker/ideas/2421). First step in this stage is assembling a test breadboard-based circuit with MKR1000 and LCD: MKR1000 …

Spartan WiFi Pager System Using Arduino Read More »

Wire Digital Temperature Sensor DS18B20

Arduino – One Wire Digital Temperature Sensor – DS18B20

The one wire Digital Temperature Sensor – DS18B20 from Maxim (formerly Dallas) is a great chip for measuring temperature in your projects. Luckily, there is a Dallas Temperature library for the arduino which makes using this sensor very easy. The most recent version of this library can be found at http://www.milesburton.com/?title=Dallas_Temperature_Control_Library We used version 3.6.0 …

Arduino – One Wire Digital Temperature Sensor – DS18B20 Read More »

BMP180 for temperature pressure and altitude measurements

Using BMP180 for temperature, pressure and altitude measurements using Arduino

The BMP180 is a new generation digital barometric pressure and temperature sensor from Bosch Sensortec. In this tutorial, we will briefly review this device and describe how to interface it with an Arduino Uno board for measuring the surrounding temperature and pressure. We will also discuss about retrieving the sensor altitude from its pressure readings. Experiment setup Bosch …

Using BMP180 for temperature, pressure and altitude measurements using Arduino Read More »

Cat Detector (2)

Arduino Cat Detector SD Card Logger

I used: an Arduino Uno a Parallax PIR Motion Sensor and a Seeed Studio SD Card Shield Arduino, shield, sd card, logging shield, storage, logger Check out This instructable on PIRs in case you didn’t know what it is: http://www.instructables.com/id/PIR-Motion-Sensor-Tutorial/ Step 1: Connect your PIR Sensor Hook up the PIR Sensor  Ground pin to Ground VCC pin to …

Arduino Cat Detector SD Card Logger Read More »

Programming an ATtiny w Arduino 2 (1)

Programming an ATtiny w/ Arduino 1.0

This tutorial shows you how to program an ATtiny45, ATtiny85, ATtiny44 or ATtiny84 microcontroller using the Arduino software. These are small, cheap ($2-3) microcontrollers that are convenient for running simple programs. The ATtiny45 and ATtiny85 have eight legs and are almost identical, except that the ATtiny85 has twice the memory of the ATtiny45 and can …

Programming an ATtiny w/ Arduino 1.0 Read More »