Minimal ATmega4809 on a Breadboard

Minimal ATmega4809 on a Breadboard

David Johnson-Davies published a new project on his personal blog. He shows us how to build a minimal microcontroller on a breadboard based on the ATmega4809, the microprocessor used in the latest AVR-based Arduino boards. It includes a USB-to-serial converter so you can connect it to your computer’s USB port and program it from the Arduino IDE. He writes:

Arduino’s successors to their classic Arduino Uno board are the Arduino Nano Every [1] and the Arduino Uno WiFi Rev2 [2]. These are based on the ATmega4809 [3], one of Microchip’s AVR processors from their new 0-series ATmega range. As well as having more program memory and RAM than the Arduino Uno’s ATmega328P, the ATmega4809 has some interesting new features, including a 20MHz clock, an event system, and configurable custom logic.

One of the attractions of the old ATmega328P was that it was available in a DIP package, making it ideal for prototyping. Microchip’s latest range of AVR processors aren’t available in DIP packages, with one exception: the ATmega4809 [4]. Coupled with their MCP2221 USB-to-serial chip, which is also available in a DIP package [5], you can make a complete microcontroller on a breadboard that connects straight to a USB port, and can be programmed from the Arduino IDE just like other Arduino boards.

Although you can program an ATmega4809 chip directly, via UPDI, for developing programs it’s much more convenient to install a bootloader, and then program via the serial interface. This has the added benefit that you can use the Arduino Serial Monitor for reading input and printing out values while debugging.

I describe two alternatives here; using an FTDI USB-to-serial converter board, and using an MCP2221A USB-to-serial chip.

Minimal ATmega4809 on a Breadboard – [Link]

Please follow and like us:
Pin Share
About mixos

Mike is the founder and editor of Electronics-Lab.com, an electronics engineering community/news and project sharing platform. He studied Electronics and Physics and enjoys everything that has moving electrons and fun. His interests lying on solar cells, microcontrollers and switchmode power supplies. Feel free to reach him for feedback, random tips or just to say hello :-)

view all posts by admin
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
Get new posts by email:
Get new posts by email:

Join 97,426 other subscribers

Archives