Hello everyone, I want to know if it is possible and how to show advertising data on display lcd (20x4 or graphic lcd). I'm using PCA10028 board with S120 and Nokia5110 LCD module as Central device. Thanks, Paolo
Hello everyone, I want to know if it is possible and how to show advertising data on display lcd (20x4 or graphic lcd). I'm using PCA10028 board with S120 and Nokia5110 LCD module as Central device. Thanks, Paolo
If you are able to drive that LCD, why would it be impossible to display adv data?
I assume you are able to control your display. When you are scanning you will get a ble_gap_evt_adv_report_t. This contains the advertisement data that you should display.
Thank you for reply.
I solved the issue by looking at this example: ble_app_hrs_c. Also I found this question very interesting: devzone.nordicsemi.com/.../
Thanks!!