Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arduino ide iBeacon example compile #920

Closed
qrpfun opened this issue Dec 12, 2017 · 3 comments
Closed

arduino ide iBeacon example compile #920

qrpfun opened this issue Dec 12, 2017 · 3 comments

Comments

@qrpfun
Copy link

qrpfun commented Dec 12, 2017

Hardware:

Board: ESP-WROOM-32
Core Installation/update date: 10 December 2017
IDE name: Arduino IDE
Flash Frequency: 40Mhz
Upload Speed: 115200

Description:

I tried to compile the esp-idf example ble_ibeacon (https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/ble_ibeacon) under arduino ide but it's not so easy to understand how to recreate the right environment for the task.
Is there any best practice to migrate an idf example to arduino-ide or any other suggestion ?
thanks in advance
kind regards
Giampiero

@chris-gunawardena
Copy link

Have you looked at this one? https://github.com/espressif/arduino-esp32/blob/master/libraries/SimpleBLE/examples/SimpleBleDevice/SimpleBleDevice.ino

If you want a quick hacky beacon to send data you can append data to the end of the beacon id. ble.begin("beacon1: tmp: " + int_temp_reading);

@qrpfun
Copy link
Author

qrpfun commented Dec 18, 2017

tanks Chris. I looked at that example too but is not possible to fill the right data structure.
Now I'm looking in this direction: nkolban/esp32-snippets#271

@copercini
Copy link
Contributor

Closed due it was solved on nkolban/esp32-snippets#271 =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants