RS41HUP (Ham Use Project)
 
 
 
 
Go to file
df8oe 3b0db73473 removed more functions without any effect, added possibility of change RTTY shift 2017-06-13 19:10:01 +02:00
cmsis Add files via upload 2016-12-10 20:19:16 +00:00
cmsis_boot Add files via upload 2016-12-10 20:21:09 +00:00
docs Powoli działa - testy 2017-01-10 02:24:10 +01:00
rtty cleanup 2016-12-28 01:22:13 +01:00
stm_lib Add files via upload 2016-12-10 20:28:08 +00:00
syscalls Add files via upload 2016-12-10 20:29:23 +00:00
.gitignore git ignore vim temp files 2017-06-09 18:39:31 +02:00
CMakeLists.txt disbled reads from radio (do not affect anything) 2017-06-11 14:28:07 +02:00
LICENSE.txt some more refactorings, adding license text as original author's license wish 2017-06-09 13:34:48 +02:00
QAPRSBase.cpp APRS fix? 2017-06-03 19:56:07 +02:00
QAPRSBase.h APRS fix? 2017-06-03 19:56:07 +02:00
QAPRSCommon.h Przyczynek do APRSu 2017-01-07 19:16:49 +01:00
README.md some more refactorings, adding license text as original author's license wish 2017-06-09 13:34:48 +02:00
aprs.cpp some cleanups 2017-06-06 20:03:06 +02:00
aprs.h APRS fix? 2017-06-03 19:56:07 +02:00
arm-gcc-link.ld CMake 2017-06-03 19:57:00 +02:00
config.h removed more functions without any effect, added possibility of change RTTY shift 2017-06-13 19:10:01 +02:00
delay.c Zasadniczo działający APRS 2017-01-10 21:21:44 +01:00
delay.h Zasadniczo działający APRS 2017-01-10 21:21:44 +01:00
f_rtty.c more refactorings, some functions may be useless and are removed 2017-06-09 14:49:39 +02:00
f_rtty.h more refactorings, some functions may be useless and are removed 2017-06-09 14:49:39 +02:00
init.c more refactorings, some functions may be useless and are removed 2017-06-09 14:49:39 +02:00
init.h some more refactorings, adding license text as original author's license wish 2017-06-09 13:34:48 +02:00
main.c removed more functions without any effect, added possibility of change RTTY shift 2017-06-13 19:10:01 +02:00
radio.c removed more functions without any effect, added possibility of change RTTY shift 2017-06-13 19:10:01 +02:00
radio.h Powoli działa - testy 2017-01-10 02:24:10 +01:00
rtty.cogui fun.* files removed 2017-06-09 18:38:18 +02:00
rtty.comarker Add files via upload 2016-12-10 20:29:51 +00:00
rtty.comemgui Add files via upload 2016-12-10 20:29:51 +00:00
rtty.coproj Włączenie optymalizacji O3 zeby APRS działał jak kompilujemy z CoCox/CoIDE 2017-06-04 01:19:49 +02:00
ublox.c Poprawiona komunikacja z ubloxem 2017-01-22 23:45:19 +01:00
ublox.h Poprawiona komunikacja z ubloxem 2017-01-22 23:45:19 +01:00

README.md

STM32_RTTY

STM32 & SI4032 rtty test

Released under GPL v2

Use: https://www.wyzbee.com/download/Utilities/Software/CoIDE-1.7.8.exe

And: https://launchpad.net/gcc-arm-embedded/5.0/5-2016-q3-update/+download/gcc-arm-none-eabi-5_4-2016q3-20160926-win32.exe

Using Linux: cd into main folder cmake . make

Have a nice day ;)

#Changelog

  • 14.12.2016 - Reverse engineeded connections, initial hard work, resulting in working RTTY by SQ7FJB
  • 07.01.2017 - GPS now using proprietiary UBLOX protocol, more elastic code to set working frequency by SQ5RWU
  • 23.01.2017 - Test APRS code, small fixes in GPS code by SQ5RWU
  • 06.06.2017 - APRS code fix, some code cleanup

#TODO

  • More APRS config options
  • Temperature and moisture sensor?

Configuration

All configs in config.h Shift 450Hz

  • CALLSIGN RTTY callsign
  • APRS_CALLSIGN APRS callsign
  • APRS_COMMENT APRS comment
  • APRS_SSID APRS SSID - '1' -> 1, 'A' -> 10 etc.
  • RTTY_TO_APRS_RATIO number of RTTY frames between each APRS frame
  • RTTY_FREQUENCY RTTY frequency in MHz
  • APRS_FREQUENCY APRS frequency in MHz
  • RTTY_SPEED RTTY speed in bauds
  • RTTY_7BIT Use 7 bit RTTY
  • RTTY_USE_2_STOP_BITS use 2 stop bits
  • Smoc Power 0-7, where 7 means 42.95 mW@434.150 MHz measured on E4406A
  • tx_delay Delay between frames in milliseconds
  • ALLOW_DISABLE_BY_BUTTON Allow disabling device using button