I designed my own NRF52832 based board. Now I want to start my arduino project but there are many options to start from. My Idea was to fork a repository and create my own board in that.
I found the following starting point's:
GitHub - h2zero/NimBLE-Arduino: A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x. with https://github.com/h2zero/n-able-Arduino
or
GitHub - sandeepmistry/arduino-nRF5: Arduino Core for Nordic Semiconductor nRF5 based boards
or
GitHub - adafruit/Adafruit_nRF52_Arduino: Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Question then is what would be the best one?