I've extracted some device information using the API devicesV2Show() interface.
With one device configured and then the next, I ran the show command and got the results below. If the 'serial' field is the serial number to which you refer, then my devices do indeed have an identity crisis.
Where on earth do I go from here?
RP2040-001
{'created_at': datetime.datetime(2022, 7, 27, 15, 47, 29, 967648, tzinfo=tzutc()),
'href': '/iot/v2/devices/54ad5658-d235-4fe0-ac8b-7b29a8926f7a',
'id': '54ad5658-d235-4fe0-ac8b-7b29a8926f7a',
'metadata': None,
'name': 'RP2040-001',
'serial': '3350315009003637',
'type': 'nanorp2040connect',
'user_id': 'HIDDEN FROM VIEW',
'webhooks': None}
RP2040-002
{'created_at': datetime.datetime(2022, 8, 5, 18, 25, 28, 973519, tzinfo=tzutc()),
'href': '/iot/v2/devices/672d6e09-4828-4bb4-bd45-8a0c024a126c',
'id': '672d6e09-4828-4bb4-bd45-8a0c024a126c',
'metadata': None,
'name': 'RP2040-002',
'serial': '3350315009003637',
'type': 'nanorp2040connect',
'user_id': 'HIDDEN FROM VIEW',
'webhooks': None}
I also used the IDE Tools > Get Board Info and got the results below that support the API results.
RP2040-001
BN: Arduino Nano RP2040 Connect
VID: 2341
PID: 005e
SN: 3350315009003637
RP2040-002
BN: Arduino Nano RP2040 Connect
VID: 2341
PID: 005e
SN: 3350315009003637
Can anyone tell me how to change the serial number of a board?