TRX with gps for telemetry
Go to file
SnkMtn000 b014672ed5
Add files via upload
2018-03-12 18:45:27 -04:00
.gitignore Initial commit 2018-01-29 10:32:26 -05:00
Block Diagram.jpg Add files via upload 2018-01-29 17:19:54 -05:00
Board_back.jpg Add files via upload 2018-03-12 18:45:27 -04:00
Board_front.jpg Add files via upload 2018-03-12 18:44:32 -04:00
LICENSE Initial commit 2018-01-29 10:32:26 -05:00
OshPark_v4_board_building.txt Add files via upload 2018-03-12 18:33:01 -04:00
README.md Update README.md 2018-03-01 18:36:49 -05:00
board_gps.jpg Add files via upload 2018-01-29 17:19:54 -05:00
promini33_rfm69_FELD_HELL_Beacon_20180121.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_FELD_HELL_GPS_20180116.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_FELD_HELL_Keyboard_20180116.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_Morse_Beacon_20180121.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_Morse_GPS_20180118.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_Morse_Keyboard_20180118.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_RTTY_5N1_4545_170_Beacon_20180121.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_RTTY_5N1_4545_170_GPS_20180119.ino Add files via upload 2018-02-01 17:26:41 -05:00
promini33_rfm69_RTTY_5N1_4545_170_Keyboard_20180118.ino Add files via upload 2018-02-01 17:26:41 -05:00
sma_pad_covered.jpg Add files via upload 2018-03-01 18:44:06 -05:00
sma_pad_exposed.jpg Add files via upload 2018-03-01 18:45:14 -05:00

README.md

Arduino-RFM69HCW-GPS

I stand on the shoulders of giants.

My code/sketches are built on previously shared code by three other contributers. They are noted at the top at each arduino sketch. I thank each of you.

Supported board I created and shared at: https://oshpark.com/shared_projects/vCLw90ht I drive everything, promini33, rfm69hcw and GPS, from the pro-mini 3.3v requlator with success from a 9vdc battery, but cannot not recommend this. I'm using a Ublox NEO-6 GPS Module with great success. Take care of the ceramic antenna. It is a brick dangling on a thread and when the center conductor breaks fails to work. I've repaird mine by stripping back the thin coax and making a very tiny light weight and high gain 1.5 GHz ground plane antenna.

***** a quick note on an issue with the board ***** The signal pin for the sma connector for the board is underneath the board coating and can be exposed by scraping off the coating exposing the copper pad. This is due to my inexperience with board design, the device foot print I used, turn around time and cost of a run of boards that I must eat. I found it a minor problem while others might find it a pain to deal with. I added two poor quality images of before and after scraping with the blade of a knife to expose the copper.

These sketches may also work with the adafruit feather M0 with the noted pin changes in software. I do not have one and could not test. (In process). Check the pin definitions on back of feather.

Three modes supported, Morse, Feld Hell, and RTTY 5N1 170Hz.

Three sketches per mode. 1) a keyboard input mode, a raw beacon mode, and one that transmits GPS telemetry.

For Feld Hell and more I'm using modulation type for register 0x02 = 0x34 of which bit 4 is undefined but works! Need to flix/clarify this. Probably should be 0x48. I need to test.

Good luck. Enjoy.

73 KC1ENN aka SnkMtn000