Skip to content

Aggebitter/ESP8266LoRa

Repository files navigation

ESP8266LoRa UNDER heavy Construction

IoT With SemTech SX1276-79/HopeRF RFM9x and ESP6266 on Arduino

Not LoRa or EU ISM-band compliable !! Might be added as compile option

In Windows with default Arduino IDE installation path

Install SX12x folder under C:\Program Files (x86)\Arduino\libraries\

Create a new folder under C:\Users\User\Documents\Arduino (replace User with our username)

Rename the created folder to "ESP_LoRa" and copy the Example files "ESP_LoRa.ino and config.h" in to it

Usage:

SX127x SX127x(serialDebug) // 1 Enables, set in config.h Will be compile option when stable

SX127x.init(NSSpin, interrupt_DIO0, interrupt_DIO5); // max eight modules. I know that there are not 24 free IO's on ESP8266 ;-) Do the math

SX127x.init(NSSpin, interrupt_DIO0); // max eight modules, Still alot of IO missing on ESP

SX127x.init(NSSpin); // max eight modules, New init for each module. No interrupt pin used

SX127x.modemLoRa(BW, SF, CR) TODO

SX127x.modemFSK(BW) TODO

SX127x.modemOOP(BW) TODO

SX127x.single(Module#, address byte, data byte, (R)ead or (W)rite) // Works 6.625 us for 16bits transaction (address + payload) Interrupts not added

SX127x.burst TODO

SX127x.fifo TODO

//Agge

About

IoT With HopeRF RFM9x and ESP6266 on Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages