Getting manufacturerData from custom uuid device #7297
Replies: 1 comment
-
Posted at 2019-02-18 by @gfwilliams What version of the Espruino firmware do you have? Manufacturer Data decoding got added ~6 months ago I think, so if you had an older version it wouldn't have been included. Just FYI but I'd consider using Posted at 2019-02-18 by rln22 @gfwilliams Thanks again for the quick reply there!! I'm using ESPRUINO version - v201 please refer the attachment. There is another scenario where I could get manufacturer data from a ruuvi tag. But not this device alone. Attachments: Posted at 2019-02-18 by @gfwilliams That firmware should be fine. Since you blanked out the Which just leaves whether the data is the the 'scan response' packet - which would require an 'active' scan. That's something that you'd need a 'cutting edge' build for, and then I think Posted at 2019-02-18 by rln22 @gfwilliams, I'm pretty sure that the manufacturer data is not in the packet since, I could not find the byte '0xff' that indicates the manufacturerData. Gordon by the way , you are right. It is an active scan. I have been searching on doing an active scan using ESPRUINO Let me try what you have suggested. Thanks Again!! Posted at 2019-02-18 by rln22 @gfwilliams, it still gives the same result. I could not see a data value that starts with "manufacturerData" I'm using the below code snippet.
Please advise , what am I missing Posted at 2019-02-18 by @gfwilliams Perhaps the device you're using to scan isn't in the beacon's whitelist? Sounds like that can cause issues sometimes - but I'm not sure what else to suggest. If this were an official board I could spend a bit more time helping you out - but I can't afford to spent time on support for non-official boards. Maybe someone else will be able to suggest something? Posted at 2019-02-18 by rln22 @gfwilliams, I'm using Taiyo Yudens ble 5 evaluation board with nRF52832 chip. Please refer me a link for whitelist. Thanks for your valuable time on this!! Posted at 2019-03-26 by rln22 Thanks for your inputs. I have successfully implemented a back to back scan to get this done!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-02-15 by rln22
Hello Everyone!!
I have been trying to get advertisement data from a custom ble device(with nRF52832 chip) that has been advertising ambient pressure every 5 minutes.
When I use the below code snippet ,
But I could not get the manufacturerData that has been advertised, which can be seen in "nRF Connect" mobile application.
Simply I could not get the manufacturerData of 30 bytes, which is again shown in Raw data: part in mobile app.
Any help is greatly appreciated
Thanks in advance!!
Beta Was this translation helpful? Give feedback.
All reactions