Hello Dialog_Support,
I am using beacon mode to broadcast advertising data string. If i want to send some dynamic data then i changed the manufacturer data string and broadcast. At the mobile application side they are receiving advertising data but not getting the byte i have changed. BLE Scanner is able to receive data in form of raw data.
Mobile App is receiving 0 at data field so can you tell me where is the data field located in advertising data? Can you suggest any App other then ble scanner which can able to receive advertising data string?
Thanks and Regards,
Ruchi Patel
Device:
Hi Ruchi Patel,
I am not able to understand what you want to mean. Could you please clarify your question? What do you mean you are not able to get the byte that you change? Have you checked the ble_app_barebone project? The manufacturer data is a specific field into the advertising string that is incrementally changed according a timer. Also, beacon mode is a type of format in the advertising data, so you can modify the advertising string as a beacon type according to your application. Reggarding the ble mobile application, except from BLEscanner, you can also download the BlueLoupe and Bluetooth LE Scanner B-BLE etc.
Thanks PM_dialog