Month: September 2007

Salt water as fuel?

Salt water as fuel?

This is interesting, I wonder how much energy he needs to put in to get a burn, it might not be efficient, but sounds like fun (if it really works. Post your thoughts in the comments!) – For obvious reasons, scientists long have thought that salt water couldn’t be burned. So when an Erie man […]

PC keyboard to an AVR

PC keyboard to an AVR

Simonetta writes – A simple program demonstrating how to interface a standard PC keyboard to an AVR. In assembler for Tiny11 but adaptable to all AVRs. There are two routines. An interrupt routine that collects the bits sent from the keyboard into a byte, and the routine to parse these bytes into ASCII. PC keyboard […]