Learn to monitor and control your home & environment with self contained, inter-communicating microprocessors. Arduino / Raspberry Pi DAQ and IOT Applications include ham radio, robotics, weather stations, model railroading, toys and more. - KK4HFJ
Saturday, August 14, 2010
Great Arduino Tutorial Download
The folks at Earthshine Electronics have produced a great Arduino tutorial. It's full of schematics, program code, and build instructions with clear diagrams. I recommend you download it at http://www.earthshineelectronics.com/files/ASKManualRev4.pdf
The Arduino Breathalyzer
Why you would want to build your own breathalyzer? Well, everyone has their own reasons I guess. For us, it's enough to know it can be done. It's not precise, but will give you comparison values ("I'm drunker than you are". "No, I'm drunker"). I don't recommend this as a reason for drinking games, but it is an interesting application of technology.
http://www.danielandrade.net/2010/03/07/building-an-breathalyzer-with-mq-3-and-arduino/
http://www.danielandrade.net/2010/03/07/building-an-breathalyzer-with-mq-3-and-arduino/
Internet NTP Time Clock
Want to know what the official time is? Setup this Arduino clock, plug it into your dsl/cable router, and always have the exact time. It uses the Internet NTP protocol to get the current date and time, and display it on a LCD. Sounds pretty simple, right?
http://tuxgraphics.org/electronics/200710/avr-ntp-clock.shtml
Find more cool projects with:
http://tuxgraphics.org/electronics/200710/avr-ntp-clock.shtml
Find more cool projects with:
Friday, August 13, 2010
Internet/network enable your arduino on the cheap
An inexpensive arduino chip with onboard ethernet for connecting to the network, other computers, and the world.
A credit card sized Ethernet Arduino compatable controller board - More DIY How To Projects
A credit card sized Ethernet Arduino compatable controller board - More DIY How To Projects
The LCD for our HVAC Thermostat
The LCD for our HVAC Thermostat is on it's way. It's a very cool looking 16x2 with black letters on orange background. At less than $10 delivered, it's a great deal.
http://cgi.ebay.com/LCD1602-Black-word-Orange-light-arm7-arm9-arduino-/270607047221?pt=LH_DefaultDomain_0
http://cgi.ebay.com/LCD1602-Black-word-Orange-light-arm7-arm9-arduino-/270607047221?pt=LH_DefaultDomain_0
Thursday, August 12, 2010
Connect Your Arduino to the World
With an Ethernet Shield, the Arduino can talk to other computers around it, and those around the world.
http://arduino.cc/en/Guide/ArduinoEthernetShield\
http://www.hacktronics.com/Arduino/Arduino-Ethernet-Shield/flypage.tpl.html?pop=0
http://arduino.cc/en/Guide/ArduinoEthernetShield\
http://www.hacktronics.com/Arduino/Arduino-Ethernet-Shield/flypage.tpl.html?pop=0
The Arduino and the LCD Display
Your Arduino has things to tell you. One of the easiest ways to let it communicate is to attach a character LCD. These LCD modules are a lot of fun, however they can be tricky to get working right. Many a hacker has spent hours trying to get one working, only to suffer through frustration and humiliation. Hacktronics is here to help. Our LCD HackPack, along with this tutorial, has everything you need to get an LCD working quickly with your Arduino. An LCD module connected to your Arduino can be a great debugging tool for your program. The LCD modules covered here are based on the very popular HD44780 controller.
http://www.hacktronics.com/Tutorials/arduino-character-lcd-tutorial.html
http://www.hacktronics.com/Tutorials/arduino-character-lcd-tutorial.html
Wednesday, August 11, 2010
Assemble your own Arduino Duemilanove - The Kit
For $25 (Free shipping) you can get a complete Arduino kit. Yep, it's a bare board with all the parts, you assemble. Bring back memories of Heath Kit projects.
http://cgi.ebay.com/Arduino-Duemilanove-Atmega328-full-component-Kits-/280516056150?pt=LH_DefaultDomain_0
http://cgi.ebay.com/Arduino-Duemilanove-Atmega328-full-component-Kits-/280516056150?pt=LH_DefaultDomain_0
Arduino Motion Detector Using Parallax Passive Infrared Motion Sensor
Looking to detect motion with your Arduino? Great for security or robotics apps. There are some neat projects including temperature sensing, exhaust gas analyzers, and more at http://www.pdqweb.net/arduino-motion-detector/
Tuesday, August 10, 2010
Arduino based contact-less tachometer
If you need a way to detect the speed of a rotating device, a tachometer is the way to do it. If you can't add slots and a hall sensor, a simple contactless IR sensor and reflective tape may be just the ticket. See http://www.embedds.com/building-a-contactless-tachometer/ for more info.
The Robot Pet
Back around 1980 or so, I bought a book on how to make a robot pet
. It would let you know when it was hungry (low batteries), follow you around, and avoid obstacles (ultrasonics). Well, microcontrollers have come a long way, and the ability to imitate life has improved greatly. Check out this example of a modern robotic "dog":
http://feilipu.posterous.com/?sort=&search=dogbot
http://feilipu.posterous.com/?sort=&search=dogbot
Monday, August 9, 2010
Top 40 Arduino projects of the Web
Hack N Mod scoured the internet for the best Arduino based microcontroller projects. The list and variety is extensive, and there's something there to appeal to everyone. If you don't build something on this list, it's bound to give you ideas for your own projects. Let us know what you build!
http://hacknmod.com/hack/top-40-arduino-projects-of-the-web/
http://hacknmod.com/hack/top-40-arduino-projects-of-the-web/
Solar powered Arduino (and cellphone) Redux

