ESP32-LoRa Heltec: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=Installation= |
=Installation= |
||
⚫ | |||
* [https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/InstallGuide/mac.md On MacOS] |
* [https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/blob/master/InstallGuide/mac.md On MacOS] |
||
Line 19: | Line 19: | ||
python get.py |
python get.py |
||
</pre> |
</pre> |
||
=Configuration= |
|||
⚫ | |||
=Programs= |
=Programs= |
Revision as of 16:08, 24 November 2017
Installation
mkdir -p ~/Documents/Arduino/hardware cd ~/Documents/Arduino/hardware git clone https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series.git heltec cd heltec/esp32 git submodule update --init --recursive cd tools python get.py
Configuration
Programs
Board 1 (Sender)
Open and load the schetch : Examples > LoRaLibrary > OLED_LoRa_Sender
Board 2 (Receiver)
Open and load the schetch : Examples > LoRaLibrary > OLED_LoRa_Receiver