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

Change BLE BLEUuid for EddyStone example? #133

Closed XaviLC closed 7 years ago

XaviLC commented 7 years ago

Hello,

I would like to know how can I modify the EddyStone example so that I can include my own BLEUuid, I see in the code of that example that is a configurable parameter but I don't know how I can access to it.

Thanks in advance,

Regards

sandeepmistry commented 7 years ago

@XaviLC change this line: https://github.com/sandeepmistry/arduino-BLEPeripheral/blob/master/examples/Eddystone/EddystoneUID/EddystoneUID.ino#L20