TTGO-T-Beam-LoRa-APRS/INSTALL.md

18 wiersze
692 B
Markdown
Czysty Zwykły widok Historia

2020-01-30 15:15:56 +00:00
<h2>Installation Guide for PlatformIO</h2>
<br>
Press the PlatformIO HOME Button to enter the Home Screen and there the Libraries Button to add missing libraries:<br>
<img src="img/img1.jpg" width="480"><br>
Search and install the following libaries:<br>
<ul>
<li>RadioHead</li>
<li>TinyGPSPlus</li>
<li>DHT sensor library for ESPx</li>
<li>Adafruit SSD1306</li>
<li>Adafruit GFX Library</li>
2020-01-30 15:25:44 +00:00
<li>Adafruit Unified Sensor</li>
2020-01-30 15:15:56 +00:00
<li>AXP202X_Library</li>
</ul>
<br>
Check that the platformio.ini is available as it holds the board type for PlatformIO.<br>
After pressing the check mark the code will be compiled, after pressing the arrow it will be compiled and uploaded to a connected TTGO.<br>