Development
program, tools, coding, scripts, perl, java, php, script
development
HOW TO - PC Parallel port interfacing
David writes -
"Using the parallel port is often easier to work with then a microcontroller. I find that testing code on the PC can be much easier then going straight to the firmware as the developer tools for the PC platform are better. This is especially true when working with a new device such as a graphic LCD. Once you get your code working through the PC printer port, then you can easily port the code and what you have learned into the firmware." [via] - Link.
[Read this article] [Comment on this article]
DIY Projects
[SHOW]
Neuroti-Kart - Homemade electric cart
Wires99 writes -
"This is the Neuroti-Kart. (PsychoKart was taken) Homemade electric go-Kart. Design goals: electric powered, quiet, fast, capable of doing donuts in my street. Home run! " Thanks Gnomic! - Link.
Powered by 4 12 volt car batteries and the frame was made from Home Depot gas pipes... Nice work.
[Read this article] [Comment on this article]
Transportation
[SHOW]
A single-digit Nixie clock
A little follow up on the single Nixie Tube clock we posted, here´s another version sent in from Amanda that RSW made -
"A while ago I found a Burroughs B-5853 Nixie tube kicking around in the lab and decided that I should put it to good use. Since I only had one of this size, I wanted to make a single-digit display out of it. After I saw Jason Harper´s Nixie clock gallery, I decided that one digit really could make a cool clock.
To add to the excitement, I wanted to be able to PWM the display, allowing smooth fading and ultra sexiness (you know, for the ladies :-P) and allow for further expansion, perhaps via a computer interface. For these reasons, I chose the Microchip PIC16F628 microcontroller, which has an on-board USART and does hardware PWM on one pin. Moreover, I´m already quite experienced making crap with the 16F628, including another clock..." - Link.