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개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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