vives-projectwerk-2021 / pulu-config-flasher

Program to flash the necessary configuration for the Pulu firmware on the EEPROM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pulu config flasher

Flash the configuration of a pulu-device to it's EEPROM.

Setup

npm install

Execute

Get available serial ports

node . ports

Flash config

  • Use the first available serial port:

    node . flash <devEui> <appEui> <appKey> <wait-time>
  • Use a specific serial port:

    node . flash <devEui> <appEui> <appKey> <wait-time> --port <port>

About

Program to flash the necessary configuration for the Pulu firmware on the EEPROM


Languages

Language:JavaScript 100.0%