Projects

An animation inside a water drop by Physalia

An animation inside a water drop by Physalia

2000 pictures compose this piece- that is, 2000 perfect different water drops into which we mapped an animation. Droplets that behave and look strangely similar at the stage of less entropy, and become more disorderly as they splash. The final result of the piece you have seen has absolutely no CGI, and was shot in […]

Arduino Alphabet

Arduino Alphabet

This project is very interesting because it shows the sequence of all letters of our English alphabet. That is, the project generates capital letters from the A to the Z based on Arduino code and showed by an alphanumeric display.  I’m using a common cathode alphanumeric display and an Arduino Uno in order to constructing […]

Arduino based 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 […]

Hear your plant make music Ethernet version

Hear your plant make music! – Ethernet version

This walk-through will show you how to build a sensor to monitor your plant’s environment and use Stats in Sound’s ERC-20 app to turn this data into music, allowing you to listen to your plant’s reaction to it’s environment.  For more information on this project, please visit www.statsinsound.org.uk. Below is a sample of music generated […]

Autonomous drone that you already have in your pocket

Autonomous drone that you already have in your pocket!

In this tutorial i want to learn you something, maybe change your mind. And make autonomous drones available for everyone. Simple question is: What do you need to make your drone autonomous? . Answer: – GPS – Accelerometer – Gyroscope – Telemetry wireless system – Camera – Some better micro processor Its expensive right? Real […]

TiltKey Write by Tilting

TiltKey- Write by Tilting

The TiltKey is a keyboard input device based on tilting. Based on the angle that it is tilted at, and the direction it is tilted in, you can write every letter of the alphabet, every number, and every symbol found on a standard US keyboard. Operation is very simple; the LCD display shows the letter […]

Gesture controlled robot using Arduino

Gesture controlled robot using Arduino

This gesture controlled robot uses Arduino,ADXL335 accelerometer and RF transmitter-receiver pair. We will divide the entire robot into 3 parts the transmitter,the receiver and the robot. The different gestures that have been mapped to the direction of the bot are- Hand parallel to the ground-stationary Hand tilted forward-forward Hand tilted backward-backward Hand tilted right-right Hand […]

Fading with Arduino circuit

Fading an LED off and on using Arduino

Demonstrates the use of the analogWrite() function in fading an LED off and on. AnalogWrite uses pulse width modulation (PWM), turning a digital pin on and off very quickly, to create a fading effect. Circuit Connect the anode (the longer, positive leg) of your LED to digital output pin 9 on your Arduino through a 220-ohm resistor. Connect the cathode (the shorter, negative leg) […]

Computer controlled RC car with two Arduinos

Computer controlled RC car with two Arduinos

Required Parts: This project requires two Arduino boards which can be bought from http://www.adafruit.com/category/17 This project uses two Arduino Uno compatible boards. An L293D or other Dual H-Bridge Motor Driver chip will be needed to drive the motors of the RC car. This can be found here: http://www.adafruit.com/products/807 Finally, this project requires the RF transmitter […]

Scroll to Top