Skip to content

ICantMakeThings/Nicenano-NRF52-Supermini-PlatformIO-Support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Add NICENANO / NRF52 SUPERMINI to PlatformIO

image (I will change SPI some day bc its in the way of the only 3 pins with ADC, my mistake. or go to the config variant.h and change it urself)

INSTALL

  • Download ZIP

  • Unzip

    image

  • Go to the downloaded .platformio and where .platformio is installed in another file manager window

image

  • Drag and drop the downloaded .platformio NEXT TO where your real .platformio is. (NOT INTO)

image

  • merge

image

  • make sure to check the "Apply this action to all files and folders"

What about if theres a update? delete the files and do the same, youll manage.

USAGE

This'll work with any one of thoes aliexpress nrf52840 devkits. they have silkscreens of like, 102 for eg, which corresponds to the physical pin P1.02. In firmware you define it as PIN_102 eg. digitalWrite(PIN_102, HIGH); I think thats easy enough... Works with bluefruit and and all the fun lib's!

Extra info

I didnt do a pull req or anything bc it'd require making 2 pull requests in 2 diferent repo's which.. idk wouldent work i think. plus idk how to. If you wanna do a pull req or add it into platformio then go right ahead. ik thisll help at least 1 person.

SPI P0.02 (SCK), P0.29 (MOSI), P0.31 (MISO)

I2C P1.01 (SCL), P1.02 (SDA)

Serial1 P0.06 (TX) P0.08 (RX) Serial1.begin(9600);

Releases

No releases published

Packages

No packages published