MightyCore
MiniCore
MightyCore | MiniCore | |
---|---|---|
5 | 8 | |
660 | 1,023 | |
0.9% | 1.1% | |
5.0 | 5.3 | |
3 months ago | 3 months ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MightyCore
-
Fast Led Multiple Colour Pallets in a State Machine
I am working on a project using the WSB2812B LED strip, with a ATmega644A using the MCUdude/MightyCore plug in (https://github.com/MCUdude/MightyCore). I am using Fastled 3.3.3 with Ardunio 1.8.13 on Windows 10 and is using code based off "ColourWavesWithPalettes" (https://gist.github.com/kriegsman/8281905786e8b2632aeb).
-
I need a push...ATMEGA1284P
However, what I ended up doing was using MightyCore as my AVR core instead of trying to use it outside of the Arduino IDE.
-
No hardware SPI pins defined (Help Please)
Morning I assumed that you've seen this issue? https://github.com/MCUdude/MightyCore/issues/235
-
I have a graduation project where I need to build an arduino board completely from scratch. We are asked to chose a microcontroller that was never been used on an arduino before just like the “Atmega 1284”. What do you guys think will it be hard, and if you have any advice
https://github.com/JChristensen/mini1284 https://github.com/MCUdude/MightyCore
-
Burning a bootloader to atmega32.
I made a DIY microcontroller featuring atmega32 16-au, and I'm trying to burn a bootloader to it using an Arduino UNO. I'm using MightyCore library and this is the schematic. I upload Arduino as ISP sketch to my Arduino, connect the atmega32, put a 22uF electrolytic capacitor between ground, and reset on Arduino and I get this error:
MiniCore
- Barebone ATmega328 project at 8Mhz
-
Arduino Uno Bootloader flash Issues
I used MiniCore with some help from this ARTICLE and was able to flash my uno but encountered some more problems
-
definitive guide on programming the SMD ATmega328 or ATmega32u4?
Once you buy the programmer, install the drivers on your computer. Your Arduino IDE will also need the correct "boards" installed to program all the different microcontrollers. This is done through the "Boards Manager." Use the MiniCore GitHub page to install the Atmega328.
- Having trouble communicating with a CP2102 IC on a custom board. Simplicity Studio says it is not recognised properly even though it does show up. Tried replacing drivers with Zadig, no change. Perhaps the schematic is wrong?
-
ATMEGA328 16MHz flash to 8MHz (without crsytal)
I meant MiniCore
-
ATMEGA328PB-MU TWI Issue
To be on the safe side you may want to install a 3rd party "Arduino core" specific for this chip, in case some pinouts or constants were changed compared to to earlier ATmega328 chips. Google gave me this: https://github.com/MCUdude/MiniCore ; others may exist.
-
Burning a bootloader onto an ATmega328p.
If you do want to use the Arduino libraries and Arduino IDE as normal you need to install MCDude's MiniCore which is an implementation of Arduino that lets you work directly with the chips (i.e. the "board" in the Arduino IDE is the chip directly). In the link above you can find amongst others install instructions and the maps of the chip pins to Arduino pins (which you need to know which microcontroller pin corresponds to which Arduino pin number when you do things like digitalWrite).
-
Running ATMEGA328P at 27mhz?
You'd need to create your own board definition as the default install only handles 16MHz. MCUdude's MiniCore core shows how this could be done: https://github.com/MCUdude/MiniCore
What are some alternatives?
ATtiny84-TinyCalibrator - OSC Calibrator and High-Voltage Fuse Resetter for 8-Pin ATtinys
eeprom-programmer - An Arduino Nano sketch and schematic for an Atmel 28cx programmer.
ServoEasing - Arduino library to enable smooth servo movement.
ErriezTTP229TouchKeypad - TTP229 touch sensitive keypad library for Arduino
MajorCore - An Arduino hardware package for ATmega8515 and ATmega162
Serial-Studio - Data visualization software for embedded devices and projects
Fast - Fast IO compatible with library making for Arduino.
Marlin - Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
mini1284 - A minimal breadboard-friendly design for the ATmega1284P MCU
FastAccelStepper - A high speed stepper library for Atmega 168/328p (nano), Atmega32u4, Atmega 2560, ESP32, ESP32S2, ESP32S3, ESP32C3, ESP32C6 and Atmel SAM Due