Dorji-TX-Shield

Dorji DRA818V VHF transmitter module shield for Arduino UNO & compatibles

This project is maintained by handiko

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 or GitHub repo. 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

Pinout

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

Schematic

TODO

Acknowledgements

Contributing

  1. Fork it 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