Skip to content

Commit ea9fb31

Browse files
authored
Update README.md
1 parent 1ae18af commit ea9fb31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Examples and Test files are included.
1010
* **1 mini speaker** (8 Ohms - 32 Ohms and below 0.5 watt works well).
1111
* **Jumper wires and bread board**
1212

13+
## Dorji DRA818V/U Arduino Shield
14+
This is the hardware that I used to do some tracking tests. More info on [GitHub page](https://handiko.github.io/Dorji-TX-Shield/) or [GitHub repo](https://github.com/handiko/Dorji-TX-Shield)
15+
![](./dorji_2.jpg)
16+
1317
## AFSK Bit Banging
1418
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):
1519
```c

0 commit comments

Comments
 (0)