Skip to content

SkyAndy/MicroAPRSAW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an Arduino wrapper for MicroAPRS in SerialMode from https://github.com/markqvist/MicroAPRS

Serial Protocol is enabled in https://github.com/markqvist/MicroAPRS/blob/master/Modem/config.h

change from

#define SERIAL_PROTOCOL PROTOCOL_SIMPLE_SERIAL
//#define SERIAL_PROTOCOL PROTOCOL_KISS

to

//#define SERIAL_PROTOCOL PROTOCOL_SIMPLE_SERIAL
#define SERIAL_PROTOCOL PROTOCOL_KISS

make it new and flash the firmware on you Arduino238p

As an example the code will transmit the humidity and temperature values from an DHT11 sensor as Comment via APRS

APRS is a registered trademark of APRS Software and Bob Bruninga, WB4APR.

About

Arduino wrapper for MicroAPRS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages