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/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
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