Update README.md

This commit is contained in:
Verkehrsrot 2018-06-13 11:00:35 +02:00 committed by GitHub
parent d72af2ce3e
commit b571ac63d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,23 +20,23 @@ This can all be done with a single small and cheap ESP32 board for less than $20
# Hardware # Hardware
Supported ESP32 based LoRa IoT boards: Supported ESP32 based LoRa IoT boards:
- **Heltec LoRa-32** a) - **Heltec LoRa-32** *a)*
- **TTGOv1** a) - **TTGOv1** *a)*
- **TTGOv2** a,d) - **TTGOv2** *a,d)*
- **TTGOv2.1** a),e) - **TTGOv2.1** *a),e)*
- **TTGO T-Beam** d),e),f) - **TTGO T-Beam** *d),e),f)*
- **Pycom LoPy** b),f)* - **Pycom LoPy** *b),f)*
- **Pycom LoPy4** b),f)* - **Pycom LoPy4** *b),f)*
- **Pycom FiPy** b),f)* - **Pycom FiPy** *b),f)*
- **LoLin32** with [LoraNode32 shield](https://github.com/hallard/LoLin32-Lora) b),c) - **LoLin32** with [LoraNode32 shield](https://github.com/hallard/LoLin32-Lora) *b),c)*
- **LoLin32 Lite** with [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-Lora) b),c) - **LoLin32 Lite** with [LoraNode32-Lite shield](https://github.com/hallard/LoLin32-Lite-Lora) *b),c)*
a) on board OLED Display supported; a) on board OLED Display supported;
b) on board RGB LED supported; b) on board RGB LED supported;
c) on board Hardware unique DEVEUI supported; c) on board Hardware unique DEVEUI supported;
d) external wiring needed, see instructions in file /hal/<board>.h; d) external wiring needed, see instructions in board.h file;
e) battery voltage monitoring supported; e) battery voltage monitoring supported;
f) on board GPS supported, *for Pycom devices with additional PyTrack board f) on board GPS supported (for Pycom PyTrack expansion needed)
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>