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

How to modify NRF52832 code during mass production

Hello, 

In an application I am using NRF52832 IC as central. Before uploading code in every board, I need to change the device name and compile. This process is consuming significant amount of time. I am compiling the code using keil software and using Jlink debugger for loading the code.

Is there any anyway to speed up the process?

Parents
  • What I would do in your case, is make setting the device name a part of the production testing. For example: have each new device start advertising when it comes of the production line and have a local Central connect to it. You could then create a authenticated write characteristic for the device name. Once the device name is written and is no longer the default, you block subsequent tries to change the device name (hence the authenticated write). We do something similar for a device we developed.

Reply
  • What I would do in your case, is make setting the device name a part of the production testing. For example: have each new device start advertising when it comes of the production line and have a local Central connect to it. You could then create a authenticated write characteristic for the device name. Once the device name is written and is no longer the default, you block subsequent tries to change the device name (hence the authenticated write). We do something similar for a device we developed.

Children
No Data
Related