(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)
-
Download ZIP
-
Unzip
-
Go to the downloaded .platformio and where .platformio is installed in another file manager window
- Drag and drop the downloaded .platformio NEXT TO where your real .platformio is. (NOT INTO)
- merge
- 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.
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!
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);