DFRobotShop Rover Now Available at RobotShop.com

RobotShop Distribution Inc. announces the new DFRobotShop Rover is in stock and ready to ship. The DFRobotShop Rover was a joint project between DFRobot and RobotShop to create a low cost Arduino-based and shield compatible tracked platform.
The Arduino microcontroller has been around for many years and is exponentially increasing in popularity because of its straightforward design, features, price and ease of use. RobotShop had been selling the Arduino microcontroller for many years, but had not seen a commercial mobile robot that incorporated it into its design. In 2008, RobotShop released the “RobotShop Rover”, also a tracked platform kit, which included a standard Arduino Duemilanove microcontroller. The DFRobotShop Rover continues this trend by including all the features of a standard Arduino Duemilanove with the parts essential to creating a tracked robot into a minimalist design.
http://mfrtech.com/articles/3727.html
http://www.dfrobot.com/
http://www.robotshop.com/
Sunday, August 8, 2010
The $10 Minimalist Arduino
The Arduino is already inexpensive ($20-$40), but the basics can be implemented for less than $10 if necessary:
Here is a recipe for using the atmega168 as a standalone Arduino. It uses the internal oscillator of the Arduino running at 8mhz, and is powered at 3.3 volts.
http://hcgilje.wordpress.com/resources/arduino-standalone/
http://sustburbia.blogspot.com/2010/08/diy-arduinos.html
Here is a recipe for using the atmega168 as a standalone Arduino. It uses the internal oscillator of the Arduino running at 8mhz, and is powered at 3.3 volts.
http://hcgilje.wordpress.com/resources/arduino-standalone/
http://sustburbia.blogspot.com/2010/08/diy-arduinos.html
Arduino All-in-One Getting Started Guide
An all-in-one tutorial to getting started with the Arduino open-source electronics prototyping platform. This guide is meant for the beginner but should be also be useful to you if you already tinker with electronics but want to get started with the Arduino.
Arduino All-in-One Getting Started Guide - More DIY How To Projects
Arduino All-in-One Getting Started Guide - More DIY How To Projects
Subscribe to:
Posts (Atom)