Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 522 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 522 Bytes

CircuitPython_SX1280

CircuitPython driver for the Semtech SX1280 LoRa chip (2.4 GHz)

🚧 Under construction. Use at your own risk!

Status:

  • init and configure
  • confirm Tx - see example_tx
  • confirm Rx
  • exchange packet(s)
  • confirm ranging
  • make library user friendly

NOTE: only LoRa aspects implemented thus far. lots of things are hard-coded in. Nearly all LoRa functionality is available (Tx, Rx, Ranging), but message buffer handling isn't streamlined yet.