diff --git a/lora-gps/README.md b/lora-gps/README.md index fc0faa9..54efef1 100644 --- a/lora-gps/README.md +++ b/lora-gps/README.md @@ -51,7 +51,7 @@ to find a transmission interval that suits you. - Flash the sketch using Arduino IDE - Stack the senseBox Shield onto the Arduino, then stack the Dragino shield on top. - Remove the `GPS_TX` and `GPS_RX` jumpers on the Dragino Shield, and wire these - pins instead to the Arduinos `RX3` and `TX3` pins. -- Wire the SDS011: RX & TX go to `RX2` and `TX2` on the Arduino, GND to GND, 5V to 5V ;) + pins instead to the Arduinos `RX2` and `TX2` pins. +- Wire the SDS011: RX & TX go to `RX3` and `TX3` on the Arduino, GND to GND, 5V to 5V ;) - Connect the LiPo to the LiPo-Charger, and connect the USB Output to the Arduino - Done! diff --git a/lora-gps/register-osem.sh b/lora-gps/register-osem.sh index 0240f3b..50e094e 100644 --- a/lora-gps/register-osem.sh +++ b/lora-gps/register-osem.sh @@ -16,4 +16,4 @@ boxresult=$(curl -H "content-type: application/json" -H "Authorization: Bearer $ OSEM_BOX=$(echo $boxresult | jq .data._id | tr -d '"') OSEM_SENSOR=$(echo $boxresult | jq .data.sensors[1]._id | tr -d '"') -echo "$OSEM_API/boxes/$OSEM_BOX/locations +echo "$OSEM_API/boxes/$OSEM_BOX/locations"