MIT's flyfire is a micro helicopters equipped with color LEDs inside, when many flyfires flying together, they can form different images up in the sky. The concept is so cool! Here is the concept video:
My friend, Dandy, opened a DIY Hobby store in Philippines! He is selling 8051 starter kit, home automation kit and also satellite DIY kit. Recently, also start selling ARM9 (S3C2440) based development platform "FriendlyARM". The basic kit comes with 3.5" LCD, with 400MHz ARM9, which is capable of running Linux and also Android! Check out some photos here:
You can see the FriendlyARM with 7" LCD in this photo, it is really cool! Once installed the Android, you can open the WebKit browser and surf the net with Wifi.
Getting a decent projector may be very expensive, with limited budget, how about consider to make one yourself? Found an article about making LED projector in Instructables, it is awesome. Take a look:
I always want to build a robot that play MIDI on real instrument. Recently, I discovered the "Meet Marv" project is what I want. Marv is a MIDI Actuated Robotic Vibraphone, which can play MIDI file, it is used for future research on musical automation (cool!).
Just want to share with you all about my latest work for the Valentines'Day 2010. This year, I would like to try something new, I made a church & wedding model for her. I get all the components or models from tomytec, a japanese company made 1:150 scale plastic model like house, church, car etc. I bought a church, tree, flowers and also people models, and start to arrange them in place. I found some photographs of church online, so the arrangement should look real. Most importantly, I added LEDs inside the church, with the USB power +5V, the model look even better at night:) Lets take a look of the photo & video. "Happy Valentines Day" all of you!
Valentines' day is coming, since you are reading my blog, I am sure that you are geek like me:) One project caught my attention recently, it is easy to make one yourself especially the deadline is coming! The project is LED people, 2 LEDs blink when touching each other, sounds fun. Check the demo video here:
When I was still in the University learning basic electronics and circuit designs, we have to do many calculations on paper. It is hard to imagine how the current flow in the reality. Nowadays, there is a good simulator online which is free and powerful, it is pretty promising to me. You can take a look here: http://www.falstad.com/circuit/
Also, there is a free, powerful JTAG tool for Windows & Linux called "Openocd". It supports ARM7 (ARM7TDMI and ARM720t), ARM9 (ARM920T, ARM922T, ARM926EJ–S, ARM966E–S), XScale (PXA25x, IXP42x) and Cortex-M3 (Stellaris LM3 and ST STM32). You can use it with different JTAG dongles as well. Definitely nice to try it out.
Instead flashing new program to your arduino internal flash storage, you can now copy the application binary to the SD card and run on the arduino. With the help of Pyxis OS, you will turn your arduino to be a PDA like system. You can have advanced graphics APIs and also run applications from SD card. The biggest problem is that you only allow to write the application in the Pyxis OS specific programming language:( But it is still cool.
In their website, they provide a free PFAT implementation for turning the EEPROM to a file system in AVR. it is free:)