ZoroAPRS is a simple aprs library with DAC for samd21 based arduino boards. The ZoroAPRS library was developed and tested only for LightAPRS hardwares.
To review and purchase LightAPRS modules, visit [lightarps.com] (http://www.lightaprs.com/).
See the example included in the library for info on how to use it!
- Send AX.25 APRS packets
- Full modulation in software
- Easy configuration of callsign and path settings
- Shorthand functions for sending location updates and messages, so you don't need to manually create the packets
- Support for settings APRS symbols
- Download the library: https://github.com/hakkican/ZeroAPRS/archive/master.zip
- (In the Arduino IDE) Sketch > Include Library > Add .ZIP Library... > select the downloaded file > Open
You should read through the "Basic Usage" example included with the library. It contains an explanation of all the functions and a basic sketch to get you up and running with sending packets.
This library is very early, and being actively developed all the time. This means you should expect to find bugs. If you do, please report them here, so I can fix them!