News

We love looking at hardcore electronics projects with a beefy microcontroller and hundreds, if not thousands, of lines of code at its center. But everyone needs to get there somehow. This tutorial … ...
Here you can learn many more interesting and useful about USB bootloaders for AVR microcontrollers. In practice, one of the most proper microcontroller programming method is using a bootloader program ...
Wouldn’t it be nice if there was an AVR microcontroller with USB device support built in so you would not need a separate programmer or serial link? Well in fact there are quite a few of them… ...
The AVR Libc documentation is a good place to start for information on programming AVRs in Assembly, C and C++. The Hello World program of the microcontroller universe is the classic flashing LEDs.
You know the basics about how the chip is clocked. Every microcontroller chip uses a clock, which keeps track of time for the chip, in general one ...
Microchip has created an AVR microcontroller series with 12Mbit/s USB 2.0 and code protection. “As the next generation of Microchip 8-bit MCUs to integrate USB connectivity, the AVR DU family is ...
When students at Cornell University wanted to play Human Tetris (and ace a final project to boot), they taught a 20Mhz, 8-bit microcontroller how to follow their moves.