Hi! I want to send data from the temperature sensor of the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection recognizing the name or the UUId of the beacon and enable the notification.
I have used the "ble_app_uart_c" for the nrf51 that has to be the central and for programming my beacon I have used this tutorial (devzone.nordicsemi.com/.../) and I have added a service to send the data from the temperature sensor...I know that it works because I received the data on my phone..now, the nrf51 and the beacon can connect to each other but the nrf51 doesn't receive the data (because I can't see them on the PC).. Can someone explain me why?