-
Hi
I am pretty new to this but I am trying to burn a Bootloader to a 328PB
I have wired up the minimal circuit prescribed using a breadboard and a SA663 adapter and checked - it looks good.
Onl…
-
Hi Brian
Just noticed that Eagle showed 3* missing libraries of which 2 were automatically downloaded but it still shows your pepin library as missing.
Regards
Chris
PS: Considering to build you…
-
While trying to add support for the atmega328pb in avr-device I ran across a problem with parsing the atdf file for the device.
The parser paniced at https://github.com/Rahix/atdf2svd/blob/master/s…
-
### Board
* [ X] Arduino ATmega328* board (UNO, Nano)
### Protocol
* [X ] NEC
- [x] The latest [release](https://github.com/z3t0/Arduino-IRremote/releases/latest) is used
I have a system th…
-
I would like to set my 328 into these fuses: low 0x82 high: 0xD9 extended 0xff
This gives mne an internal 8 Mhz clock, that is remapped to to also clock output! With that I can use a lot of other h…
-
After flashing a few dozen Mega2560 I stumbled on duplicate serial numbers.
-
Hi all,
i set up the platformio.ini as follows:
`[env:atmega328pb]
platform = atmelavr
board = atmega328pb
upload_protocol = usbtiny
`
I want to develop on C/C++ level the ATMEGA328p directly…
-
You can add GCC support by following the method shown here:
https://gist.github.com/goncalor/51e1c8038cc058b4379552477255b4e1
This guide is for the atmega328pb, but I used a similar method to add …
-
I've before worked with this RTC with the ATmega328P and it worked great. Now I've build a board around the new ATmega328PB, using the MiniCore, and I'm running into some weird problems.
First I fo…
-
For PlatformIO, the board_upload.speed for the 8 MHz external crystal seem to be 38400 instead of the described 57600.
MiniCore Bootloader (v 2.0.3) flashed by Arduino IDE with Clock set as "8 MHz ex…