Hello I have seen ALOT of posts referencing to first build and run ble peripheral uart example and then from there that it will be easy to remove the uart from the functionality if so desired but I cannot seem to get this to work.
I have tried many different approaches over the past few weeks and no matter what I do I cannot get an app up and running that allows me to use my PCB as peripheral that automatically sends a buffer of data (a bunch of SSIDs concatenated) on connection of central device (NRF Connect app). Is there please a snippet of code you can provide me that shows how to go from using the uart to having my own custom service that just sends a buffered message over ble?