Hello, I would like to brodcast data from sensor connected to PIN20 (nrf51822). Can you please help me ? Any help would be appreciated.
Hello, I would like to brodcast data from sensor connected to PIN20 (nrf51822). Can you please help me ? Any help would be appreciated.
What kind of "broadcast" ?
Note that the nRF51 products are not recommended for new BLE designs:
https://devzone.nordicsemi.com/f/nordic-q-a/42960/status-of-nrf51-products/169728#169728
Can you please help me ?
What help do you need - what have you tried so far? Where are you stuck?
What kind of "broadcast" ?
Note that the nRF51 products are not recommended for new BLE designs:
https://devzone.nordicsemi.com/f/nordic-q-a/42960/status-of-nrf51-products/169728#169728
Can you please help me ?
What help do you need - what have you tried so far? Where are you stuck?
Thank you for your response. By broadcast I mean all masters device can receive packages of data. I want to modify my previouse android app to showing data from sensor on the screen. The problem is that I cannot find example how to do this, especially with using gpio.
all masters device can receive packages of data
So you will have to put that data into the Advertising packets.
So start with the Advertising Tutorial:
Here's a couple of threads about having "dynamic" advertising data:
all masters device can receive packages of data
put that data into the Advertising packets
Which is what a Beacon does - so you could also look at the Beacon examples ...