An open API service indexing awesome lists of open source software.

https://github.com/handiko/dorji-tx-shield

Dorji DRA818V VHF transmitter module shield for Arduino UNO & compatibles
https://github.com/handiko/dorji-tx-shield

afsk afsk-signal aprs aprs-beacon aprs-tracker arduino arduino-shield arduino-uno dorji dorji-tx-shield dra818 dra818v telemetry

Last synced: about 1 month ago
JSON representation

Dorji DRA818V VHF transmitter module shield for Arduino UNO & compatibles

Awesome Lists containing this project

README

        

# Arduino UNO Shield for Dorji DRA818V/U Transmitter
Dorji DRA818V VHF transmitter module shield for Arduino UNO & compatibles.
This Arduino shield is intended to used as an APRS Transmitter module based on Arduino UNO (see my Arduino APRS [GitHub page](https://handiko.github.io/Arduino-APRS/) or [GitHub repo](https://github.com/handiko/Arduino-APRS). In this version (v.1.0), this board only support low power mode since high power will demand more current and this board only powered from 5V pin of the Arduino (It doesn't obtain power from Arduino Vin pin, yet).

## Photos
![](./dorji_2.jpg)
![](./dorji_merge.jpg)

## Pinout
![](./pinout.png)

_Please note that in order to use PIN 8-11 as Serial Data lines, you need to use **SoftwareSerial** library._

## Schematic
![](./Arduino_Dorji_TX_Shield_Schematic.png)

## TODO
* Adding Silkscreen layer
* Adding ISP port capability
* Adding RX capability (maybe in a different repo..?)
* ...

## Acknowledgements
* Djoko Marjono Susilo - YB1TJ
* Adafruit Proto Shield PCB [GitHub page](https://github.com/adafruit/Adafruit-Proto-Shield-PCB)

## Contributing
1. Fork it [https://github.com/handiko/Dorji-TX-Shield/fork](https://github.com/handiko/Dorji-TX-Shield/fork)
2. Create new branch (`git checkout -b add-blah-blah`)
3. Do some editing / create new feature
4. Commit your works (`git commit -m "Adding some blah blah blah.."`)
5. Push to the branch (`git push -u origin add-blah-blah`)
6. Create a new Pull Request