Skip to content

EnviroDIY/LoRa_AT

 
 

Repository files navigation

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)

About

A small Arduino library for LoRa Modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.5%
  • Shell 4.5%
  • Python 1.6%
  • C 0.4%