google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.08k stars 762 forks source link

eddystone protocol on arduino uno ? #191

Closed wasddsaw closed 7 years ago

wasddsaw commented 7 years ago

for my project, i wanna use arduino as a beacon that has eddystone protocol , i already make bluetooth environment for arduino uno, i using bluetooth module hm-10 (ble) and i using node js as language to communicate with the arduino uno board. Right now..i wanna ask..is it possible to implement eddystone protocol on arduino uno + bluetooth module hm-10 ?

scottjenson commented 7 years ago

We have an implementation on an RFduino that uses @sandeepmistry 's great arduino ble library.

wasddsaw commented 7 years ago

thanks for the suggestion..

tolson2000 commented 7 years ago

We have an implementation on an RFduino that uses @sandeepmistry 's great arduino ble library.

Actually the RFduino implementation does not use @sandeppmistry arduino ble library. It just uses the RFduino library.

The one you meant was the Arduino BLEPeripheral example.

scottjenson commented 7 years ago

Yes, thank you