sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

Ibeacon example not transmitting Major, Minor, Txpower #144

Closed vanbwodonk closed 7 years ago

vanbwodonk commented 7 years ago

I try ibeacon with nrf52 example, ibeacon scanned with missing major, minor and txpower. Then i check data transmitting with nRF connect on android. RAW data showed only uuid. This RAW data i record from nRF connect.

0x02010615FF4C000215A196C876DE8C4C47AB5AD7AFD5AE7127

Last 16 byte must from uuid. -Arduino - char* uuidString = "a196c876-de8c-4c47-ab5a-d7afd5ae7127"; -RAWdata- A196C876DE8C4C47AB5AD7AFD5AE7127

Any suggestion?

sandeepmistry commented 7 years ago

@vanbwodonk could you please try the change from PR #148 and provide your feedback.

vanbwodonk commented 7 years ago

@sandeepmistry it's worked. Major, minor, TXpower now transmitted. Thanks !!

sandeepmistry commented 7 years ago

@vanbwodonk great, thanks for trying it out. I've merged #148.