Europalab Devices produces a LoRaWAN transmitting client node, specialised for higher research of actuator and sensor assisted IoT networks. https://dev.europalab.com/nlnet/20200000/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 lines
443B

  1. # https://www.raspberrypi.org/documentation/configuration/pin-configuration.md
  2. # https://www.github.com/raspberrypi/hats/tree/master/eepromutils/
  3. $ dtc -I dts -O dtb -o programrst.dtb programrst.dts
  4. $ ./eepmake programdat.txt programdat.eep programrst.dtb
  5. # now short J7 with a paperclip
  6. $ sudo ./eepflash.sh -w -t=24c32 -f=programdat.eep
  7. # to clean binaries, rm programdat.eep programrst.dtb
  8. # to test reboot, blue button, and sendcommrst.sh