From 08bf875080c92527dfe1599963853ee606d079ea Mon Sep 17 00:00:00 2001 From: Philip Basford Date: Fri, 21 May 2021 15:11:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb8fecd..afbd55d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See: https://www.lora-alliance.org/portals/0/specs/LoRaWAN%20Specification%201R0 4. Enable the overlay at next reboot `echo "dtoverlay=spi-gpio-cs" | sudo tee -a /boot/config.txt` 5. Reboot the Pi `sudo reboot` 6. Check that the new cs lines are enabled `ls /dev/spidev0.*` should output `/dev/spidev0.0 /dev/spidev0.1 /dev/spidev0.2`. In which case the required SPI CS line now exists -7. Create a new device in The Things Network console and copy the details into the config file dragino.ini +7. Create a new device in The Things Network console and copy the details into the config file `dragino.ini` 8. Run the test programm `./test.py` and the device should transmit on the things network using OTAA authentication 9. run './test_downlink.py' to check downlink messages are received (after scheduling one in the TTN console)