Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.06 KB

MicroPython-LoRa-SX127x

Thank Wei1234c sharing his work.

The target of this project is refactoring codes for more friendly.

Folders of Original Project:

  • codes
  • examples
  • jpgs
  • notebooks
  • references

Support Boards

  • ESP8266
  • ES32
  • Raspberry Pi

Refactoring

In order to reduce the coupling, the LoRa core module and the independent configuration of each supported board are separated from the original codes.

  • src/LoRa: LoRa core module, include sx127x and controller abstract class.
  • src/ES32: configuration and implement controller class for ES32.
  • src/ESP8266: configuration and implement controller class for ESP8266.
  • src/RPi: configuration and implement controller class for Raspberry Pi.

Testing

All testing codes are placed in test Folder, see README.md.