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

Using nRFgo Studio when producing 18000 units

I need to do the following when assembling a device with nrf-52 at the factory.

  • Add firmware onto device
  • Add a unique serial number for the device
  • Print a sticker and add on the outside of the device box with same serial number
  • Test some basic bluetooth functionality

Would it be a good idea to nRFgo Studio for these tasks?

An alternative would be to make our own android application with a barcode scanner. A worker could then flash firmware onto the device -> scan sticker barcode with the android app -> connect to the device -> register serial number onto the device and test bluetooth functionality. But it sounds time consuming.

Any help on this would be very appreciated. How is this usually handled?