Hello everyone.
I use nRF52840 and Segger Embedded Studio.
This is my first MCU development.
Thanks to the SDK, I was able to use GPIO, twi, etc.
I am interested in BLE.
Ultimately, I want to create something that uses BLE to control the motor driver when the MCU receives a command from a smartphone.
First I saw "ble_ap_blinky".
I learned roughly about BLE, but I can't understand the relationship between them and code.
Which example should I refer to?
Best regards.