Skip to content

diygoodies/REPControll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HAM repeater controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages