This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

[nRF8001] Changing setup without using nRFGo

Hi,

Is there a way to modify any of the contents of the setup generated by nRFGo?

The services.h file generates SETUP_MESSAGES_CONTENT to populate setup_msgs[]

const hal_aci_data_t setup_msgs[NB_SETUP_MESSAGES] = SETUP_MESSAGES_CONTENT;

Can a user change any of the data defined or are there protective mechanisms such as checksums.

Every time my device is powered I would like it to change the Bluetooth Device Name UNTILL a successful bond where that name would persist.

There may be other elements of the setup that I would like to change also.

Thanks, Kirem

Related