What I’ve been working on

Lately I’ve gotten interested in embedded devices. Starting with an Arduino Uno and a Sparkfun starter kit, I am designing an electronic level.

Arduino uses an ATMega microcontroller and a bootloader. Then using their free IDE, you write your program in C++. Upload it through USB and watch what happens! You can read input from a variety of sensors and transmit that input. Or use the input to do something.

I have my circuits designed and functioning. Next up is etching a prototype pcb and testing.