2 Commits
1.1.1 ... 1.1.2

Author SHA1 Message Date
morgan
d65877ad29 update library properties 2018-11-17 11:43:59 -08:00
morgan
dc93752730 temporary fixes for KISS example 2018-11-07 16:45:46 -08:00
2 changed files with 8 additions and 3 deletions

View File

@@ -7,6 +7,11 @@
* into the HamShield RF jack. Connect the Arduino to wall * into the HamShield RF jack. Connect the Arduino to wall
* power and then to your computer via USB. Issue commands * power and then to your computer via USB. Issue commands
* via the KISS equipment. * via the KISS equipment.
*
* You can also just use the serial terminal to send and receive
* APRS packets, but keep in mind that several fields in the packet
* are bit-shifted from standard ASCII (so if you're receiving,
* you won't get human readable callsigns or paths).
* *
* To use the KISS example with YAAC: * To use the KISS example with YAAC:
* 1. open the configure YAAC wizard * 1. open the configure YAAC wizard
@@ -55,9 +60,9 @@ void setup() {
radio.setVolume2(0xFF); radio.setVolume2(0xFF);
radio.setSQHiThresh(-100); radio.setSQHiThresh(-100);
radio.setSQLoThresh(-100); radio.setSQLoThresh(-100);
radio.setSQOn(); //radio.setSQOn();
radio.frequency(144390); radio.frequency(144390);
//radio.bypassPreDeEmph(); radio.bypassPreDeEmph();
dds.start(); dds.start();
afsk.start(&dds); afsk.start(&dds);

View File

@@ -1,5 +1,5 @@
name=HamShield name=HamShield
version=1.1.1 version=1.1.2
author=Morgan Redfield <morgan@enhancedradio.com>, Casey Halverson <casey@enhancedradio.com> author=Morgan Redfield <morgan@enhancedradio.com>, Casey Halverson <casey@enhancedradio.com>
maintainer=Morgan Redfield <morgan@enhancedradio.com> maintainer=Morgan Redfield <morgan@enhancedradio.com>
sentence=A library for use with HamShield by Enhanced Radio Devices. sentence=A library for use with HamShield by Enhanced Radio Devices.