Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,11 @@ Click to enlarge:
Click to enlarge:

<img src="https://i.imgur.com/gQv8sv6.jpg" width="400">


### ATMEGA4808 megaAVR Mini Dev. Board
[The ATMEGA4808 megaAVR Mini Dev. Board](https://www.electrodragon.com/product/atmega4808-megaavr-mini-dev-board-arduino-compatible/) uses the ATmega4808 in a 32 pin package. *32 pin standard* is the correct pinout for this board. Note that the UART2 is connected to a CH340K chip in an alternative pinout. This means you'll have to use `Serial2.begin(baud)` to print to the serial monitor and use `Serial2.swap(1)` to change to the alternative pins. The board was designd to run with MegaCoreX. For more information about this board please refer to Electrodragons product-page. As customer you'll get access to the internal wiki, where are more information e.g. the schematic.

Click to enlarge:

<img src="https://s5.electrodragon.com/wp-content/uploads/2020/11/ED-m4808-1024x749.png" width="400">