Archive for the ‘Tutorials’ Category
Thursday, July 8th, 2010 |
In the process of jumping onto the ARM bandwagon, I found a neat tutorial by [J]im Lynch, who has written a highly comprehensive tutorial on how to combine various opensource tools to create an ARM toolchain. He also details what goes on behind each tool right from the hardware level to the software layer. This is a highly recommended read for those interested in using the open source tools for their project including Eclipse, OpenOCD and Yagarto tools. He also gives detailed examples with screen shots on how to setup the following JTAGs – Wiggler, ARM-USB-OCD, JTAGKey, SAM-ICE.
Posted in Microcontrollers, Tutorials | 1 Comment »
Saturday, March 7th, 2009 |
With all the nice hacks on digital picture frames scattered around the web, I decided to put them all in one place for reference. Due thanks to all the hackers out there who put their work out for everyone to see. It’s the joy in reverse engineering. For some of the hacks I’ve included a [...]
Posted in Hackable Toys, Tutorials, hacks | 25 Comments »
Saturday, February 14th, 2009 |
As promised, after taking apart the ATV-360 Spy Video here, this is a follow-up on taking apart the Head Mounted Display[HUD]. The HUD has some very interesting DIY parts and ideas which you can try out. Maybe a cool wearable. The details on all the parts used are at the end of the post and [...]
Posted in Hackable Toys, Tutorials, hacks | 16 Comments »
Tuesday, February 10th, 2009 |
Things with LCDs are very interesting. I found a Hannah Montana Digital Photocube on sale and decided to look what’s inside it. Good for a day of hacking :) First a description: Storage capacity: 8 M bit (Up to 70 photos) Resolution: 128×128 dpi Display: 1.5-inch color LCD Supported File Format: JPG (JPEG),BMP, GIF, PNG, [...]
Posted in Hackable Toys, Tutorials, hacks | 10 Comments »
Sunday, February 1st, 2009 |
I finally took apart the Spy Video which I got for a very good deal. I wanted to see if it would serve as a good platform for a robot and if the drive system could be upgraded. The most difficult part was taking apart the wheel hubs. The interesting part in the hubs design [...]
Posted in Hackable Toys, Robots, Tutorials, hacks | 4 Comments »
Monday, January 12th, 2009 |
This note illustrates how to decode or parse incoming serial data with an example. Transmitting one byte serially to a microcontroller is simple.The easiest way to do this is to interrupt the controller when a byte arrives on the receive pin. There is no need to parse or separate data as whatever comes in, is [...]
Posted in Tutorials | No Comments »
Wednesday, December 31st, 2008 |
I finally get my hands on Analog Devices’ accelerometer- the ADXL202E. It’s small,very small. See what I mean! However there’s this problem, I usually work on PDIP packages and SMDs do give me a scare,not because I’ve never soldered them,but because I do not have the necessary equipment for it. So I decide to do [...]
Posted in Tutorials | 2 Comments »
Wednesday, December 31st, 2008 |
The Surveyor SRV-1 robots( the Philips LPC2378 version) have the ability to be programmed remotely via Maxstream Zigbee radios. The usual way to program the Surveyor SRV-1 is via the lpc21isp utility by issuing the command: lpc21isp.exe -hex srv1.hex com1 115200 14746 . To program the robot wirelessly, follow the steps: 1. Download the flash [...]
Posted in Microcontrollers, Robots, Tutorials | No Comments »
Wednesday, December 31st, 2008 |
You’ve seen robots run on two wheels ,walk on two legs and balance just like us humans.I bet you’ve wondered whats in them that makes them “not tip over. The device that enables this is a tiny teeny IMEM [aMicro Electro-Mechanical System] which can measure anything between ±1g to ±20g [some of the high g [...]
Posted in Tutorials | No Comments »
Wednesday, December 31st, 2008 |
Ever needed to measure temperature and display it? This project details measuring temperature using a temperature sensor ,an ADC and a Microcontroller PIC16f84a with schematics,codes and illustrations. You can also get the following kit, although not based on the pic, which would make your life easier for your future projects. This project was done fairly [...]
Posted in Microcontrollers, Tutorials | 21 Comments »