JUN30
Link dump 6.30.2010

Open source Swarm Robot project
Simple design, open source, motion by pager motors. Kits soon available for your own robot army.

LED Pocketwatch
The coolest watch ever. Built around PIC16F946 microcontroller with lots of LEDs and features. Last year's news but still excellent!

Cosmic Ray Muon Detector
DIY Cosmic Ray Muon Detector with Geiger–Müller Tubes for the astrologist in you.
JUN29
On-board scooter computer
If you think that modding your scooter or a motorcycle with a simple battery indicator is cool, well, think again.
Whether you have a scooter or a motorcycle this add-on is a real treat. It is an on-board computer with color LCD touch-screen and lots of features: battery voltage indicator, time and date, temperature, lean gauge, current speed, max speed indicator, odometer, 2 trip meters, latitude and longitude readouts, compass heading readout and GSM/GPRS quad-band cellular module. It is all based on Arduino (ATmega168/328) microcontroller.
Source: Kurt
JUN9
Smart scooter battery charger
Scooter battery problems, anyone?
This smart charger automatically starts the charging procedure when battery voltage drops below a certain predefined value and stops after the voltage has risen above the maximum allowed value. Setup can't be easier, just connect two alligator clips to battery terminals and plug the device in mains. This way it can stay connected for months and the battery will never overcharge. This comes very very handy when you have a scooter or a real motorcycle that you don't drive during the winter time.
Because we all know what happens to a battery when not used and especially during the winter.
Source: Elektronika-Forum
JUN4
IR tracking robot
Here is the latest creation found on Let's Make Robots and it is very very cool. It is an object following robot that follows you around the room.
Realization is on PICAXE microcontroller and it uses servo motor to turn the "head" or the "eye" towards the detected object. The "eye" has lots of transmitting IR LEDs and 4 pairs of receiving IR photo-transistors. The photo-transistors are connected to microcontroller's A/D converters for measurement of level of the reflected IR light.
Make sure you check the video of it in action!
Source: OddBot, Lets Make Robots
JUN1
PhorseCode POV gadget
POV, again, is nothing new or revolutionary in display technology. This one is interesting because of a few things; it is very small - you can build it with SMD parts on a very very small PCB and power it with a 3V button cell battery; and it is programmable on the site with a single button input method.
It is built on Atmel ATTINY25 and it uses 3 data lines to control 6 LEDs. Now, this single button uses a strange code similar to Morse-code and it is named PhorseCode.
Source: Julian Skidmore
MAY24
Beginner Project: Two Tone Siren
Siren is a very straightforward device but for beginners it is an excellent starting point since it directly interacts with real world via sound and is a great morale booster for next, more advanced projects that shall come.
Consisting of a very low part-count it can also be built on breadboard. This siren in particular uses two NE555 timers which can be replaced with just one NE556 - if you can get your hands on one. It is also called "Sweeping Output Siren" as seen elsewhere.
Source: sindja1204
MAY17
Hardware random number generator on USB
This is one cool source of true randomness.
Device featuring a real sand timer, servo rotating mechanism, optical beam for detecting randomness of sand particles falling through (but not sand droppings) is a really cool device for generating random numbers. Anyway, I will not get into the discussion of how random results of this random generator are, just watch the video after the break and check out the results at the project page (the source) link below the video.
Source: A. Peter Allan
MAY12
LCD tutorial with Atmel
This is a two-part tutorial on how to run character LCD display on Atmel ATmega8 microcontroller.
Display is HD44780 driver based and both methods of using it: 4-bit and 8-bit interface are covered in this tutorial. Any other microcontroller of mega series can be used and the firmware is based on alank2's C LCD library.
Source: Daniel F Garcia
