Serial communication with AVRs
Evil Mad Scientist Laboratories has a stellar article introducing you to serial communication with AVR microcontrollers. If you have a basic knowledge or Arduino and want to take it further, this is for you.
As the preeminent tool for makers, Arduino is a versatile platform that covers almost every type of creative making. With its simple-to-use coding language and fun programming concepts, Arduino enables users to create modern electronics with ease. From beginner level projects like flashing LED lights to more advanced builds such as interactive robots, there are an endless number of possibilities when it comes to building projects with Arduino. Whether you are new or an experienced builder in search of fresh ideas, these posts will provide interesting Arduino tutorials and unique ideas that may spark your creativity and motivate you take on any type of maker project!
Evil Mad Scientist Laboratories has a stellar article introducing you to serial communication with AVR microcontrollers. If you have a basic knowledge or Arduino and want to take it further, this is for you.
This is a really inexpensive way to program your Arduino. In fact, it’s a really cheap way to program any ATmega8 chip. However, there are a few drawbacks. It only works with Windows, and you can’t communicate back to the host computer for serial communications. Despite some of the drawbacks, I still like this solution […]
From the Arduino.cc forums, Bill writes – This is still a prototype but it’s functionally complete and works very well. It’s messy because I hacked up a generalized arduino proto-shield to mount it but there’s really not a lot to the hardware and now that it’s working I can refine it to something much smaller […]
Guillermo Iao sent us a link to this project where he recycled a hard drive case into a bottom and a top for an Arduino-based DAC (digital analog converter) used as a preamp. Reusing Hard Disk Parts for the Case
This is a really interesting solution to a relatively common problem of implementing a whole house intercom system. Keep in mind, many of today’s phones already have an intercom feature, but it isn’t nearly as satisfying to use as one based on an Arduino. You can really learn a lot about electronics and micro controllers […]
Chris Anderson demonstrates the systems of the BlimpDuino. The Blimpduino kit is a very low cost, open source, autonomous blimp kit. It consists of an Arduino-based blimp controller board with on-board infrared and ultrasonic sensors and an interface for an optional RC mode, a simple gondola with two vectoring (tilting) differential thrusters, and ground-based infrared […]
Just ran across this post on CiboMahto’s blog detailing how to control an inexpensive analog clock mechanism with an Arduino. The mechanical bit is quite simple. The clock functions in a similar fashion to a stepper motor, in the sense that you charge an electric coil to get the mechanical bit to move forward a […]