Hi!
I want to implement at BLE switch(PTM215B) to a nRF52 DK, The switch sends advertise messages with switch status data. So i want to create a simple central that scans for the switch. I just copied the ble_blinky central from the SDK V.15 exampels as a start but i dont think i need to use all that code so i need some help to get started.
Is the ble_blinky central the best example to start from or is it easier to start for scratch?
Which are most important part to creat a program like this?
Thanks in advance!