Commit Graph

114 Commits

Author SHA1 Message Date
Morgan Redfield
71acbbb975 update DTMF tx and rx 2019-06-01 18:09:15 -07:00
Morgan Redfield
6472b103b4 update Morse 2019-06-01 15:25:56 -07:00
Morgan Redfield
7e509ca0fc minor morse updates 2019-05-11 15:32:13 -07:00
Morgan Redfield
12fd074aed let HSTone be generated by HamShield itself 2019-04-28 11:41:29 -07:00
Morgan Redfield
1d0eb281e2 serial messenger bug fixes 2019-04-12 11:50:17 -07:00
Morgan Redfield
7941388980 adding in HandyTalkie_nrf52840 2019-04-06 14:00:45 -07:00
Morgan Redfield
3c3d83c057 unify pin naming scheme 2019-03-15 10:43:15 -07:00
Morgan Redfield
9d708e4046 update afsk_messenger example 2019-02-10 12:01:09 -08:00
morgan
7427b426b1 allow non-standard digital control pins 2019-01-29 20:09:42 -08:00
morgan
6c891c9f32 update example comments 2018-12-09 09:43:41 -08:00
morgan
dc93752730 temporary fixes for KISS example 2018-11-07 16:45:46 -08:00
morgan
220bd8aa28 remove overloading of frequency function, now using frequency_float for subkhz frequency settings 2018-10-29 18:31:37 -07:00
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