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