fix GPS & SDS serial in readme

master
noerw 7 years ago
parent aa97b4cdae
commit fc64c37748

@ -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!

@ -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"

Loading…
Cancel
Save