-
Notifications
You must be signed in to change notification settings - Fork 38
Software dependencies
sh123 edited this page Oct 20, 2021
·
7 revisions
Install via libraries:
- Arduino ESP32 library: https://github.com/espressif/arduino-esp32
- LoRa library, RadioLib selection is done by using
USE_RADIOLIB
flag in the sketch:- LoRa Arduino library: https://github.com/sandeepmistry/arduino-LoRa
- RadioLib library (use github master version): https://github.com/jgromes/RadioLib
- Arduino Timer library: https://github.com/contrem/arduino-timer
- CircularBuffer library: https://github.com/rlogiacco/CircularBuffer