Projects

ArduSensor Fun Pack

ArduSensor Fun Pack Plug-In-Play Sensors For Arduino

ArduSensors are open source plug-in-play sensors for Arduino.  These were originally made for beginners to get started with Arduino, a very cool electronics prototyping platform, but anyone can use them.  I still play around with them all of the time, and I bet a ton of people that are experienced with electronics still love them.

ArduSensor Fun Pack Plug-In-Play Sensors For Arduino Continue Reading

TiDiGino the Arduino based GSM remote control

TiDiGino, the Arduino-based GSM remote control

Using an ATmega 2560 and therefore the heart of Arduino, we have developed a universal remote control with GSM. This allows  to control 2IN/2OUT, DTMF key, gate control and GSM thermostat activated remotely. We have already presented several remote control with different functions. But now we want to present the best remote control ever made

TiDiGino, the Arduino-based GSM remote control Continue Reading

Parking your car with an Arduino

UltraSonic Arduino Video instructions How To – Parking your car with an Arduino

How To – Parking your car with an Arduino Code: // Back up Helper, by Kevin Darrah v4 #include <SoftwareSerial.h>// to read the data fron the range finder on any digital pin SoftwareSerial sonar(5, 6); // RX, TX //we’re only using the RX pin (5), so who cares about the TX pin int huns, tens,

UltraSonic Arduino Video instructions How To – Parking your car with an Arduino Continue Reading

Scroll to Top