Giter VIP home page Giter VIP logo

lora-e5-circuitpython-p2p's Introduction

Lora-E5-Circuitpython-P2P

P2P communication between two Grove Lora-E5 modules using CircuitPython

Usage Code.py:

  1. Connect a pair of Grove LORA-E5 to two separate microcontrollers
  2. Copy code.py in each microcontroller
  3. On the receiver open Serial and send this command AT+MODE=TEST AT+TEST=RXLRPKT
  4. On transmiter microcontroller, open Serial and send This command. i.e send byte "AA" AT+MODE=TEST AT+TEST=TXLRPKT, "AA:
  5. See console on receiver to confirm that the byte is received
  6. Usage of code-text-sender.py & code-text-receiver.py in the comment, used to send full text string. we are using binascii hexlify and unhexlify
  7. code-sensor-receiver.py and code-sensor-sender.py is an example how to send sensor data thru P2P LORA-E5
  8. code-receiver-MQTT.py is an example how to receive LORA P2P and then send the variable thru MQTT broker over TDP port 1883. Using wifi esp8266 shield.
  9. Create code-LORAWAN-TTN-sendsensordata.py is example how to send sensor data to The Things Network LORAWAN.

lora-e5-circuitpython-p2p's People

Contributors

sidikalamini avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.