{"id":13580559,"url":"https://github.com/kk4das/SSB_Radio_Control","last_synced_at":"2025-04-06T02:31:58.758Z","repository":{"id":50521813,"uuid":"346782447","full_name":"kk4das/SSB_Radio_Control","owner":"kk4das","description":"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","archived":false,"fork":false,"pushed_at":"2023-01-25T03:35:23.000Z","size":577,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-02T15:44:58.236Z","etag":null,"topics":["arduin","ham-radio","lcd","nextion-display","radio-controller","si5351","ssb","tft-display","transceiver","vfo"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kk4das.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-11T17:25:18.000Z","updated_at":"2024-07-10T07:33:33.000Z","dependencies_parsed_at":"2023-02-14T04:15:34.725Z","dependency_job_id":null,"html_url":"https://github.com/kk4das/SSB_Radio_Control","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kk4das%2FSSB_Radio_Control","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kk4das%2FSSB_Radio_Control/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kk4das%2FSSB_Radio_Control/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kk4das%2FSSB_Radio_Control/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kk4das","download_url":"https://codeload.github.com/kk4das/SSB_Radio_Control/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223233095,"owners_count":17110588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduin","ham-radio","lcd","nextion-display","radio-controller","si5351","ssb","tft-display","transceiver","vfo"],"created_at":"2024-08-01T15:01:53.072Z","updated_at":"2024-11-05T19:32:35.003Z","avatar_url":"https://github.com/kk4das.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"   SSB_Radio_Control\n   Dean Souleles, KK4DAS, contact kk4das@gmail.com\n \n   This sketch implement s basic SSB radio control panel with the following features:\n       Dual VFO A/B\n       Rotary encoder for tuning, push button to change tuning increment\n       SI5351 Clock generator for the LO and BFO\n       CAT Control (emulates an ICOM IC-746)\n       Split mode support (Split from CAT, manual split requres Nextion touch screen) \n       Settings memory (last frequency and mode are saved)\n       Optional S-Meter\n\n       Controls\n         * Rotary encoder to change frequence\n         * Rotary encode button changes tuning increment\n         * VFO A/B Select toggle\n         * Mode select USB/LSB toggle\n         * Tune button (emits 10 second pulsed tone at 800Hz for tuning)\n         * MOX toggle - puts rig in to Tx/Rx\n         * Optional dual-band support 20/40\n\n       Modules for different display types\n         * 20x4 LCD\n         * 320x240 TFT color display\n         * 2.8\" Nextion Touch Screen\n\n       Display features\n         * Dual VFOS\n         * Mode indicator  SSB/LSB\n         * Tx/Rx ndicator\n         * TuningStep Inidicator\n         * Optional S Meter\n         * Banner including callsign\n\n       Additional controls with the Nextion display\n         * Continuous scanning\n         * Split mode\n\n   Version 1.4\n   March 9 2021\n       Rstored LCD Display Option\n       Compile time selection of S-Meter and Dual Band mods\n       Refactoring of encoder handling\n       \n   Version 1.3\n   Jan 25, 2021\n       Changed CAT module to IC-746\n\n   Version 1.2\n   Dec 14, 2020\n       Dual Band 20/40 Support\n       S-Meter\n\n   Version 1.1\n   Dec 13. 2020\n       Ported to Nano Every for more sweet SRAM\n *        * Updated interrupt handling in Encoder.cpp to work with Nano Every (as well as UNO/Nano)\n *        * Replaced SoftwareSerial connections to Nextion with Hardware Serial - Serial1\n\n   Version 1.0\n   Aug 13, 2020\n   Adapted from SimpleSSB Sketch by N6QW, Pete Juliano and others\n\n\n   NOTE TO BUILDERS\n   This is a reference implementation of an SSB radio control program for a homebrew SSB transceiver.\n   It is a fully functioning SSB radio control program. While it has been built for my particular hardware\n   configuration every attempt has been made to make it modular in design so that the builder can swap out\n   modules at will.  It should be fairly straight forward to adapt to the builder's hardware selection\n   of switches, buttons and knobs or even alternate displays.\n   \n   REQUIRED EXTERNAL LIBRARIES:\n   * IC746CAT - https://github.com/kk4das/IC746CAT\n   * For LCD - LiquidCrystal_I2C\n   * For TFT - Adafruit_GFX.h, and Adafruit_ILI9341.h\n   * For Nextion - https://github.com/itead/ITEADLIB_Arduino_Nextion (with updates - see notes)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkk4das%2FSSB_Radio_Control","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkk4das%2FSSB_Radio_Control","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkk4das%2FSSB_Radio_Control/lists"}