Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 587 Bytes

LoRa_AT

A small Arduino library for AT command based LoRa modules, that just works.

This is a modification of the excellent TinyGSM library to use with LoRa modules. I decided to create a new fork rather than modifying the original library to handle LoRa because LoRa radios do not work as internet clients directly. In the LoRa case, I'm using a stream, not a client, without mux or direct connection. It seemed to be different enough to create a fork. I may merge it in later.


License

This project is released under The GNU Lesser General Public License (LGPL-3.0)