Code Monkey home page Code Monkey logo

esp8266lora's Introduction

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

esp8266lora's People

Contributors

aggebitter avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

sdsxpln

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.