diff --git a/Setup.md b/Setup.md index 84d234a..f2b6595 100644 --- a/Setup.md +++ b/Setup.md @@ -29,12 +29,13 @@ similar on other OS) and restart IDE ## Additional libraries -Select Tools -> Library Manager +Select Tools -> Manage Libraries... Install "U8g2" Install "MicroNMEA" -Install "TFT_22_ILI9225" + +(Install "TFT_22_ILI9225" -- currently not needed, due to some issues with the official library, there is a modified version in the rdz_ttgo_sonde source tree) ## Additional libraries, part 2 @@ -45,15 +46,19 @@ folder of your Arduino IDE (~/Documents/Arduino/libraries on MacOS), rename main From https://github.com/me-no-dev/AsyncTCP select "Download ZIP", extract to the libraries folder of your Arduino IDE, and rename main folder to AsyncTCP +From https://github.com/lewisxhe/AXP202X_Library select "Download ZIP", extract to the libraries +folder of your Arduino IDE, and rename main folder to AXP202X_Library-1.0 + ## Additional libraries, part 3 -Copy the libraries/SX1278FSK and libraries/SondeLib folder of this project to your Arduino IDE's libraries +Copy the SX1278FSK, SondeLib and fonts folders from libraries of this project to your Arduino IDE's libraries folders, or, alternatively, create symbolic links (MacOS/Linux): ``` cd ~/Documents/Arduino/libraries ln -s /rdz_ttgo_sonde/libraries/SondeLib/ . ln -s /rdz_ttgo_sonde/libraries/SX1278FSK/ . +ln -s /rdz_ttgo_sonde/libraries/fonts/ . ``` Restart the Arduino IDE @@ -64,7 +69,8 @@ each update) ## Final steps In the IDE Tools -> Board: -> -Select "TTGO LoRa32-OLED v1" +Select "TTGO LoRa32-OLED v1" (or something that fits your board. +The binary images are currently built with the "T-Beam" board selection) Compile and Upload code