I have a batch of 30 new but older stock Boron LTE BRN402 modules that I am “provisioning”. I do not have the ICCIDs because they were not bought from the Wholesale store.
Obtaining the ICCIDs using particle serial identify
is very time consuming:
- Out of the box my Borons are not detected as serial devices in Windows 10 even though they are in Listening Mode. Not sure why but I assume it is because the firmware an older version.
- I first need to update the firmware in DFU Mode.
C:\Users\rober\Dropbox\binaries>particle flash --usb --force boron-bootloader@3.1.0.bin
Flash success!
C:\Users\rober\Dropbox\binaries>particle flash --usb boron-system-part1@3.1.0.bin
Flash success!
C:\Users\rober\Dropbox\binaries>particle flash --usb tinker
Flash success!
After updating as shown above the Boron is detected as a serial device so I can run particle serial identify
in Listening Mode.
particle serial identify then needs multiple attempts to obtain the ICCID. Resetting and power cycling the Boron between attempts does not appear to make much difference. Here is a typical sequence.
The number of attempts required varies and time outs take about 15 to 20 seconds.
C:\Users\rober\Dropbox\SentientThings\Ridgeline\binaries>particle serial identify
Serial timed out
C:\Users\rober\Dropbox\SentientThings\Ridgeline\binaries>particle serial identify
Serial timed out
C:\Users\rober\Dropbox\SentientThings\Ridgeline\binaries>particle serial identify
Your device id is e00fce686a7b31dbf5194f66
Unable to determine system firmware version
C:\Users\rober\Dropbox\SentientThings\Ridgeline\binaries>particle serial identify
Serial timed out
C:\Users\rober\Dropbox\SentientThings\Ridgeline\binaries>particle serial identify
Serial timed out
C:\Users\rober\Dropbox\SentientThings\Ridgeline\binaries>particle serial identify
Your device id is e00fce686a7b31dbf5134f66
Your IMEI is 352753085262352
Your ICCID is 89014103271226442645
Your system firmware version is 3.1.0
(numbers have been edited for security)
I am running the latest version of the Particle CLI.
Any fix for this issue?