Extended Advertising

I am thinking of using nRF52832 as both transmitter and receiver, and creating a firmware where the transmitter adds the acquired data to the Manufacturer Specific Data of the advertisement, and the receiver side extracts the desired data from the advertisement data.

Until now, the data that was not allowed in the Manufacturer Specific Data was 7 bytes, but this time I want to send about 40 bytes, and since the value added to the advertisement data changes in a short time, I do not want to send additional data, so I would like to communicate using extended advertising.

Please tell me how to send extended advertising and how to receive extended advertising.

If additional settings are required in sdk_config.h, please tell me the contents.

If possible, a sample source would be helpful.

Related