Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Only if on Windows:
Unfortunately, Windows users need to manually install a driver to allow UART to USB comms. Go to this pagehttps://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads

1. Donwload the Windows Universal Driver

  1. Unzip the file

  2. Right click on the unzipped file called “silabser.inf”, and click install

  3. Follow the prompts

Info

Only if on Linux:

Linux needs to give permissions to access the USB device. run this command:

curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules

Unplug the device, and plug it back in, and you should be all set

You'll need to then clone the launchpad repo - place it in the same NER folder described in the setup.

...