This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

S140 nRF52840 Manufacturer ADV data

Hi All!

I must to add some binary data to ADV packet use Manufacturer Specific field. I fill the related fields:

static uint16_t adc0_data = 0; // ADC measured data (BATTERY)
...
advdata.p_manuf_specific_data->company_identifier = 0x0001;
advdata.p_manuf_specific_data->data.p_data = &adc0_data;
advdata.p_manuf_specific_data->data.size   = 2;

ADV packet I read by PEER is OK, but NO Manufacturer data included !

Any example how to do it?

thx!

Parents
  • no it is very unlikely that SDK 14.2 has a bug in the advertising module, that's very old stable code which people have been using successfully for years. It's far more likely you used the module incorrectly.

Reply
  • no it is very unlikely that SDK 14.2 has a bug in the advertising module, that's very old stable code which people have been using successfully for years. It's far more likely you used the module incorrectly.

Children
No Data
Related