Commit Graph

102 Commits

Author SHA1 Message Date
morgan a38ac4bf27 update examples, rev arduino version 2018-10-21 19:27:24 -07:00
Morgan Redfield 88264e1998 fix mute in ctcss example 2018-08-17 19:25:38 -07:00
Morgan Redfield afbecf6e5e update ctcss getfreq and example 2018-08-15 19:30:20 -07:00
Morgan Redfield 96d02c3bd9 adding CTCSS and example 2018-08-11 20:30:09 -07:00
Morgan Redfield 73f8cb3d93 adding Morse rx example 2018-08-11 19:39:31 -07:00
Morgan Redfield 88efafa0e2 Updating examples 2018-08-08 18:49:56 -07:00
Morgan Redfield 3457f11211 updating examples 2018-08-07 21:56:33 -07:00
Morgan Redfield 450d05fdea add delay after power on to examples, minor bugfixing 2018-08-04 19:47:58 -07:00
Morgan Redfield 45527b826f dtmf timing, sub-khz frequency resolution 2018-08-04 19:31:53 -07:00
Morgan Redfield 176814bc98 update examples 2018-07-03 16:02:21 -07:00
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
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
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 1416a5c1bf Adding App Serial Controller 2017-06-10 12:40:19 -05:00
nick6x 6954402ac6 Clarify example descriptions 2017-01-15 12:05:43 -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
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
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 8b8fd7a9a1 Fix Functional Test example 2016-08-26 11:14:39 -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
nick6x 62e137f8f2 Standardize serial monitor baud rate in AFSK Packet Tester example 2016-08-18 19:14:08 -07:00
nick6x 9e0db9d537 Update HamShield examples to work with seperated libraries. 2016-08-17 14:17:56 -07:00
nick6x 39b543877b Resolve SSTV example issues 2016-08-17 12:43:51 -07:00
nick6x f5e004fbb3 -Seperate AFSK, DDS, and KISS into their own libraries to conserve memory. 2016-08-17 12:24:36 -07:00
nick6x 09c9911ba1 Merge branch 'master' into dev 2016-08-14 15:41:59 -07:00
nick6x 2b5fbeff4a Change dashes to underscores 2016-08-14 15:33:33 -07:00
nick6x 8e35c83185 Merge branch 'master' into dev 2016-08-13 19:26:52 -07:00