LibAPRS is an Arduino IDE library that makes it easy to send and receive APRS packets with a MicroModem-compatible modem. Used in PicoAPRS by DB1NTO
 
 
Go to file
Mark Qvist 13fc413826
Merge pull request #14 from MikeAlger/Update2NewArduinoLibSpec
Modifying to newer Arduino Library format …
2018-07-06 09:04:27 +02:00
examples/Basic_usage Move library to root of repository 2018-06-17 19:35:46 -07:00
extras Modifying to newer Arduino Library format specifed in https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification 2018-06-26 01:58:04 -04:00
src Modifying to newer Arduino Library format specifed in https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification 2018-06-26 01:58:04 -04:00
.development Modifying to newer Arduino Library format specifed in https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification 2018-06-26 01:58:04 -04:00
LICENSE Move library to root of repository 2018-06-17 19:35:46 -07:00
README.md Move library to root of repository 2018-06-17 19:35:46 -07:00
library.properties Modifying to newer Arduino Library format specifed in https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification 2018-06-26 01:58:04 -04:00

README.md

LibAPRS

LibAPRS is an Arduino IDE library that makes it easy to send and receive APRS packets with a MicroModem-compatible modem.

You can buy a complete modem from my shop, or you can build one yourself pretty easily. Take a look at the documentation in the MicroModem repository for information and getting started guides!

See the example included in the library for info on how to use it!

Some features

  • Send and receive AX.25 APRS packets
  • Full modulation and demodulation in software
  • Easy configuration of callsign and path settings
  • Easily process incoming packets
  • Shorthand functions for sending location updates and messages, so you don't need to manually create the packets
  • Ability to send raw packets
  • Support for settings APRS symbols
  • Support for power/height/gain info in location updates
  • Can run with open squelch

Installation

  1. Download the library: https://github.com/markqvist/LibAPRS/archive/master.zip
  2. (In the Arduino IDE) Sketch > Include Library > Add .ZIP Library... > select the downloaded file > Open

Getting started

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 and receiving packets.

Got bugs?

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! It also means I might have to make changes that will break code, and that you will have to rewrite your sketch. If you don't think that sounds good, wait a little while for a stable release of the library :)