Blue series routing trouble?

It’s not that bad really… start with this cross-platform tool- it requires that you have Python on your machine:

You’ll also need the firmware for your stick- the latest dev build (20220928) has been pretty good for me… grab the version appropriate for your stick here:

The command I ran on my PC to flash the latest firmware was this:

Summary

py cc2538-bsl.py -e -w -v -p com3 --bootloader-sonoff-usb CC1352P2_CC2652P_launchpad_coordinator_20220928.hex

You’ll have to tweak it for whatever com port your device shows up on, filename for your particular build, and you may need to remove the sonoff-specific flag (read through the instructions on the cross-platform tool to see if you need it or not). Oh, and if your stick isn’t recognized (and you’re on Windows), you’ll see something like this in the device manager:

6c368d0b69ad67b6c1ed5912d01ab42da32dca11

In this case, go install this UART driver and the stick will be recognized, after which you can flash it:

3 Likes