ttgobeam support
This commit is contained in:
parent
451a12859e
commit
f277b4a913
@ -24,13 +24,14 @@ Supported ESP32 based LoRa IoT boards:
|
|||||||
- TTGOv1 {1}
|
- TTGOv1 {1}
|
||||||
- TTGOv2 {1}{4}
|
- TTGOv2 {1}{4}
|
||||||
- TTGOv2.1 {1}{5}
|
- TTGOv2.1 {1}{5}
|
||||||
|
- TTGO T-Beam {4}{5}
|
||||||
- Pycom LoPy {2}
|
- Pycom LoPy {2}
|
||||||
- Pycom LoPy4 {2}
|
- Pycom LoPy4 {2}
|
||||||
- Pycom FiPy {2}
|
- Pycom FiPy {2}
|
||||||
- LoLin32 with [LoraNode32 shield](https://github.com/hallard/LoLin32-Lora) {2}{3}
|
- LoLin32 with [LoraNode32 shield](https://github.com/hallard/LoLin32-Lora) {2}{3}
|
||||||
- LoLin32 Lite with [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-Lora) {2}{3}
|
- LoLin32 Lite with [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-Lora) {2}{3}
|
||||||
|
|
||||||
{1} on board OLED Display supported; {2} on board RGB LED supported; {3} on board Hardware unique DEVEUI supported; {4} special wiring needed, see instructions in /hal/ttgov2.h; {5} battery voltage monitoring supported
|
{1} on board OLED Display supported; {2} on board RGB LED supported; {3} on board Hardware unique DEVEUI supported; {4} special wiring needed, see instructions in file /hal/<board>.h; {5} battery voltage monitoring supported
|
||||||
|
|
||||||
Target platform must be selected in [platformio.ini](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/platformio.ini).<br>
|
Target platform must be selected in [platformio.ini](https://github.com/cyberman54/ESP32-Paxcounter/blob/master/platformio.ini).<br>
|
||||||
Hardware dependent settings (pinout etc.) are stored in board files in /hal directory.<br>
|
Hardware dependent settings (pinout etc.) are stored in board files in /hal directory.<br>
|
||||||
|
@ -17,5 +17,5 @@
|
|||||||
// non arduino pin definitions
|
// non arduino pin definitions
|
||||||
#define RST LMIC_UNUSED_PIN // connected to ESP32 RST/EN
|
#define RST LMIC_UNUSED_PIN // connected to ESP32 RST/EN
|
||||||
#define DIO0 26 // ESP32 GPIO26 <-> HPD13A IO0
|
#define DIO0 26 // ESP32 GPIO26 <-> HPD13A IO0
|
||||||
#define DIO1 33 // Lora1 <-> HPD13A IO1 // !!needs external wiring!!
|
#define DIO1 33 // Lora1 <-> HPD13A IO1 // !! NEEDS EXTERNAL WIRING !!
|
||||||
#define DIO2 32 // Lora2 <-> HPD13A IO2 // needs external wiring, but not needed for LoRa
|
#define DIO2 32 // Lora2 <-> HPD13A IO2 // needs external wiring, but not necessary for LoRa, only FSK
|
||||||
|
Loading…
Reference in New Issue
Block a user