Hi everyone, I have been using for a while the Adafruit nRF52 Feather board, programming BLE related apps using the Arduino IDE using the Bluefruit library for BLE.
I wanted to implement the same kind of solutions in a custom board, using the same module on the Feather, the MDBT42-Q which embed the nRF52832.
I am using a Nordic nrf52 DK to upload the code and using SWD programming I have been able to upload a blink app to the module, using the Arduino IDE, uploading soft device and Bootloader (I tried both the latest version downloadable on the Nordic website and the one provided by Adafruit) using the Nordic nrfgo Studio to do so. When I try to upload any BLE related app I am not able to upload the code. I have been trying both using the Arduino IDE and the Nordic platform, I wanted to ask you if anyone has managed to program BLE apps using Arduino language (Arduino IDE or platformio), and in case with which library, or if the only solution is using the Nordic SDK or if there is any solution at all.
Thank you in advance to all of you. Best
~Gu