Configuring via USB

I had to resort to configuring one of my units via USB, and was successful doing so. Following the setup instructions, I installed Node.js and particle cli. I connected the device to my computer’s USB port. Then the following commands:

  1. particle login
  2. particle identify
    Copy the device id shown above
  3. particle serial wifi
  4. particle device add [device id]
  5. (optional) particle device rename [device id] [friendly name]
  6. particle logout
1 Like