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

Model Number for a product

Hi,

We have developed a bluetooth mouse which is a 2D 3D mouse in nRF52832 SDK 16.0 based on the ble_app_hids_mouse example. We are on the last stage of the production of our mouse. We wanted to assign model number to our product. Is there any particular criteria in creating model number for product, which is a mouse.

Please help.

Parents
  • Hello,

    There are no restrictions in creating a custom model number. What do you intend to use it for? As long as you don't use it as the BLE address directly, you can assign any number that you like to it. 

    I would suggest looking into storing this number in UICR. The UICR->CUSTOMER[n] registers are made for stuff like this. They can be written to during production (part of .hex file), but are not intended to be changed during the lifetime of the product.

    Best regards,

    Edvin

Reply
  • Hello,

    There are no restrictions in creating a custom model number. What do you intend to use it for? As long as you don't use it as the BLE address directly, you can assign any number that you like to it. 

    I would suggest looking into storing this number in UICR. The UICR->CUSTOMER[n] registers are made for stuff like this. They can be written to during production (part of .hex file), but are not intended to be changed during the lifetime of the product.

    Best regards,

    Edvin

Children
No Data
Related