Difference between revisions of "ESP32-LoRa Heltec"

From air
Jump to navigation Jump to search
Line 35: Line 35:
 
Under construction
 
Under construction
 
</pre>
 
</pre>
  +
  +
=Misc=
  +
* https://github.com/unprovable/LoRaChat
  +
* https://www.thethingsnetwork.org/forum/t/big-esp32-sx127x-topic/10247/18

Revision as of 18:15, 24 November 2017

ESP32 LoRa


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

ESP32 LoRa Config

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


LoRaWAN Sender (in ABP mode)

Under construction

Misc