[Oomlout] has created an Arduino Experimentation Kit that uses basic sensors, buttons, and LEDs to teach electronics and programming. Printed overlays are secured on a breadboard, indicating components and connections. The Arduino is then used to drive the circuit. Examples include driving motors, using shift registers, and making beeps with a piezo element. These are backed up by explanations and code. The breadboarding kit is very similar to the classic 300-in-1 project kits marketed to beginners. In addition, all of the materials are released as open source. Kits are also available that include everything needed to create the circuits.
A friend recently commissioned us to install OSX on a netbook. We advised him to purchase the Dell Vostro A90. It’s essentially a rebadged Dell Mini 9, a model that has been discontinued, but is well suited for OSX. It’s only available with a 1.6GHz Atom processor, 1GB RAM, and 16GB SSD. Depending on what deals are available, it’s $250-$300. We also had him purchase a 2GB stick of RAM which is the upper limit supported by the BIOS. Read the rest of this entry »
The last of the Commodore 64′s shortcomings has been addressed; it finally has a Twitter client. [Johan Van den Brande] wrote BREADBOX64 for use on the C64/128. It’s running on top of the open source Contiki operating system. The hardware is an MMC Replay cartridge with an ethernet adapter. If you don’t have the hardware available, you can run it inside an emulator like VICE. Embedded below is a C128D running the program.
In the video above, [conquerearth] is using a theremin to control Super Mario Bros. Moving his hand toward and away from the vertical antenna increases the theremin’s pitch. The computer monitors this in real time and moves Mario left and right. The loop antenna controls the theremin’s volume and acts as the jump button. The controls seem to work well, much better than the sound of one man flailing at a theremin.
[Hazard] wanted a full color POV display for his bike wheel. Adafruit’s SpokePOV is single color and Monkeylectric’s original version didn’t display images. He also balked at the cost and decided to manufacture his own version. It uses 16 RGB LEDs on a single layer board he manufactured himself. It’s an entirely through-hole design to make assembly easy. It uses a hall effect sensor to synchronize the image display. The two main components are an ATmega328p microcontroller, which should make it Arduino compatible, and a TLC5940 PWM LED driver. It’s a very well documented build and certainly a good looking effect.
[Bill2009] has made some nice progress on a control panel for his motorcycle over at the arduino.cc forums. It can show speed, tachometer readings for the wheel and engine, as well as indicate the current gear. He reads the square wave coming off of his tachometer input and pulses from a reed switch mounted on the wheel to calculate all this. To top it all off he can monitor the data via a Bluetooth module attached to the board, which is much better than trying to balance a laptop on your knees while cruising down the highway. He is working on getting the size down so that he can mount the whole assembly inside of his motorcycle. He also plans to add new software features like wind resistance calculations and0 to 60mph timing.
The Camera Axe is an open source system for doing high speed camera triggering. You know all those pictures people get of balloons popping or drops of water in mid splash? This is how they do it. The system has light sensors and sound sensors to help get the timing just right. It can trigger your camera and the flash to capture images at just the right moment. There are a lot of picture examples on the site as well as a full schematic and parts list. Not too bad for roughly $100.
There aren’t many details, or really any at all here. This was just too fun not to post. Here are two cans strung together, just like when you were a kid. However, when you talk into one the sound is then converted and transmitted to the other via fiber optic cable. Looking at the pictures, it seems that it is only one way though.