The Ubuntu Linux distribution has been ported to the cheapest and most portable platform yet: An Atmel ATmega microcontroller. Boasting a 20MHz 8-bit AVR processor, 128KB of flash storage and a ...
Since you lacked the USB interface in your own Arduino board, it becomes necessary to use a homemade/ready-made USB to Serial Converter Module as an efficient and economical solution. Inexpensive and ...
Making an Arduino shield can be simpler than you think. This time I designed one to program Attiny and Atmega ...
Your desktop has two, four, or even eight cores, but when’s the last time you’ve seen a multicore homebrew computer? [Jack] did just that, constructing the DUO Mega, a 16 core computer out of a ...
There are cheap LCDs available from China, and when plugged into an Arduino, these displays serve as useful interfaces or even shinier baubles for your latest project. [Michael] picked up a few of ...
The Meridian Nixie Clock is based on an ATMega microcontroller and combines programmable temperature and light sensors with vintage IN-14 and IN-16 lamp bulbs. It can be used as a clock, calendar, or ...
An in-depth look at the 8-bit AVR architecture found in ATtiny and ATmega microcontrollers, mainly from a software and programming point of view. Explore the AVR architecture using C and assembly ...
There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you ...