commit
666bbe114a
@ -86,7 +86,7 @@ Supported external time sources are GPS, LORAWAN network time and LORAWAN applic
|
||||
|
||||
!!! tip
|
||||
|
||||
If your LORAWAN network does not support network time, you can run a Node-Red timeserver application using the enclosed [**Timeserver code**](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/src/Node-RED/Timeserver.json). Configure the MQTT nodes in Node-Red for the LORAWAN application used by your paxocunter device. Time can also be set without precision liability, by simple remote command, see section remote control.
|
||||
If your LORAWAN network does not support network time, you can run a Node-Red timeserver application using the enclosed [**Timeserver code**](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/src/Node-RED/Timeserver.json). Configure the MQTT nodes in Node-Red for the LORAWAN application used by your paxcounter device. Time can also be set without precision liability, by simple remote command, see section remote control.
|
||||
|
||||
## Syncing multiple paxcounters
|
||||
|
||||
|
@ -7,7 +7,7 @@ You can select different payload formats in [`paxcounter.conf`](https://github.c
|
||||
|
||||
- ***Packed*** uses little endian format and generates json fields
|
||||
|
||||
- [***CayenneLPP***](https://mydevices.com/cayenne/docs/lora/#lora-cayenne-low-power-payload-reference-implementation) generates MyDevices Cayenne readable fields
|
||||
- [***CayenneLPP***](https://developers.mydevices.com/cayenne/docs/lora/#lora-cayenne-low-power-payload) generates MyDevices Cayenne readable fields
|
||||
|
||||
|
||||
```c linenums="20" title="src/paxcounter_orig.conf"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
// Hardware related definitions for Heltec V1 LoRa-32 Board
|
||||
// see https://heltec-automation-docs.readthedocs.io/en/latest/esp32/wifi_lora_32/hardware_update_log.html#v1
|
||||
// see https://docs.heltec.org/en/node/esp32/dev-board/hardware_update_log.html#v1
|
||||
|
||||
#define HAS_LORA 1 // comment out if device shall not send data via LoRa
|
||||
#define CFG_sx1276_radio 1
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
// Hardware related definitions for Heltec V2 LoRa-32 Board
|
||||
// see https://heltec-automation-docs.readthedocs.io/en/latest/esp32/wifi_lora_32/hardware_update_log.html#v2
|
||||
// see https://docs.heltec.org/en/node/esp32/dev-board/hardware_update_log.html#v2
|
||||
|
||||
#define HAS_LORA 1 // comment out if device shall not send data via LoRa
|
||||
#define CFG_sx1276_radio 1
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
// Hardware related definitions for Heltec V2.1 LoRa-32 Board
|
||||
// see https://heltec-automation-docs.readthedocs.io/en/latest/esp32/wifi_lora_32/hardware_update_log.html#v2-1
|
||||
// see https://docs.heltec.org/en/node/esp32/dev-board/hardware_update_log.html#v2-1
|
||||
|
||||
#define HAS_LORA 1 // comment out if device shall not send data via LoRa
|
||||
#define CFG_sx1276_radio 1
|
||||
|
@ -7,13 +7,10 @@
|
||||
// --> please check with you local regulations for ISM band frequency use!
|
||||
|
||||
#define CFG_eu868 1 // Europe (high band)
|
||||
//#define CFG_eu433 1 // Europe (low band)
|
||||
//#define CFG_us915 1 // USA, Canada and South America
|
||||
//#define CFG_in866 1 // India
|
||||
//#define CFG_au915 1 // Australia
|
||||
//#define CFG_as923 1 // Asia
|
||||
//#define CFG_cn783 1 // China (high band)
|
||||
//#define CFG_cn490 1 // China (low band)
|
||||
//#define CFG_kr920 1 // Korea
|
||||
|
||||
// LMIC LORAWAN STACK SETTINGS
|
||||
|
Loading…
Reference in New Issue
Block a user