ESP32 using MicroPython meets lora.
LoRaPingPong.py: sends ping-pong messages between the nodes (bidirectional communication)LoRaReceiver.pyandLoraSender.py: unidirectional communication between the nodes (Note: deploy theLoRaReceiver.pyon one node and theLoraSender.pyon another node)
- 0.1 first commit
- Apache 2.0
- Basically based on: Wei1234c GitHub. The original project was cleaned and made compatible with the Wemos® TTGO LORA32 868/915Mhz board.