handiko / Dorji-TX-Shield

Dorji DRA818V VHF transmitter module shield for Arduino UNO & compatibles
https://handiko.github.io/Dorji-TX-Shield/
GNU General Public License v3.0
20 stars 41 forks source link
afsk afsk-signal aprs aprs-beacon aprs-tracker arduino arduino-shield arduino-uno dorji dorji-tx-shield dra818 dra818v telemetry

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