-
In Arduino IDE, Open File->Preferences
-
Copy following URL in 'Additional Boards Manager URLs': https://noobtronics.github.io/SmartCore/package_noobtronics_SmartCore_index.json
-
Make sure you have tick marked the 'compilation' and 'upload' in 'Show verbose output during' setting
-
Click OK. Then open Boards Manager from Tools -> Board -> Boards Manager
-
You should see 'SmartCore' library by noobtronics in the end of Boards Manager windows like below. If you don't something is wrong with your setup. Try reinstalling Arduino IDE to fix the issue or contact us.
-
You also need to install AVR Boards Libray by Arduino. Look at the top in Boards Manager
-
Close Boards Manager and check if Noobtronics boards are coming in the boards list
- If your board manager is not working as expected, you can install SmartCore library manually. Download the library from here - https://github.com/noobtronics/SmartCore/archive/master.zip
- Extract the Zip File. Copy the SmartCore folder in hardware directory of Arduino IDE Folder. eg. Arduino IDE Path is -
C:\Program Files (x86)\Arduino
You should copy SmartCore folder so that directory structure is as follows:
C:\Program Files (x86)\Arduino\hardware\SmartCore\avr\boards.txt
- Start / Restart IDE and you should see SmartCore boards in the Boards List.
- Credit of ATMega328PB library goes to MCUdude's MiniCore package - https://github.com/MCUdude/MiniCore