Difference between revisions of "ESP32-LoRa Heltec"

From air
Jump to navigation Jump to search
Line 9: Line 9:
 
[[Image:Esp32-LoRa-config.png|200px|right|thumb|ESP32 LoRa Config]]
 
[[Image:Esp32-LoRa-config.png|200px|right|thumb|ESP32 LoRa Config]]
 
* [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]
  +
  +
<pre>
  +
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
  +
</pre>

Revision as of 18:03, 24 November 2017

ESP32 LoRa


Installation

ESP32 LoRa Config
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