Skip to content

Commit 19e9b14

Browse files
authored
Update README.md
1 parent 282a163 commit 19e9b14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Examples and Test files are included.
1111
* **Jumper wires and bread board**
1212

1313
## AFSK Bit Banging
14-
Basically, the technique i used to generate AFSK signal is by directly construct the signal itself by outputing square wave at the GPIO. Here is the some code and comment snippet from the sketch (doesn't directly explain the AFSK signal generation, but i think you'll get the idea):
14+
Basically, the technique I used to generate AFSK signal is by directly construct the signal itself by output square wave at the GPIO. Here is some code and comment snippet from the sketch (doesn't directly explain the AFSK signal generation, but I think you'll get the idea):
1515
```c
1616
/* SQUARE WAVE SIGNAL GENERATION
1717
*
@@ -66,7 +66,7 @@ void set_nada_2400(void)
6666
```
6767
6868
## Test
69-
Here are some preliminary test to show you how to generate APRS (or AFSK in general) signal on Arduino UNO.
69+
Here is some preliminary test to show you how to generate APRS (or AFSK in general) signal on Arduino UNO.
7070
The required GRC Flowgraph can be obtained here : [GitHub page](https://github.com/handiko/gr-APRS)
7171
* Test circuit (**bring the loudspeaker close to your laptop's microphone**, and then run the GRC flowgraph above):
7272
![](./AFSK_Test_Circuit.png)
@@ -108,7 +108,7 @@ Here are some examples where the generated APRS/AFSK signal is decoded using GNU
108108
![](./telnet_aprs_decode_output.png)
109109
110110
## Early Static Test
111-
Recently i performed a static test to see whether the Arduino-APRS could send the packet via Radio. Sure it could !
111+
Recently I performed a static test to see whether the Arduino-APRS could send the packet via Radio. Sure it could !
112112
* Ciruits : **Arduino-APRS/Fritzing-Sketch/APRS_GPS.fzz**
113113
![](./fritzing_APRS_GPS.png)
114114
* Arduino Sketches : **Arduino-APRS/Arduino-Sketches/Test/APRS_GPS_GPRMC**
@@ -120,7 +120,7 @@ Recently i performed a static test to see whether the Arduino-APRS could send th
120120
![](./RF_path.png)
121121
122122
## Tracking Test !
123-
I've done several tracking test. The transmitter that I use was **Dorji DRA818V TX Shield** (for more info, please visit [GitHub page](https://handiko.github.io/Dorji-TX-Shield/) or [repo](https://github.com/handiko/Dorji-TX-Shield)) outputing only **500mW (!)** (approx., might be less), powered from a 5V powerbank, **1/4 lambda wire antenna + 1 counterpoise**, inserted into my sling bag, and I brought it when I do evening ride. Best distance so far, I could hit the [YB0AZ](https://aprs.fi/info/a/YB0AZ) digipeater (only 4.5km, though).
123+
I've done several tracking tests. The transmitter that I use was **Dorji DRA818V TX Shield** (for more info, please visit [GitHub page](https://handiko.github.io/Dorji-TX-Shield/) or [repo](https://github.com/handiko/Dorji-TX-Shield)) outputing only **500mW (!)** (approx., might be less), powered from a 5V powerbank, **1/4 lambda wire antenna + 1 counterpoise**, inserted into my sling bag, and I brought it when I do an evening ride. Best distance so far, I could hit the [YB0AZ](https://aprs.fi/info/a/YB0AZ) digipeater (only 4.5km, though).
124124
![](./tracking_test.png)
125125
126126
Best distance to [YB0AZ](https://aprs.fi/info/a/YB0AZ)

0 commit comments

Comments
 (0)