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

Script to config Beacon

Hi there,

One quick question about updating Beacon configuration, including UUID, major, and minor. For development, we can use our APP on the phone or Master Control Panel to update it, do we have one script for command line to make it easier to update mass devices more efficiently?

Thanks & Regards, Stanley

Parents
  • @Stanley: I don't think we have any example for that. You can create one by using the Master Emulator dll. You can create a C# program to do the task automatically (instead of manually do it on Master Control Panel). Example code and dlls file can be found at C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\

    But you can also think of pre-configure it in your code, or if you want to modify it when in production, you can use an address in flash or UICR to store the configuration and when your device starting up it will load the information from there.

    You can then use the programmer to write the configuration to the address.

Reply
  • @Stanley: I don't think we have any example for that. You can create one by using the Master Emulator dll. You can create a C# program to do the task automatically (instead of manually do it on Master Control Panel). Example code and dlls file can be found at C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\

    But you can also think of pre-configure it in your code, or if you want to modify it when in production, you can use an address in flash or UICR to store the configuration and when your device starting up it will load the information from there.

    You can then use the programmer to write the configuration to the address.

Children
Related