macOS :~/Documents/Arduino Linux :~/Arduino Windows:~/Documents/Arduino Create a folder namedhardware/adafruit, if it does not exist, and change directories to it Clone this repo & its submodules: git clone https://github.com/adafruit/Adafruit_nRF52_Arduino.git cd Adafruit_nRF52_Arduino git...
#ifdef ARDUINO_NRF52840_CIRCUITPLAY #define BTN_ACTIVE HIGH #else #define BTN_ACTIVE LOW #endif void setup() { pinMode(pinShutter, INPUT_PULLUP); Serial.begin(115200); #if CFG_DEBUG // Blocking wait for connection when debug mode is enabled via IDE while ( !Serial ) delay(10); //...
adafruit/Adafruit_nRF52_ArduinoPublic NotificationsYou must be signed in to change notification settings Fork507 Star637 Code Issues63 Pull requests13 Discussions Actions Projects Security Insights Additional navigation options New issue Open pbecchiopened this issueJul 23, 2018· 101 comments ...
I have been trying to create my own custom service BLEService remoteCommands = BLEService(0x1234); BLECharacteristic commandCode = BLECharacteristic(0x2345); I am following the example here: https://learn.adafruit.com/bluefruit-nrf52-fea...
Windows:~/Documents/Arduino Create a folder namedhardware/Adafruit, if it does not exist, and change directories to it Clone this repo:git clone git@github.com:adafruit/Adafruit_nRF52_Arduino.git Restart the Arduino IDE Once the BSP is installed, select 'Adafruit Bluefruit nRF52 Feather' from...