MiniCore icon indicating copy to clipboard operation
MiniCore copied to clipboard

Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB

Results 45 MiniCore issues
Sort by recently updated
recently updated
newest added

I cannot understand how is it possible to NOT beingg able to RESET the atmega328 when pulling the RESET pin LOW. After burning the code using the above settings it...

I have made a couple of minimal configuration boards for ATmega328P with a 16mhz crystal, 15k reset pull-up and a filtering capacitor. Only when using the PB variant (with all...

The Wire library here seems to be missing the newish timeout features now present in https://github.com/arduino/ArduinoCore-avr that came with the latest v1.8.3 release there. These changes let I2C comms work...

Hi. I don't know exactly where the issue is but I would like a tip about this problem. I have a bunch of Arduino Nano clones with 328pb that I...

Running the bootloader with a 2MHz external resonator but i'm curious how this is setup in the boards.txt file. On my previous bootloader I would set the low fuse to...

Hi. If i understand correctly there is a possibility with the atmega328pb to wake up when i receive serial message. What i did is put `UCSR0D = 1

tried to burn this bootloader through usbasp success.. but uploading using serial port dont work. not in sync... using original works.. i was hoping this boot loader would solve the...

I have a project where I use Atmega328p MCUs. As these shortages step in, I buy what can be bought. Atmega328pb for instance... Here comes the problem. My bad as...

My project is trgeted for specific MCU configuration and can act werdly if configured incorrectly. There is a simple way to get MCU frequency for any core/MCU but i need...

Hello, I have a DS18B20 temperature sensor wired to PC2. I cannot make it work (not even detected) with onewire library. The hardware is ok, because using another compiler (Bascom)...