You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Examples and Test files are included.
11
11
***Jumper wires and bread board**
12
12
13
13
## 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):
15
15
```c
16
16
/* SQUARE WAVE SIGNAL GENERATION
17
17
*
@@ -66,7 +66,7 @@ void set_nada_2400(void)
66
66
```
67
67
68
68
## 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.
70
70
The required GRC Flowgraph can be obtained here : [GitHub page](https://github.com/handiko/gr-APRS)
71
71
* Test circuit (**bring the loudspeaker close to your laptop's microphone**, and then run the GRC flowgraph above):
72
72

@@ -108,7 +108,7 @@ Here are some examples where the generated APRS/AFSK signal is decoded using GNU
108
108

109
109
110
110
## 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 !
@@ -120,7 +120,7 @@ Recently i performed a static test to see whether the Arduino-APRS could send th
120
120

121
121
122
122
## 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).
124
124

125
125
126
126
Best distance to [YB0AZ](https://aprs.fi/info/a/YB0AZ)
0 commit comments