https://github.com/kk4das/SSB_Radio_Control
Amateur Radio Single Sideband Transceiver Controller for Arduino and SI5351 Clock generator. Includes Dual VFO, single or double band support for 20 and 40 meter bands, CAT control, optional S-meter, multiple supported displays including options include 20x4 LCD, Color TFT, and 2.8" Nextion Touch Screen
https://github.com/kk4das/SSB_Radio_Control
arduin ham-radio lcd nextion-display radio-controller si5351 ssb tft-display transceiver vfo
Last synced: 21 days ago
JSON representation
Amateur Radio Single Sideband Transceiver Controller for Arduino and SI5351 Clock generator. Includes Dual VFO, single or double band support for 20 and 40 meter bands, CAT control, optional S-meter, multiple supported displays including options include 20x4 LCD, Color TFT, and 2.8" Nextion Touch Screen
- Host: GitHub
- URL: https://github.com/kk4das/SSB_Radio_Control
- Owner: kk4das
- License: gpl-3.0
- Created: 2021-03-11T17:25:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T03:35:23.000Z (over 2 years ago)
- Last Synced: 2024-08-02T15:44:58.236Z (9 months ago)
- Topics: arduin, ham-radio, lcd, nextion-display, radio-controller, si5351, ssb, tft-display, transceiver, vfo
- Language: C++
- Homepage:
- Size: 563 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
SSB_Radio_Control
Dean Souleles, KK4DAS, contact [email protected]
This sketch implement s basic SSB radio control panel with the following features:
Dual VFO A/B
Rotary encoder for tuning, push button to change tuning increment
SI5351 Clock generator for the LO and BFO
CAT Control (emulates an ICOM IC-746)
Split mode support (Split from CAT, manual split requres Nextion touch screen)
Settings memory (last frequency and mode are saved)
Optional S-MeterControls
* Rotary encoder to change frequence
* Rotary encode button changes tuning increment
* VFO A/B Select toggle
* Mode select USB/LSB toggle
* Tune button (emits 10 second pulsed tone at 800Hz for tuning)
* MOX toggle - puts rig in to Tx/Rx
* Optional dual-band support 20/40Modules for different display types
* 20x4 LCD
* 320x240 TFT color display
* 2.8" Nextion Touch ScreenDisplay features
* Dual VFOS
* Mode indicator SSB/LSB
* Tx/Rx ndicator
* TuningStep Inidicator
* Optional S Meter
* Banner including callsignAdditional controls with the Nextion display
* Continuous scanning
* Split modeVersion 1.4
March 9 2021
Rstored LCD Display Option
Compile time selection of S-Meter and Dual Band mods
Refactoring of encoder handling
Version 1.3
Jan 25, 2021
Changed CAT module to IC-746Version 1.2
Dec 14, 2020
Dual Band 20/40 Support
S-MeterVersion 1.1
Dec 13. 2020
Ported to Nano Every for more sweet SRAM
* * Updated interrupt handling in Encoder.cpp to work with Nano Every (as well as UNO/Nano)
* * Replaced SoftwareSerial connections to Nextion with Hardware Serial - Serial1Version 1.0
Aug 13, 2020
Adapted from SimpleSSB Sketch by N6QW, Pete Juliano and othersNOTE TO BUILDERS
This is a reference implementation of an SSB radio control program for a homebrew SSB transceiver.
It is a fully functioning SSB radio control program. While it has been built for my particular hardware
configuration every attempt has been made to make it modular in design so that the builder can swap out
modules at will. It should be fairly straight forward to adapt to the builder's hardware selection
of switches, buttons and knobs or even alternate displays.
REQUIRED EXTERNAL LIBRARIES:
* IC746CAT - https://github.com/kk4das/IC746CAT
* For LCD - LiquidCrystal_I2C
* For TFT - Adafruit_GFX.h, and Adafruit_ILI9341.h
* For Nextion - https://github.com/itead/ITEADLIB_Arduino_Nextion (with updates - see notes)