Update README.md
This commit is contained in:
parent
aa008edfbe
commit
1b6b0377ea
11
README.md
11
README.md
@ -107,19 +107,24 @@ Legend for RGB LED (LoPy/LoPy4/FiPy/Lolin32 only):
|
||||
|
||||
# Payload
|
||||
|
||||
LoRaWAN Port #1:
|
||||
**LoRaWAN Port #1:**
|
||||
|
||||
Paxcounter data
|
||||
|
||||
byte 1-2: Number of unique pax, first seen on Wifi
|
||||
byte 3-4: Number of unique pax, first seen on Bluetooth [0 if BT disabled]
|
||||
|
||||
GPS data (only, if GPS is present and has a fix)
|
||||
|
||||
bytes 5-8: GPS latitude
|
||||
bytes 9-12: GPS longitude
|
||||
bytes 13-14: GPS number of satellites
|
||||
bytes 15-16: GPS HDOP
|
||||
bytes 17-18: GPS altitude [meter]
|
||||
|
||||
LoRaWAN Port #2:
|
||||
**LoRaWAN Port #2:**
|
||||
|
||||
see remote control
|
||||
- see remote control -
|
||||
|
||||
If you're using [TheThingsNetwork](https://www.thethingsnetwork.org/) you may want to use a payload converter. Go to TTN Console - Application - Payload Formats and paste the code example below in tabs Decoder and Converter. Make sure that your application parses the fields `pax`, `ble` and `wifi`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user