HamShield Arduino Library and Example Sketches
Go to file
Nigel Vander Houwen daa4befe2c General FoxHunt example sketch fixups. Added code comments to aid understanding. Added a number of serial prints so you can see what it's doing. Moved the long wait inside the if->transmit block so we don't wait a long time if the channel was busy. 2018-02-13 16:49:52 -08:00
examples General FoxHunt example sketch fixups. Added code comments to aid understanding. Added a number of serial prints so you can see what it's doing. Moved the long wait inside the if->transmit block so we don't wait a long time if the channel was busy. 2018-02-13 16:49:52 -08:00
extras add comments, update library to Arduino 1.5 standard 2016-08-10 17:30:43 -07:00
src Merge pull request #34 from dmbryson/setgpios 2017-09-05 20:38:30 -07:00
README.md clarify new library setup 2016-08-27 09:36:01 -07:00
keywords.txt Added RSSI parameter to waitForChannel to allow setting what should be defined as a clear channel. Updated FM Beacon example to use the settable parameter and print what the measured RSSI was in case of failure. 2015-06-20 15:22:33 -07:00
library.properties incrementing library version 2017-06-10 12:43:57 -05:00

README.md

HamShield

The master branch is intended for use with HamShield hardware -09 and above.

WARNING: The dev branch is not guaranteed to work. Please use caution if you choose to use that branch.

HamShield Arduino Library and Example Sketches

This repository is meant to be checked out into your Arduino application's libraries folder. After reloading the application, the library and example sketches should be available for use.

For overview, help, tricks, tips, and more, check out the wiki:

https://github.com/EnhancedRadioDevices/HamShield/wiki

KISS and AFSK

We've moved the KISS and AFSK code to a separate library to help keep memory usage in simple sketches down. To use the AFSK examples, please also install these libraries: