Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.32 KB

REPControll

Universal HAMrepeater controller.

Based on STM32 bluepill adrduino board. It basically connects two base VHF or UHF radios.

Usage example

Controller makes a 3 second TX tail with short beep in the end after each transmition, to understand that repeater is available, and message forwarded. Every 15 minutes Controller sends on air CALLSIGN of repeater or QTH locator by morse code. Schematics https://github.com/diygoodies/REPControll/blob/master/Schematics/REPControll.pdf

IMAGE ALT TEXT HERE

IMAGE ALT TEXT HERE

USART comamands list: https://github.com/diygoodies/REPControll/blob/master/Commandslist.txt

  1. Blink on PC13 per 2s
  2. Seconds counter by attachSecondsInterrupt
  3. Change to your timezone in the sketch;
  4. Get Unix epoch time from https://www.epochconverter.com/ ;
  5. Last step input the 10 digit number( example: 1503945555) to Serialport ;
  6. The clock will be reset to you wanted.

Development setup

Code based on BluePill-RTClock-test example of https://github.com/rogerclarkmelbourne/Arduino_STM32 package