Hello,
I am working on Beacon Eddystone protocol with PSOC4 BLE, So i refer Day 050 Eddystone project and run it successfully.
Then i want to make data (Eddystone UID, URL, EID etc)configurable by an android phone, so i take sample data read- write example and generate different characteristics under one service, and read write data using CY smart application.
Now I need that data enter by device broadcast in eddystone standard format, So can i get any sample code for it which can configure data of eddystone beacon using android application.
Thank You.
Solved! Go to Solution.
Based on the Eddystone format you want to send the data in, you need to create the data packet according to the format specified here:
If you are talking about runtime configurable data to be encoded in these formats, we do not have any code examples.
Regards,
Dheeraj
Are you saying you want the Android App to set how the Eddystone implementation (UID, URL, TLM etc.) is going to be? Please clarify.
Regards,
Dheeraj
No Actually i have android app working and simple read write code(firmware) for cypress PSOC4, now i want the sample code(firmware) for PSOC4 that write data in eddystone format with help of eddystone configuration android app and broadcast it.
Thank You.
Based on the Eddystone format you want to send the data in, you need to create the data packet according to the format specified here:
If you are talking about runtime configurable data to be encoded in these formats, we do not have any code examples.
Regards,
Dheeraj