Commit Graph

227 Commits

Author SHA1 Message Date
Morgan Redfield a9f3380f85 update DTMF example 2018-07-03 15:32:05 -07:00
Morgan Redfield c813bac7b8 rever KISS example 2018-06-24 17:16:39 -07:00
Morgan Redfield 24082d5a11 working DTMF 2018-06-24 17:12:04 -07:00
Morgan Redfield c340fef0b4 dtmf update 2018-06-16 19:14:13 -07:00
Morgan Redfield ac31e5e79e dtmf changes 2018-06-16 19:13:36 -07:00
Nigel Vander Houwen 5e36ab2898 Fixed origin/destination swap. Saved a little RAM to improve stability. 2018-04-06 17:20:38 -07:00
Nigel Vander Houwen d4027f1e7b Removed JustTransmit example. It doesn't add anything not covered in other basic examples like FMBeacon or HandyTalkie 2018-02-13 16:54:37 -08:00
Nigel Vander Houwen e73f67429d Added some additional comments to FMBeacon example sketch. 2018-02-13 16:51:32 -08:00
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
Nigel Vander Houwen ae0dacac77 General FMBeacon example sketch fixups. Raised morse audio freq to match conventional 600Hz. Increased morse speed a little. Shortened test message. Lengthened interval between transmissions. 2018-02-13 16:29:12 -08:00
Morgan Redfield e64095c6d5 Merge pull request #36 from radiohound/master
Added SpeechTX example
2017-09-05 20:40:20 -07:00
Morgan Redfield 23c8c85b98 Merge pull request #34 from dmbryson/setgpios
Add support for directly setting the GPIO values
2017-09-05 20:38:30 -07:00
Morgan Redfield 6c7997f756 Merge pull request #35 from dmbryson/dtmfdecode
Correct DTMF decoding functions for the Auctus AT1846S
2017-09-05 20:37:42 -07:00
nick6x 74a2d1cb90 Update DDS.ino example for DDS library changes 2017-07-30 12:08:24 -07:00
nick6x 2edaac6fca Update dds example for dds library changes 2017-07-28 16:22:11 -07:00
Walter Dunckel ad40307b3c wav file of speech example
Radio call sign, followed by a few word examples
2017-06-18 11:00:50 -07:00
Walter Dunckel 6f7affe635 Create SpeechTX.ino
Example of using the Talkie library to enable the HamShield to transmit encoded audio speech.
2017-06-18 10:51:56 -07:00
spaceneedle 3e3b0daeab minor tweak to fix receive on start 2017-06-10 12:50:31 -05:00
spaceneedle 74230282b8 incrementing library version 2017-06-10 12:43:57 -05:00
spaceneedle 1416a5c1bf Adding App Serial Controller 2017-06-10 12:40:19 -05:00
Casey Halverson 4f7db1d561 revised lib properties 2017-05-09 13:43:19 -04:00
Casey Halverson d8d97789d7 Fixed critical define
Fixed a critical define
2017-05-09 13:40:54 -04:00
spaceneedle d232424bb4 Library properties so Arduino knows to update
Incremented version
2017-05-08 19:23:14 -05:00
spaceneedle 6538ae7db3 Long awaited fix to CTCSS detection and encoding
Two extremely powerful functions:

setCtcssEncoder(float freq)
setCtcssDecoder(float freq)

Yes, that does mean *any* frequency, including non-standard CTCSS tones.

Enjoy.

-Casey
2017-05-08 19:21:18 -05:00
David M. Bryson b1180ab135 Correct DTMF decoding functions for the Auctus AT1846S 2017-05-03 20:14:00 -07:00
David M. Bryson aca7de3328 Add support for directly setting the GPIO values 2017-05-03 19:42:02 -07:00
Morgan Redfield 307d33add0 update version to 1.0.3 2017-01-15 12:12:20 -08:00
nick6x 219d89ff60 Merge branch 'master' of https://github.com/EnhancedRadioDevices/HamShield 2017-01-15 12:06:12 -08:00
nick6x 6954402ac6 Clarify example descriptions 2017-01-15 12:05:43 -08:00
morgan ec0400c1c6 adding narrow/wide band control 2017-01-15 11:31:22 -08:00
morgan 1d02387649 add yaac instructions to example 2016-12-27 12:46:27 -08:00
morgan 4593f1d44c fix KISS example 2016-12-27 12:08:28 -08:00
morgan 292a774a79 make morse dot duration user settable 2016-12-19 11:53:36 -08:00
morgan 5874e6b8e5 make morse tone freq user settable 2016-12-19 11:40:44 -08:00
morgan 4ff3f7d9d0 working afsk packets 2016-09-24 17:33:00 -07:00
morgan b9f75e0c11 update AFSK messenger example 2016-09-24 15:32:24 -07:00
Morgan Redfield f462bc0342 Merge pull request #24 from Temtel/master
Fixed Frequency Display at startup in AX25Receive.ino
2016-09-20 10:10:40 -07:00
Temtel 33962a585d Fixed Frequency Display at startup
Added   Serial.println(radio.getFrequency()); to setup.  May have been
removed accidentaly
2016-09-18 15:12:42 -07:00
Morgan Redfield d54c5404a8 clarify new library setup 2016-08-27 09:36:01 -07:00
nick6x 6b775130d1 Remove unfinished examples 2016-08-26 15:02:40 -07:00
nick6x e65893402a Fix typos 2016-08-26 14:40:47 -07:00
nick6x 9096d2ffa2 Update to separated libraries 2016-08-26 11:22:41 -07:00
nick6x 3e76e6e72f Merge branch 'master' of https://github.com/EnhancedRadioDevices/HamShield 2016-08-26 11:15:27 -07:00
nick6x 8b8fd7a9a1 Fix Functional Test example 2016-08-26 11:14:39 -07:00
Nigel Vander Houwen 164888fd49 Fixed DDS.cpp to reference ADC channel 2 instead of old channel 0. 2016-08-23 20:39:21 -07:00
nick6x e8ad7e9c93 Clarify Signal Test example explanation 2016-08-22 18:37:32 -07:00
nick6x 4f30789e88 Resolve problems with examples not compiling or otherwise not functioning. 2016-08-22 01:40:27 -07:00
nick6x f369c2ff9a Fix examples to reflect combined KISS and AFSK libraries. 2016-08-19 18:52:36 -07:00
nick6x 25813b7968 Clairify Parrot example description. 2016-08-18 20:47:35 -07:00
nick6x e10e351e49 Clarify Parros example description 2016-08-18 20:46:00 -07:00