ArduinoBLE icon indicating copy to clipboard operation
ArduinoBLE copied to clipboard

Add BLEDevice.manufacturerData()

Open makisin opened this issue 6 years ago • 7 comments

I want to get ManufacturerData of BLEDevice. Would you please check?

makisin avatar Jan 22 '20 09:01 makisin

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 09 '21 14:04 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Apr 09 '21 14:04 CLAassistant

I just signed the CLA, but the display is still the same🤔

makisin avatar Apr 10 '21 01:04 makisin

@makisin thank you for this PR.. it has really helped me

sdetweil avatar Jun 20 '21 22:06 sdetweil

Hello all,

I am using pressure and temperature sensor and gathering data on Arduino. My question is very simple, I want to send the data to raspberrypi4 through beacon. I am using RLT8722DM, wireless sensor and Transmission format is: 0x93D395B5 0000 026 00 3 2 (Sensor id, pressure, tmp, alert, battery, status).

How to set this data on UUID format or what to do to broadcast this data so that I can scan through Raspberrypi and decode there.

Thanks

mishra519 avatar Jun 22 '21 06:06 mishra519

Is there any expectation to whether this is going to be merged? This is really the one thing missing from this library, at this point, that is preventing me from coming back from ESP32 devices, so I am definitely excited by this potential change!

jmferris avatar Jun 09 '22 22:06 jmferris

Hi @jmferris an alternative implementation has been merged in #183. Take a look at BLEDevice.h#L68.

manchoz avatar Jun 10 '22 09:06 manchoz