Fix typos
This commit is contained in:
parent
9096d2ffa2
commit
e65893402a
|
@ -5,7 +5,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, open the Serial Monitor to
|
* this program to your Arduino, open the Serial Monitor to
|
||||||
* monitor the process of the HamShield. Check for output on
|
* monitor the process of the HamShield. Check for output on
|
||||||
* AFSK receiver.
|
* AFSK receiver.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* seperate AFSK receiver to test the output of this example.
|
* seperate AFSK receiver to test the output of this example.
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* into the HamShield RF jack. After uploading this program
|
* into the HamShield RF jack. After uploading this program
|
||||||
* to your adruino, open the Serial Monitor to monitor. Type
|
* to your Arduino, open the Serial Monitor to monitor. Type
|
||||||
* a message under 254 characters into the bar at the top of
|
* a message under 254 characters into the bar at the top of
|
||||||
* the monitor. Click the "Send" button. Check for output on
|
* the monitor. Click the "Send" button. Check for output on
|
||||||
* AFSK receiver.
|
* AFSK receiver.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then to
|
* the HamShield. Connect the Arduino to wall power and then to
|
||||||
* your computer via USB. After uploading this program to your
|
* your computer via USB. After uploading this program to your
|
||||||
* adruino, open the Serial Monitor so you will see the AFSK
|
* Arduino, open the Serial Monitor so you will see the AFSK
|
||||||
* packet. Send AFSK packet from AFSK equipment at 145.01MHz.
|
* packet. Send AFSK packet from AFSK equipment at 145.01MHz.
|
||||||
|
|
||||||
* Note: add message receive code
|
* Note: add message receive code
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, open the Serial Monitor.
|
* this program to your Arduino, open the Serial Monitor.
|
||||||
* Type 'h' into the bar at the top of the Serial Monitor
|
* Type 'h' into the bar at the top of the Serial Monitor
|
||||||
* and click the "Send" button for more instructions.
|
* and click the "Send" button for more instructions.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Hamshield
|
/* Hamshield
|
||||||
* Example: DDS
|
* Example: DDS
|
||||||
* This is a simple example to show hot to transmit arbitrary
|
* This is a simple example to show how to transmit arbitrary
|
||||||
* tones. In this case, the sketh alternates between 1200Hz
|
* tones. In this case, the sketh alternates between 1200Hz
|
||||||
* and 2200Hz at 1s intervals.
|
* and 2200Hz at 1s intervals.
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, open the Serial Monitor to
|
* this program to your Arduino, open the Serial Monitor to
|
||||||
* monitor the status of the beacon. To test, set a HandyTalkie
|
* monitor the status of the beacon. To test, set a HandyTalkie
|
||||||
* to 438MHz. You should hear the message " KC7IBT ARDUINO
|
* to 438MHz. You should hear the message " KC7IBT ARDUINO
|
||||||
* HAMSHIELD" in morse code.
|
* HAMSHIELD" in morse code.
|
||||||
|
|
|
@ -4,9 +4,10 @@
|
||||||
* will check to see if the channel is clear before it will
|
* will check to see if the channel is clear before it will
|
||||||
* transmit.
|
* transmit.
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* into the HamShield RF jack. Connect the Arduino to wall power and then
|
* into the HamShield RF jack. Connect the Arduino to wall
|
||||||
* to your computer via USB. To test, set a HandyTalkie
|
* power and then to your computer via USB. To test, set a
|
||||||
* to 438MHz. You should hear a one-minute tone every 10-13 minutes.
|
* HandyTalkie to 438MHz. You should hear a one-minute tone
|
||||||
|
* followed by a callsign every 10-13 minutes.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <HamShield.h>
|
#include <HamShield.h>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then
|
* the HamShield. Connect the Arduino to wall power and then
|
||||||
* to your computer via USB. After uploading this program to
|
* to your computer via USB. After uploading this program to
|
||||||
* your adruino, open the Serial Monitor. Serial Monitor will
|
* your Arduino, open the Serial Monitor. Serial Monitor will
|
||||||
* describe what you should be expecting to hear from your
|
* describe what you should be expecting to hear from your
|
||||||
* headphones. Tune a HandytTalkie to 446MHz to hear morse
|
* headphones. Tune a HandytTalkie to 446MHz to hear morse
|
||||||
* code example.
|
* code example.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then
|
* the HamShield. Connect the Arduino to wall power and then
|
||||||
* to your computer via USB. After uploading this program to
|
* to your computer via USB. After uploading this program to
|
||||||
* your adruino, open the Serial Monitor. You will see a
|
* your Arduino, open the Serial Monitor. You will see a
|
||||||
* repeating display of different signal strengths. Ex:
|
* repeating display of different signal strengths. Ex:
|
||||||
*
|
*
|
||||||
* [....|....] -73
|
* [....|....] -73
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then
|
* the HamShield. Connect the Arduino to wall power and then
|
||||||
* to your computer via USB. After uploading this program to
|
* to your computer via USB. After uploading this program to
|
||||||
* your adruino, open the Serial Monitor. Press the button on
|
* your Arduino, open the Serial Monitor. Press the button on
|
||||||
* the HamShield to begin setup. After setup is complete, type
|
* the HamShield to begin setup. After setup is complete, type
|
||||||
* your desired Tx/Rx frequency, in hertz, into the bar at the
|
* your desired Tx/Rx frequency, in hertz, into the bar at the
|
||||||
* top of the Serial Monitor and click the "Send" button.
|
* top of the Serial Monitor and click the "Send" button.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones with
|
* into the HamShield RF jack. Plug a pair of headphones with
|
||||||
* built-in mic into the HamShield. Connect the Arduino to
|
* built-in mic into the HamShield. Connect the Arduino to
|
||||||
* wall power and then to your computer via USB. After
|
* wall power and then to your computer via USB. After
|
||||||
* uploading this program to your adruino, open the Serial
|
* uploading this program to your Arduino, open the Serial
|
||||||
* Monitor to monitor the program's progress. After setup is
|
* Monitor to monitor the program's progress. After setup is
|
||||||
* complete, tune a HandyTalkie (HT) to 144.025MHz. Listen on
|
* complete, tune a HandyTalkie (HT) to 144.025MHz. Listen on
|
||||||
* the HT for the HamShield broadcasting from the mic.
|
* the HT for the HamShield broadcasting from the mic.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, tune a PSK31 receiver and
|
* this program to your Arduino, tune a PSK31 receiver and
|
||||||
* wait to receive the message "Why hello there, friend.
|
* wait to receive the message "Why hello there, friend.
|
||||||
* Nice to meet you. Welcome to PSK31. 73, VE6SLP sk"
|
* Nice to meet you. Welcome to PSK31. 73, VE6SLP sk"
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -8,11 +8,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then to
|
* the HamShield. Connect the Arduino to wall power and then to
|
||||||
* your computer via USB. To test the output, tune you HT to
|
* your computer via USB. To test the output, tune you HT to
|
||||||
<<<<<<< HEAD
|
|
||||||
* 446MHz. The HamShield should make a recording of the next
|
* 446MHz. The HamShield should make a recording of the next
|
||||||
=======
|
|
||||||
* 446MHz. The HamShield should make a recording ofthe next
|
|
||||||
>>>>>>> 8b8fd7a9a141e015aceecf604357ecf277df0c1f
|
|
||||||
* broadcast on that frequncy. The recording should then be
|
* broadcast on that frequncy. The recording should then be
|
||||||
* repeated ten times by the HamShield.
|
* repeated ten times by the HamShield.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, tune a QPSK63 receiver and
|
* this program to your Arduino, tune a QPSK63 receiver and
|
||||||
* wait to receive the message "Why hello there, friend.
|
* wait to receive the message "Why hello there, friend.
|
||||||
* Nice to meet you. Welcome to QPSK63. 73, VE6SLP sk"
|
* Nice to meet you. Welcome to QPSK63. 73, VE6SLP sk"
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, open the Serial Monitor to
|
* this program to your Arduino, open the Serial Monitor to
|
||||||
* view the status of the program. Tune your SSTV to
|
* view the status of the program. Tune your SSTV to
|
||||||
* 446MHz to receive the image output.
|
* 446MHz to receive the image output.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Connect the HamShield to your Arduino. Screw the antenna
|
* Connect the HamShield to your Arduino. Screw the antenna
|
||||||
* 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. After uploading
|
* power and then to your computer via USB. After uploading
|
||||||
* this program to your adruino, open the Serial Monitor to
|
* this program to your Arduino, open the Serial Monitor to
|
||||||
* view the status of the program. Tune your SSTV to
|
* view the status of the program. Tune your SSTV to
|
||||||
* 145.5MHz to receive the image output.
|
* 145.5MHz to receive the image output.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then
|
* the HamShield. Connect the Arduino to wall power and then
|
||||||
* to your computer via USB. After uploading this program to
|
* to your computer via USB. After uploading this program to
|
||||||
* your adruino, open the Serial Monitor. Use the bar at the
|
* your Arduino, open the Serial Monitor. Use the bar at the
|
||||||
* top of the serial monitor to enter commands as seen below.
|
* top of the serial monitor to enter commands as seen below.
|
||||||
*
|
*
|
||||||
* EXAMPLE: To change the repeater offset to 144.425MHz,
|
* EXAMPLE: To change the repeater offset to 144.425MHz,
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
* into the HamShield RF jack. Plug a pair of headphones into
|
* into the HamShield RF jack. Plug a pair of headphones into
|
||||||
* the HamShield. Connect the Arduino to wall power and then
|
* the HamShield. Connect the Arduino to wall power and then
|
||||||
* to your computer via USB. After uploading this program to
|
* to your computer via USB. After uploading this program to
|
||||||
* your adruino, open the Serial Monitor. HamShield will print
|
* your Arduino, open the Serial Monitor. HamShield will print
|
||||||
* the results of its signal test to the Serial Monitor. To
|
* the results of its signal test to the Serial Monitor. To
|
||||||
* test with another HandyTalkie (HT), tune in to 446MHz and
|
* test with another HandyTalkie (HT), tune in to 446MHz and
|
||||||
* listen for the call sign. Then key up on your HT and make
|
* listen for the call sign. Then key up on your HT and make
|
||||||
|
|
Loading…
Reference in New Issue