Arduino

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!

Arduino sketch programs its peers

George wrote up an Arduino sketch that can detect and program other Arduinos connected through serial. He demonstrates the functionality above by writing a sort of serial-synchronized version of the well-known “Blink” sketch – It is an implementation of the STK500 protocol within an Arduino sketch. STK500 is used by avrdude and the Arduino IDE […]

3rd annual Libelium Arduino contest

Check out the launch of the 3rd annual Libelium Arduino contest! For the third consecutive year, Libelium organizes the Arduino Open Hardware Contest in order to award the best ideas and projects made with Arduino. After the previous editions, this year we have decided to create just one category: “Amazing Arduino”. We are looking for […]

How-To: Flock clock

Instructables user mrigsby writes: The Flock Clock uses male and female drinking birds to display time. Binary addition of the female birds (left to right) yields the hour. Binary addition of the male birds (multiplied by five) yields the minute–within five minutes. An Arduino processor provides the signals needed to drive Peltier cells which heat […]