User Manual for KD8CEC ubitx firmware rev 1.072

Size: px
Start display at page:

Download "User Manual for KD8CEC ubitx firmware rev 1.072"

Transcription

1 Table of Contents Introduction...3 Acknowledgments...4 New Features...5 Four different types of LCD display are supported...5 Optional Factory Calibration...5 SDR Support...5 S Meter support...6 Support Extended Buttons...6 Software Installation...7 Installing a.hex file...7 Installing from source files...8 Software Options...11 Initial display...15 CECFW Menu system...16 MAIN MENU...17 Band Select...19 Select VFO x...19 Select Mode...19 Rit Off On...19 IF Shift: On, IF Shift Change...20 ATT On...21 CW 20WPM Change...21 Split On...21 VFO to Channel...21 Channel to VFO...22 Memory Keyer...22 WSPR Beacon...22 SDR Mode On...22 Setup On...22 TUNING RATE MENU...22 HARDWARE ARCHITECTURE...24 document rev 0.87 page 1 of 32

2 USB Example...25 LSB Example...25 SETUP MENU...27 Set Calibration...27 Set the BFO...28 Set CW RX BFO...28 Change CW Tone...28 CW TX-RX Delay...29 CW Start Delay...29 Change Key Type...29 ADC Line Monitor...29 TX OFF...29 Exit Menu?...29 ubitx CAT control...30 ubitx Memory Manger...31 Installing Memory Manager...32 document rev 0.87 page 2 of 32

3 Introduction User Manual for KD8CEC ubitx firmware rev This manual describes features of the KD8CEC firmware (software) revision running on a ubitx transceiver. The KD8CEC firmware ( CECFW herein) was written by Dr. Ian Lee, KD8CEC. Ian has graciously provided the CECFW to the ubitx community under the GNU public license. Ian maintains a website which contains up-to-date information on CECFW. This manual is written for people who have some understanding of the ubitx transceiver hardware as described at As shipped, a ubitx has factory firmware ( Factory FW herein) installed, which was written by Ashar Farhan, designer of the ubitx hardware. CECFW is an optional alternative to the Factory FW. Many features of CECFW are similar to the Factory FW, both at the operational level, and at the EEPROM byte storage level. If you install and test CECFW, and then decide to revert to the Factory FW, it is simple to re-install the Factory FW. See for instructions to re-install the Factory FW. CECFW is open-source, and you can change and/or modify it to suit your needs, per the GNU public license. document rev 0.87 page 3 of 32

4 This manual was written by Rod Davis, KM6SN. Please send any errata or feedback to Please indicate what revision level of this document you are reporting about. Please note this manual is not an official manual, and it is incomplete, and may contain errors. This manual is released under the GNU General Public License v3. This manual is provided as is without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Any trademarks shown in this manual are the property of their respective owners. Acknowledgments Thanks to Dr. Ian Lee for his generous contribution to the ubitx community. Many thanks to Mike, ZL1AGX, for his website which is a central repository of ubitx information, including information on KD8CEC firmware. I am grateful for the valuable proofreading help, and constructive suggestions from (in no particular order): Jon KK6LVO, Al N1AW, Vince N2AIE, Ralph Kuehn, Paul K0ZYV, Dennis KG4RUL, Richard WB8YXF. If I have accidentally omitted your name from this list, please pardon me, and send me an correcting my ways! document rev 0.87 page 4 of 32

5 New Features Quite a few new features are available, in addition to the features provided in previous releases. Some of the new features are: Four different types of LCD display are supported. A. The original 16 character 2 line display using parallel wiring B. A 16 character 2 line display using I2C bus wiring C. A 20 character 4 line display using parallel wiring D. a 20 character display using I2C bus wiring See the section Software Options for further details. Optional Factory Calibration Many users do not use The Factory Calibration feature; instead, they use the Setup Menu calibration features. In this CECFW revision, you can elect NOT to compile the Factory Calibration functions. See the section Software Options for more details. SDR Support See ttp:// document rev 0.87 page 5 of 32

6 S Meter support Using a 20 character LCD, S meter software support is provided: Instructions for this will be provided in a later revision of this manual. Support Extended Buttons If you use an I2C LCD display you can use the newly-freed-up I/O pins for new front-panel pushbutton functions. See section Software Options for more details. document rev 0.87 page 6 of 32

7 Software Installation CECFW is available in two forms: 1. a.hex file which can be directly loaded onto the ubitx, or 2. a collection of software source files with.ino as a file extension, which need to be compiled and uploaded onto the ubitx. Installing a.hex file Instructions for installing a.hex file in a Windows PC can be found here: On a Linux PC system the procedure is : 1. install the avrdude software package on the PC. 2. add your username to the group dialout via the command sudo adduser yourusername dialout 3. check to see whether ttyusb0 exists in the directory /dev/ via the command ls /dev/ttyu* if ttyusb0 does not exist: a. create a file ubitx.rules, and place the following into it: SUBSYSTEMS=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="7523", MODE:="0666" (should be all on one line) document rev 0.87 page 7 of 32

8 b. copy ubitx.rules to /etc/udev/rules.d/ via the command sudo cp ubitx.rules /etc/udev/rules.d/ c. reboot your PC The process described above should be done one-time only. Then, to upload a file called myfile.hex onto the ubitx, in a command-line window, use this command: avrdude p m328p P /dev/ttyusb0 c arduino b U flash:w:myfile.hex (the above should be all on one line) In the above example, change myfile.hex to the applicable.hex file name. Installing from source files The CECFW source is a collection of text files formatted as Arduino programming code, each with an.ino file extension. This collection of files is called an Arduino sketch, and will be compiled with the Arduino IDE, Arduino Integrated Development Environment. CECFW installation: (Although the following description may seem lengthy, it is not complex. Do one step at a time. ) A. Use a USB cable and connect your PC to the ubitx. document rev 0.87 page 8 of 32

9 B. Download and install the appropriate Arduino IDE for your platform from the main site Arduino IDE versions is preferred, but version may also work. C. Download the CECFW source code from github For this example we will be using version Click the Branch button to select version 1.072, then click Clone or download and click Download ZIP. Unzip the downloaded file and make a note of the folder location, or move the unzipped directory into your arduino sketch folder. D. Start the Arduino IDE, choose File, Open and navigate to the directory where you unzipped the version and continue into the ubitix_20 directory. Select the ubitx_20.ino file, click Open and thirteen tabs will open, one for each file in the directory. The downloaded code for is set for a default of 20x4 Parallel LCD. IT IS NECESSARY TO CHANGE THE ubitx.h FILE TO ACCOMODATE A STANDARD UBITX RADUINO WITH A 16X2 PARALLEL LCD. document rev 0.87 page 9 of 32

10 See the section on Software Options, Display Types for making necessary edits in the ubitix.h file according to the type of LCD display being used on your system. To compile the code and upload, first verify the type of board, processor and serial port in use. Select Tools from the IDE menu, Board, and choose Arduino Nano. Select Tools from the IDE menu, Processor, and choose ATMega328P. Select Tools from the IDE menu, Port, and choose the appropriate port for the board. Linux systems use /dev/ttyusb0, or possibly /dev/ttyusb1 Windows systems will show a numbered COM port. Use the Windows device manager to identify the COM port associated with the ubitx. To compile and verify the code, click the Verify button, a check-mark button at the top-left corner of the screen. To compile and upload the code, click the Upload button, an arrow button, at the top-left corner of the screen. If the board type and processor and serial port are configured correctly, the process should complete without any errors. Monitor the output of the compile and upload process in the lower part of the screen. Status and progress messages will appear here, and you can increase verbosity by checking the verbose messages option under File, Preferences. When the upload is complete, you can remove the USB cable and start operating the ubitx transceiver. document rev 0.87 page 10 of 32

11 Software Options Display Types Four different types of LCD display are supported. A. The original 16 character 2 line display using parallel wiring B. A 16 character 2 line display using I2C bus wiring C. A 20 character 4 line display using parallel wiring D. a 20 character display using I2C bus wiring Edit the ubitx.h file and select the type of LCD display to be used. The lines of interest are THE ubitx.h FILE, AS DOWNLOADED, LOOKS LIKE THIS: //#define UBITX_DISPLAY_LCD1602P //#define UBITX_DISPLAY_LCD1602I #define UBITX_DISPLAY_LCD2004P //#define UBITX_DISPLAY_LCD2004I //LCD mounted on unmodified ubitx //I2C type 16 x 02 LCD //24 x 04 LCD (Parallel) //I2C type 24 x 04 LCD because it is for a 20x4 display. TO USE THIS CODE ON AN ORIGINAL UBITX WITH A 16X2 DISPLAY, CHANGE THE FOUR LINES TO LOOK LOOK LIKE THIS: #define UBITX_DISPLAY_LCD1602P //#define UBITX_DISPLAY_LCD1602I //#define UBITX_DISPLAY_LCD2004P //#define UBITX_DISPLAY_LCD2004I //LCD mounted on unmodified ubitx //I2C type 16 x 02 LCD //24 x 04 LCD (Parallel) //I2C type 24 x 04 LCD Be aware the hash-character # must be in the first column of the line. document rev 0.87 page 11 of 32

12 PLEASE NOTE THE LCD SELECTION IN SOFTWARE MUST AGREE WITH THE HARDWARE DISPLAY TYPE AND WIRING YOU ARE USING. A parallel LCD display will use up to 16 data pins and the I2C display will use 3 data pins. Using an I2C display frees up 5 Raduino pins that can be used for different functions. document rev 0.87 page 12 of 32

13 S meter This section is to be completed. Factory Calibration Many users do not use The Factory Calibration feature; instead, they use the Setup Menu calibration features. In this CECFW revision, you can elect NOT to compile the Factory Calibration functions,, by modifying the file ubitx.h, line 34 which reads: #define ENABLE_FACTORYALIGN Place the two characters // in front of the # character to disable Factory Calibration features and free up some program space. Save the file, compile and upload. Support Extended Buttons If you use an I2C LCD display you can use the newly-freed-up I/O pins for new front-panel pushbutton functions. You can add frequently used Mode Change, Band Up, Band Down and Select Tune Step buttons. Function keys can be mounted using resistors and switches. The following image is from the ubitx Memory Manager software which runs on the PC: document rev 0.87 page 13 of 32

14 This also registers key values in ubitx Manager for various product support. Details on how to do this will be posted separately after releasing the firmware. document rev 0.87 page 14 of 32

15 Initial display User Manual for KD8CEC ubitx firmware rev Using the CECFW, when powered-on, the ubitx will initially display something like this: THE TOP LINE MEANS: 1. CECFW provides two VFOs, VFO A and VFO B. On the top line, M shows the frequency VFO B is currently tuned to. This is just a reminder. VFO A is the active VFO, shown by the A: on the next line Hz - shows the current tune rate; for each click of the encoder the VFO frequency will change by 50 Hz. 3. ST - means the CW mode is currently Straight Key. That means only the key jack tip and sleeve are monitored for key closures. THE BOTTOM LINE MEANS: 1. LSB Lower Sideband is the receive and transmit operating mode. 2 A: - VFO A is in use 3. the ubitx is currently tuned to 7,053,400 Hz. document rev 0.87 page 15 of 32

16 CECFW Menu system The ubitx has a rotary encoder with a push-switch. In this document, that push-switch is called the Function SW. Be aware there are three different time-durations of Function SW push that are important: Short duration: a quick click; approximately one or two tenths of a second Medium duration: approximately one second Long duration : approximately two seconds There are four different operational menus that can be selected by pushing the Function SW. 1. Short duration push: invokes the MAIN MENU 2. Medium duration push: invokes the TUNING RATE MENU 3. Long duration push: locks/unlocks the VFO. 4. Push and hold the Function SW during ubitx power-up: this invokes Factory Calibration mode. This menu is practically obsolete, and you may remove it from the firmware; see the section Software Options. That process frees up program memory space on the Nano. document rev 0.87 page 16 of 32

17 MAIN MENU User Manual for KD8CEC ubitx firmware rev When you have done a short push on the Function SW, MAIN MENU options appear. You can scroll through the options by turning the encoder knob. The options, are: Band Select Select VFO B? (or, if you are currently using VFO B, this will show VFO A) Select Mode RIT: Off, On IF Shift: Off, On ATT On CW: 20WPM Change Split On VFO to Channel Channel to VFO Memory Keyer WSPR Beacon document rev 0.87 page 17 of 32

18 SDR Mode On User Manual for KD8CEC ubitx firmware rev Setup On (Setup off) pertaining to setup) (reveals/hides previously hidden menu items Exit Menu document rev 0.87 page 18 of 32

19 When you find the menu item you want, push the Function SW. Each menu item will be described in the following section. Band Select. This menu displays Press to confirm. Turn the encoder until the band you want shows up on the bottom line. Then press the Function SW. Note that you can get to a quick exit from this menu by rotating the encoder counter-clockwise (anticlockwise). When Band Select is displayed, by applying a long-press to the Function SW you can toggle between Ham Band and General Coverage. Select VFO x. Selecting this menu option changes which VFO is selected. If VFO A was active, the display will change to VFO B. Conversely, if VFO B was active, the display will change to VFO A. Select Mode. Use this menu option to select the transceiver mode of operation. Turn the encoder until the > symbol points to the mode you want, then push the Function SW again. The available modes are LSB, USB, CWL, and CWU. Rit Off On. Select this menu option to start RIT (Receive Incremental Tuning). Turn the encoder to change the receive frequency. When the frequency is what you want, push the Function SW. THEN TURN THE ENCODER UNTIL Exit Menu? Is shown, and push the Function SW again. document rev 0.87 page 19 of 32

20 In this example: VFO A is in use, and the ubitx will transmit on , and it will receive on IF Shift: On, IF Shift Change This menu entry adjusts the BFO so that voices sound more natural. Tune the ubitx to listen to sideband voice prior to selecting this menu entry. Then 1. Select the IF Shift:ON 2. Turn the encoder knob until the voice sounds the most natural, then 3. Carefully push the Function SW to save the setting. Note when the IF shift value is non-zero, this menu entry will read IF Shift Change? A long-press on the Function SW while IF Shift Change? is showing will turn IF Shift Off. Similarly, a long-press on the Function SW while changing the IF Shift value will turn IF Shift Off. document rev 0.87 page 20 of 32

21 ATT On This section to be provided. CW 20WPM Change Turn the encoder until the desired CW speed is displayed, then press the Function SW. Split On Press the Function SW to turn Split operation on. To turn Split operation off, go to the Main Menu, and select menu Split Off? And press the Function SW. Split operation means using one VFO for receive, and the other VFO for transmit. VFO to Channel The CECFW provides the ability to save the current operating environment (VFO selection, mode, etc) in Channels. You can think of a Channel as a separate and special memory place that persists and endures across power off/on cycles. You can save all of your favorite operating frequencies and modes in these Channels, and recall them later at your convenience. There are 20 Channels. Turn the encoder to select the Channel you want to use. Channels which have something in them will show the frequency which was saved. Channels which have never been used show as blanks. When you are on the channel you want to use, press the Function SW to store the current environment into the Channel. document rev 0.87 page 21 of 32

22 Channel to VFO User Manual for KD8CEC ubitx firmware rev Use this function to recall the operating environment stored in a Channel. Turn the encoder to show the Channel you want, and then press the Function SW. Memory Keyer This section is to be completed. WSPR Beacon This section is to be completed. SDR Mode On See Setup On The CECFW has a hidden menu extension to the MAIN MENU functions shown above. Usually they are not accessible. To access these hidden functions, when in the Setup ON menu, press the Function SW. Then, the next time you press the Function SW to invoke the Main Menu, turn the encoder past the Setup Off function, and continue to turn the encoder past the Exit Menu function to reveal additional Setup Menu items. TUNING RATE MENU Note that this is not a part of the Main Menu; to invoke the Tuning Rate Menu hold the Function SW in for medium duration. document rev 0.87 page 22 of 32

23 This menu entry selects the number of Hz that main tuning will change for each pulse from the encoder. Turn the encoder until you see the tuning rate you desire, then push the Function SW. document rev 0.87 page 23 of 32

24 HARDWARE ARCHITECTURE A word about ubitx hardware architecture is needed here. The ubitx is a double-conversion transceiver, with a First IF of 45 MHz, and a Second IF of 12 MHz. UBITX architecture is shown here: The CECFW configures the ubitx as a 12 MHz USB rig, with two front-end mixers to cover the HF ham bands. For receive operation, starting at the antenna, the First Mixer converts the ham band of interest to 45 MHz. The signal is passed through a 45 MHz filter which is about 15 khz wide, and then on to the Second Mixer. The Second Mixer converts the 45 MHz signal to 12 MHz. On transmit, the signal directions are reversed. The Third LO is what is commonly known as the BFO. The Third LO feeds the Product Detector. The Third LO frequency is always lower than 12 MHz.,which is the approximate center frequency of the crystal filter. Therefore, the Product Detector is always operating in the USB mode. document rev 0.87 page 24 of 32

25 In the following examples assume the ubitx is tuned to MHz. Frequencies in these examples are approximate. USB Example USB The First Local Oscillator (First LO) feeds the First Mixer. The First LO always runs at a higher frequency than the ham band being used. In this example the First LO runs at approximately MHz. Because the First LO is higher than the incoming signal, the First Mixer causes sideband inversion. Therefore, the signal coming out of the First Mixer is now LSB at 45 MHz. The Second LO feeds the Second Mixer. Sideband selection is done by a judicious choice of Second LO frequencies. In this example, the Second LO runs at MHz, which is higher than 45 MHz, and the sidebands are inverted by the Second Mixer. Therefore, the output of the Second Mixer is USB once again, and at 12 MHz. LSB Example LSB The First Local Oscillator (First LO) feeds the First Mixer. The First LO always runs at a higher frequency than the ham band being used. In this example the First LO runs at approximately MHz. Because the First LO is higher than the incoming signal, the First Mixer causes sideband inversion. Therefore, the signal coming out of the First Mixer is now USB at 45 MHz. document rev 0.87 page 25 of 32

26 The Second LO feeds the Second Mixer. Sideband selection is done by a judicious choice of Second LO frequencies. In this example, the Second LO is runs at MHz, which is lower than 45 MHz, and the sidebands are NOT inverted by the Second Mixer. Therefore, the output of the Second Mixer is still USB, but at 12 MHz. document rev 0.87 page 26 of 32

27 SETUP MENU The following functions alter ubitx fundamental setups. The reader is strongly encouraged to use the KD8CEC Memory Manager software on the PC to save the current ubitx settings for a backup prior to modifying any critical items. See section ubitx Memory Manager for details. Set Calibration The ubitx uses an SI5351 synthesizer chip to generate 3 frequency sources. The SI5351 has a main reference crystal oscillator on-board that can be accurately calibrated using this menu. The procedure is: 1. put the ubitx in USB mode 2. connect an antenna to the ubitx to listen 10 MHz WWV; alternatively connect a calibrated signal source at 10 MHz to the antenna input 3. navigate the menus to get to the Set Calibration entry, and press the Function Sw. The ubitx will tune to 10,000,000 Hz, but the display will not show that. 4. rotate the encoder until you hear the zero beat 5. Carefully push the Function SW to save the calibration document rev 0.87 page 27 of 32

28 As a result of this process, ubitx frequencies will be within a few Hz of the dial setting. For those who have access to a high resolution frequency counter, as an alternative to the above, you can: connect the ubitx to the counter via a pad of at least 20 db, and hold the CW key down while adjusting the ubitx encoder until you see on the frequency is exact. Then carefully push the Function SW to save the calibration. Set the BFO Set the BFO frequency used in USB and LSB. Rotate the encoder to vary the BFO frequency, then press the mic PTT switch to confirm. If you do not want to change the BFO frequency, press the function switch to abort. Set CW RX BFO Set the BFO frequency used in USB and LSB. Rotate the encoder to vary the BFO frequency, then press the mic PTT switch to confirm. If you do not want to change the BFO frequency, press the function switch to abort. Change CW Tone Set the CW sidetone frequency. Rotate the encoder to vary the CW sidetone frequency, then press the mic PTT switch to confirm. If you do not want to change the BFO frequency, press the function switch to abort. document rev 0.87 page 28 of 32

29 CW TX-RX Delay To be written. CW Start Delay To be written. Change Key Type This menu entry controls how the key contact closures are recognized by the firmware. Rotate the encoder to chose one of Straight key, or keyer IambicA mode, or keyer IambicB mode, then push the Function SW. ADC Line Monitor This function will become obsolete. TX OFF To be written. Exit Menu? document rev 0.87 page 29 of 32

30 ubitx CAT control The CECFW emulates a subset of the Yaesu FT-817 CAT protocol. To use PC software with ubitx CAT: 1. use a USB cable to connect the PC to the ubitx 2. in PC software, select Yaesu FT select baud, 8 bits, no parity, 2 stop bits. document rev 0.87 page 30 of 32

31 ubitx Memory Manger The ubitx Memory Manger software ( MMSW herein) runs on a PC that is connected to a ubitx. There is a group of data on the ubitx that is stored in a re-writeable memory called EEPROM. The MMSW provides the functions to: 1. Connect to the ubitx, and 2. read the ubitx EEPROM data from the ubitx, and 3. decode the EEPROM data into human-recognizable entries, and 4. change the EEPROM data, and 5. encode the human-reconizable entries into hexadecimal, and 6. write the EEPROM data to the ubitx, and 7. write the EEPROM data to a file on the PC (with a.btx file extension), thereby providing a backup system for the ubitx settings, and 8. load a.btx file into the MMSW, allowing one to encode the data and then write it to the ubitx to restore ubitx settings. A separate manual will explain the features of the Memory Manager in more detail. document rev 0.87 page 31 of 32

32 Installing Memory Manager on Microsoft Windows PCs, go to zip on Linux PCs, go to On Linux systems, you must install Mono, an the open-source software that provides a.net framework. Then, invoke the Memory Manager using the command-line like this: mono ubitx_manager.exe Linux users- note that you must check the Linux Compatibility Mode box in the upper left corner. Also be aware in the serial port selection window you may have to use the down-arrow to scroll far enough down to find /dev/ttyusb0 Linux users- also note it may be necessary to execute the procedure described in the section Installing a.hex file before running the Memory Manager. document rev 0.87 page 32 of 32

User Manual for KD8CEC ubitx firmware rev 1.061

User Manual for KD8CEC ubitx firmware rev 1.061 Table of Contents Introduction...3 Acknowledgments...4 Software Installation...5 Installing a.hex file...5 Installing from source files...5 Initial display...8 CECFW Menu system...9 MAIN MENU...10 Band

More information

User Manual for KD8CEC ubitx software rev 1.061

User Manual for KD8CEC ubitx software rev 1.061 Table of Contents Introduction...3 Software Installation...5 Installing a.hex file...5 Installing from source files...5 Initial display...8 CECSW Menu system...9 MAIN MENU...10 Band Select...11 Select

More information

W0EB/W2CTX Firmware for the Micro BITX meter Transceiver for Release V2.00R

W0EB/W2CTX Firmware for the Micro BITX meter Transceiver for Release V2.00R W0EB/W2CTX Firmware for the Micro BITX 80-10 meter Transceiver for Release V2.00R Software running on W0EB s Test Platform. Version 2.00b is final pre-release test. Instructions for ubitx Version 2.00R

More information

W0EB/W2CTX ubitx I2C/Digital I/O Modification and Firmware Instructions

W0EB/W2CTX ubitx I2C/Digital I/O Modification and Firmware Instructions W0EB/W2CTX ubitx I2C/Digital I/O Modification and Firmware Instructions This manual covers the latest ubitx modifications to allow I2C control of the display and accompanying software by: Ron Pfeiffer,

More information

W0EB/W2CTX V4.02R I2C/Digital I/O Firmware instructions for the Micro BITX meter Transceiver

W0EB/W2CTX V4.02R I2C/Digital I/O Firmware instructions for the Micro BITX meter Transceiver W0EB/W2CTX V4.02R I2C/Digital I/O Firmware instructions for the Micro BITX meter Transceiver Version 4.01R software instruction manual for an I2C display equipped ubitx transceiver, written by Ron Pfeiffer,

More information

W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using The BITeensio Micro-Controller with an I2C LCD display

W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using The BITeensio Micro-Controller with an I2C LCD display W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using The BITeensio Micro-Controller with an I2C LCD display Manual Version 1.25 Copyright by W0EB/W2CTX, Aug.8, 2018, All Rights Reserved.

More information

W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using A Teensy 3.6 Micro-Controller

W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using A Teensy 3.6 Micro-Controller W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using A Teensy 3.6 Micro-Controller Manual Version 1.02 Copyright by W0EB/W2CTX, May 24, 2018, All Rights Reserved. (This document may

More information

HT-1A Dual Band CW QRP Transceiver. User Manual

HT-1A Dual Band CW QRP Transceiver. User Manual HT-1A Dual Band CW QRP Transceiver User Manual Rev A, June 17, 2018 Designed by BD4RG Exclusively distributed by CRKITS.COM and its worldwide distributors Join the group http://groups.io/g/crkits to get

More information

JUMA-TRX2 serial protocol description OH2NLT

JUMA-TRX2 serial protocol description OH2NLT JUMA-TRX2 serial protocol description OH2NLT 22.08.2007 JUMA-TRX2 serial interface protocol can be selected from TRX2 user setup. Long push of DISPLAY button gives setup menu for the user. Short pushes

More information

GSDR Basic set up using QRP2000. Modes using third party software will be covered in another tutorial. Remember you must download two files, the

GSDR Basic set up using QRP2000. Modes using third party software will be covered in another tutorial. Remember you must download two files, the GSDR Basic set up using QRP2000. Modes using third party software will be covered in another tutorial. Remember you must download two files, the install and the latest update. Extract both folders and

More information

Shows the name of the currently selected RX (!) audio filter. Top line is the upper frequency, lower line the characteristic parameter:

Shows the name of the currently selected RX (!) audio filter. Top line is the upper frequency, lower line the characteristic parameter: There is another project which provides operating manual on gitbook started by Marc, EA3HZZ. You can access this project here (https://www.gitbook.com/book/ea3hzz/mchfmanual/details). Contributors / colaborators

More information

Inside the Ten-Tec 506 Rebel Open Source QRP CW Transceiver. Bob Proctor, N6YPE and Brian Tompson, AC7FK

Inside the Ten-Tec 506 Rebel Open Source QRP CW Transceiver. Bob Proctor, N6YPE and Brian Tompson, AC7FK Inside the Ten-Tec 506 Rebel Open Source QRP CW Transceiver Bob Proctor, N6YPE and Brian Tompson, AC7FK About us Bob, N6YPE, has been licensed since 1990, is now an applications engineer at Microchip.

More information

CAT Controlled Fract-N Synthesizer

CAT Controlled Fract-N Synthesizer CAT Controlled Fract-N Synthesizer Overview The unit is a PIC based interface that takes in serial Computer Aided Transceiver (CAT) commands and translates them into the register values to programme an

More information

Memory Keyer for the RockMite

Memory Keyer for the RockMite NØXAS PicoKeyer-RM Memory Keyer for the RockMite The PicoKeyer is a single chip, automatic iambic Morse code keyer with two message memories. Perfect for portable or QRP operation or for integrating into

More information

Memory Keyer for the RockMite

Memory Keyer for the RockMite NØXAS PicoKeyer-RM Memory Keyer for the RockMite The PicoKeyer is a single chip, automatic iambic Morse code keyer with two message memories. Perfect for portable or QRP operation or for integrating into

More information

Installation instructions for USB cables SiLabs CP2102 chipset Please install driver before connecting cable!

Installation instructions for USB cables SiLabs CP2102 chipset Please install driver before connecting cable! TechnoFix UK Installation instructions for USB cables SiLabs CP2102 chipset This document contains four sections: 1. USB cable driver installation instructions 2. Instructions for CAT & CI-V cables 3.

More information

BASIC Arduino. Part I

BASIC Arduino. Part I BASIC Arduino Part I Objectives Introduction to Arduino Build a 1-60MHz DDS VFO prototype, breadboard and write Sketches, with Buffer amps to be designed, and PCB Using your own laptop Go on to build other

More information

Sierra Radio Systems. Making a Keyer with the. HamStack. Project Platform

Sierra Radio Systems. Making a Keyer with the. HamStack. Project Platform Sierra Radio Systems Making a Keyer with the HamStack Project Platform Introduction The HamStack Project Board includes primary interface elements needed to make a high quality CW keyer. Using the LCD

More information

UVK-200/UCW-100 Programmer s Manual

UVK-200/UCW-100 Programmer s Manual UVK-200/UCW-100 Programmer s Manual Rev. 1.02 June, 2005 Overview Newer PCs, especially lap tops often do not have COM or LPT ports which are frequently used to interface PCs to Ham Radio equipment. This

More information

Microsystems. UVK-200/UCW-100 Programmer s Manual. Rev April 29, Overview

Microsystems. UVK-200/UCW-100 Programmer s Manual. Rev April 29, Overview UM Unified Microsystems UVK-200/UCW-100 Programmer s Manual Rev. 1.01 April 29, 2005 Overview Newer PCs, especially lap tops often do not have COM or LPT ports which are frequently used to interface PCs

More information

FLRIG Users Manual 1.3. Generated by Doxygen

FLRIG Users Manual 1.3. Generated by Doxygen FLRIG Users Manual 1.3 1.8.11 Contents 1 FLRIG Users Manual - Version 1.3 1 1.1 Transceiver Control.......................................... 1 1.2 Supported Transceivers........................................

More information

W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using The BITeensio Micro-Controller with a Color TFT Touch Screen Display

W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using The BITeensio Micro-Controller with a Color TFT Touch Screen Display W0EB/W2CTX Software Operating Manual for the MicroBITX Transceiver Using The BITeensio Micro-Controller with a Color TFT Touch Screen Display Manual Version 1.35 Copyright by W0EB/W2CTX, Sept.14, 2018,

More information

An Arduino Controlled 1 Hz to 60 MHz Signal Generator

An Arduino Controlled 1 Hz to 60 MHz Signal Generator An Arduino Controlled 1 Hz to 60 MHz Signal Generator Greg McIntire, AA5C AA5C@arrl.net WWW..ORG 1 Objectives Build a standalone 60 MHz signal generator based on the DDS-60 board. Originally controlled

More information

PEP950 This procedure is used to update Main CPU V0105 and EDSP V11.39 the flash programming for the FT-950 Transceivers.

PEP950 This procedure is used to update Main CPU V0105 and EDSP V11.39 the flash programming for the FT-950 Transceivers. 1/16/09 Rev. 1/22/09 PEP950 This procedure is used to update Main CPU V0105 and EDSP V11.39 the flash programming for the FT-950 Transceivers. We recommend installing the Flash Programming Software on

More information

This package should include the following files.

This package should include the following files. This version (SYNTH v2.10) fixed a bug that caused the LCD to briefly display LOCKED when the PLL was unlocked. (display would show UNLOCK then briefly LOCKED then UNLOCK etc) It also fixed a bug that

More information

MemoryKeyerV2.0.ino (AtoM.h, MtoA.h, Canned.h)

MemoryKeyerV2.0.ino (AtoM.h, MtoA.h, Canned.h) MemoryKeyerV2.0.ino (AtoM.h, MtoA.h, Canned.h) This is an Arduino sketch that acts as an iambic memory keyer for amateur radio use. It can easily be constructed in a Standard Arduino Enclosure (Altoids

More information

ADMS-4B Programming Software for the Yaesu FT-857 / FT-897

ADMS-4B Programming Software for the Yaesu FT-857 / FT-897 for the Yaesu FT-857 / FT-897 Memory Types Memories Limit Memories VFO A VFO B Home Memory Channel Functions Name Show Name Tone Mode Rx Mask The ADMS-4B Programmer is designed to give you the ease and

More information

RIGblaster Plug & Play

RIGblaster Plug & Play RIGblaster Plug & Play www.westmountainradio.com 1020 Spring City Drive Waukesha, WI 53186 262-522-6503 sales@westmountainradio.com 2013 West Mountain Radio, All rights reserved. All trademarks are the

More information

SMiRF v1 Serial Miniature RF Link 8/25/2004

SMiRF v1 Serial Miniature RF Link 8/25/2004 interface and protocol requirements for the SMiRF USB Powered Wireless link. Please report typos, inaccuracies, and especially unclear explanations to us at spark@sparkfun.com. Suggestions for improvements

More information

ADMS-VX8 Programming Software for the Yaesu VX-8/VX-8D

ADMS-VX8 Programming Software for the Yaesu VX-8/VX-8D ADMS-VX8 Programming Software for the Yaesu VX-8/VX-8D Memory Types Memories Skip Memories Limit Memories EAI Memory VFO A VFO B Home Marine Memories SW Memories Weather Memories Memory Channel Functions

More information

FSII-BASE-II v1.5 RELEASE NOTE

FSII-BASE-II v1.5 RELEASE NOTE ECLIPSE HX VERSION 8.5.0 Rev A RELEASE NOTE Release Note FSII-BASE-II v1.5 RELEASE NOTE Date: August 24 th 2018 Release: v1.5 Doc Part No: 399G171 Rev G CONTENTS 1 INTRODUCTION... 3 1.1 Scope... 3 1.2

More information

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing

SECOND EDITION. Arduino Cookbook. Michael Margolis O'REILLY- Tokyo. Farnham Koln Sebastopol. Cambridge. Beijing SECOND EDITION Arduino Cookbook Michael Margolis Beijing Cambridge Farnham Koln Sebastopol O'REILLY- Tokyo Table of Contents Preface xi 1. Getting Started 1 1.1 Installing the Integrated Development Environment

More information

ADMS-7900 Programming Software for the Yaesu FT-7900

ADMS-7900 Programming Software for the Yaesu FT-7900 for the Yaesu FT-7900 Memory Types Memories Limit Memories Home Hyper Memory 1-5 Memory Channel Functions Receive Frequency Transmit Frequency Offset Frequency Offset Direction Operating Mode Name Show

More information

SeeMeCNC Guides. Step 5: Installing the Firmware. This guide will show you how to install the firmware on your Rostock MAX v3 3D printer.

SeeMeCNC Guides. Step 5: Installing the Firmware. This guide will show you how to install the firmware on your Rostock MAX v3 3D printer. SeeMeCNC Guides Step 5: Installing the Firmware This guide will show you how to install the firmware on your Rostock MAX v3 3D printer. Written By: geneb 2016 seemecnc.dozuki.com Page 1 of 7 Step 1 Download

More information

ADMS-270 Programming Software for the Yaesu FT-270

ADMS-270 Programming Software for the Yaesu FT-270 for the Yaesu FT-270 Memory Types Memories Limit Memories VFO Home Memory Channel Functions Receive Frequency Name Show Name Rx Tx Power Skip Half Dev Bank 1-10 The ADMS-270 Programmer is designed to give

More information

The CW Machine Hardware

The CW Machine Hardware The CW Machine Hardware 2010 Ulrich H. Steinberg Contents Introduction...2 Connecting the Hardware...3 The Configuration Switches...5 Power Considerations...7 Serial Communication...8 Installing the USB-Serial

More information

ISOTERM-MULTICON USB

ISOTERM-MULTICON USB ISOTERM-MULTICON USB INSTRUCTIONS FOR CP-2102 Model DATA INTERFACE de G3LIV JULY 2012 Email Johnny@melvin.com Tel 0191-2843028 www.g3liv.co.uk 1 Welcome to the World of PSK-31. l want to make it easy for

More information

SO2Rxlat USB Serial to LPT SO2R Translation Board Version 8B firmware

SO2Rxlat USB Serial to LPT SO2R Translation Board Version 8B firmware SO2Rxlat USB Serial to LPT SO2R Translation Board Version 8B firmware Functional Description The PIEXX SO2Rxlat board is a USB device that will translate MK2R style serial commands to the appropriate signal

More information

ADMS-7. Operation manual YAESU MUSEN CO., LTD.

ADMS-7. Operation manual YAESU MUSEN CO., LTD. ADMS-7 Operation manual YAESU MUSEN CO., LTD. TABLE OF CONTENTS Introduction...2 System Requirements...2 Operating system (OS)...2 CPU...2 RAM (system memory)...2 HDD (Hard Disk)...2 Necessary PC peripheral

More information

AAØZZ Si570 Daughtercard and PIC Software

AAØZZ Si570 Daughtercard and PIC Software AAØZZ Si570 Daughtercard and PIC Software A Signal Generator for 10 to 157 MHz By Craig Johnson, AAØZZ AAØZZ@CBJOHN.COM www.cbjohn.com/aaøzz TABLE OF CONTENTS 1 Introduction... 2 2 Hardware Description...

More information

ProgRock Operating manual _Pr1.01a_

ProgRock Operating manual _Pr1.01a_ 1. Introduction ProgRock Operating manual _Pr1.01a_ This is the operating manual for the ProgRock synthesiser kit. It should be read together with the assembly instructions for the ProgRock kit and Si5351A

More information

RcForb Version 9 Client (Preliminary July 31, 2016) File Menu. Login Dialog (self explanatory)

RcForb Version 9 Client (Preliminary July 31, 2016) File Menu. Login Dialog (self explanatory) RcForb Version 9 Client (Preliminary July 31, 2016) File Menu New Connection: Connect to the remote selected in the lobby list. For a permanent listing (listed in Lobby) use Add Remote (upper right hand

More information

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol

Arduino Cookbook O'REILLY* Michael Margolis. Tokyo. Cambridge. Beijing. Farnham Koln Sebastopol Arduino Cookbook Michael Margolis O'REILLY* Beijing Cambridge Farnham Koln Sebastopol Tokyo Table of Contents Preface xiii 1. Getting Started 1 1.1 Installing the Integrated Development Environment (IDE)

More information

YagTracker Mobile APRS Terminal and Tracker User s Manual REV C.

YagTracker Mobile APRS Terminal and Tracker User s Manual REV C. YagTracker Mobile APRS Terminal and Tracker User s Manual REV C. Table of Contents 1. Introduction 2. Package Contents 3. Basic Device Overview a. User Interface b. LCD Layout c. Rotary Encoder Functions

More information

How to use the IC-R8600 as an SDR receiver

How to use the IC-R8600 as an SDR receiver How to use the IC-R8600 as an SDR receiver The IC-R8600 (version 1.30 or later) can output the In-phase/Quadrature data which is processed by the FPGA. Connect [I/Q OUT] to a PC s USB port, and you can

More information

QRPworks. K-Board. User Manual

QRPworks. K-Board. User Manual QRPworks K-Board User Manual K-Board User Manual rev 1.5 Page 1 of 37 Table of Contents Overview 4 Setup 5 Keyboard Choices 8 Starting Up 9 Transmitting Text 10 K-Board Prompts 11 Stored Text Messages

More information

PowerShare Editor User's Guide. Version 1.0

PowerShare Editor User's Guide. Version 1.0 PowerShare Editor User's Guide Version 1.0 07.22.2016 Table of Contents Table of Contents 2 Introduction 4 Install PowerShare Editor 4 Minimum System Requirements 4 Installation Steps 4 Windows Display

More information

DM780 / Navigator Setup

DM780 / Navigator Setup When you first start with HRD / DM780, you need to define a few Navigator parameters to the program so it can communicate with your radio through the Navigator. The items that need to be defined are: DM780:

More information

DEV-1 HamStack Development Board

DEV-1 HamStack Development Board Sierra Radio Systems DEV-1 HamStack Development Board Reference Manual Version 1.0 Contents Introduction Hardware Compiler overview Program structure Code examples Sample projects For more information,

More information

Phi-panel backpack assembly and keypad options Dr. John Liu 12/16/2012

Phi-panel backpack assembly and keypad options Dr. John Liu 12/16/2012 Phi-panel backpack assembly and keypad options Dr. John Liu 12/16/2012 1. Introduction:... 3 Currently available:... 3 2. Backpack assembly... 4 3. Connecting to a keypad... 6 4. Rotary encoder keypads...

More information

PIEXX TS-930SE Enhanced Microprocessor Board

PIEXX TS-930SE Enhanced Microprocessor Board PIEXX TS-930SE Enhanced Microprocessor Board PIEXX, Inc. XXX, New Hampshire www.conknet.com/piexx e-mail: c_sieg@conknet.com Phone: Introduction This user manual will tell you everything you need to know

More information

The CW Machine Hardware

The CW Machine Hardware The CW Machine Hardware 2017 Ulrich H. Steinberg The CW Machine Hardware Version 2.3 1 Contents Introduction...3 Connecting the Hardware...4 The Configuration Switches...6 Power Considerations...8 Serial

More information

QRPGuys Digital Dial/Frequency Counter

QRPGuys Digital Dial/Frequency Counter QRPGuys Digital Dial/Frequency Counter First, familiarize yourself with the parts and check for all the components. If a part is missing, please contact us and we will send one. You must use qrpguys.parts@gmail.com

More information

Getting Started. Power SDR Midi Controller Setup - Version 3

Getting Started. Power SDR Midi Controller Setup - Version 3 This document describes how to setup and test the preliminary version of Midi2Cat an extension to Power SDR that enables midi devices with wheels, knobs, sliders and buttons to be configured. Up to date

More information

GETTING STARTED GUIDE. Features of the SP6

GETTING STARTED GUIDE. Features of the SP6 GETTING STARTED GUIDE This Getting Started Guide will give you a quick overview of the SP6. A full manual with additional information is available from www.kurzweil.com. Features of the SP6 FlashPlay technology

More information

Firmware - update FT-2000 / FT-2000D

Firmware - update FT-2000 / FT-2000D Firmware - update FT-2000 / FT-2000D First download the FT-2000/D Software and update the radio. Then download the EDSP Software and update the radio. updating the EDSP before doing the other update will

More information

PowerSDR with Pi SDR for G59/G11 Software Setup

PowerSDR with Pi SDR for G59/G11 Software Setup PowerSDR with Pi SDR for G59/G11 Software Setup Software installation is performed with a provided unified installer containing both the PowerSDR v2.5.3 and Pi SDR Extensions v4.6.8. The PowerSDR for Pi

More information

Function Key ALT CTRL ALT + CTRL CTRL + SHIFT Shift + ALT

Function Key ALT CTRL ALT + CTRL CTRL + SHIFT Shift + ALT PowerSDR keyboard shortcuts. PowerSDR must be in FOCUS (Mouse Click somewhere on the PowerSDR console screen) for the PowerSDR to respond to keyboard input. Function Key ALT CTRL ALT + CTRL CTRL + SHIFT

More information

FT-991 Memory by F6ECN

FT-991 Memory by F6ECN FT-991 Memory by F6ECN Storing stations quickly Version II for Windows 7, 8, 8.1, 10/32 and 64 bits 1. Selecting the COM port & connection 2. Titling memory group buttons 3. Storing the frequency on a

More information

Icom IC-718 'Quickstart' Manual

Icom IC-718 'Quickstart' Manual Icom IC-718 'Quickstart' Manual May 2013 de VE7DSN Of course, at the start of an incident, we will use conventional handwritten messaging. For this, we use the FT-8800 dual band VHF/UHF transceiver However,

More information

WCS-7200 Programming Software for the Icom IC-7200

WCS-7200 Programming Software for the Icom IC-7200 for the Icom IC-7200 Memory Types Memories VFO Receive Frequency Transmit Frequency Offset Direction Operating Mode Filter Memory Channel Functions Data Mode Split Operating Mode Split Filter Split Data

More information

Sim_PSK was tested with some versions of UBUNTU until On an old PCs, it s running with a light Linux version, such as Xubuntu or Lubuntu.

Sim_PSK was tested with some versions of UBUNTU until On an old PCs, it s running with a light Linux version, such as Xubuntu or Lubuntu. LINUX config-help Our software "Sim_PSK" can be used now under Linux thanks to the WINE emulator. Some questions were asked by OMs, indicating that, configuration stays somehow difficult, mainly for those

More information

ELAD FDM-DUO Dual Mode SDR Transceiver USER MANUAL

ELAD FDM-DUO Dual Mode SDR Transceiver USER MANUAL ELAD FDM-DUO Dual Mode SDR Transceiver USER MANUAL www.eladit.com 1 Index 2 FDM-DUO Overview... 4 2.1 Notice... 4 2.2 Firmware versions... 4 2.3 Introduction... 4 2.3.1 Main Features... 4 2.3.2 FDM-DUO

More information

THETA DIGITAL. master quickstart guide

THETA DIGITAL. master quickstart guide THETA DIGITAL master quickstart guide Page 2 Step by Step Guide to Naming Inputs The Casablanca III HD can show up to four letters for input names on the front panel VFD (Vacuum Fluorescent Display). 2.

More information

YagTracker Mobile APRS Terminal and Tracker User s Manual Firmware V REV A.

YagTracker Mobile APRS Terminal and Tracker User s Manual Firmware V REV A. YagTracker Mobile APRS Terminal and Tracker User s Manual Firmware V1.45 - REV A. Table of Contents 1. Introduction 2. Package Contents 3. Basic Device Overview a. User Interface b. LCD Layout c. Rotary

More information

OBSTACLE AVOIDANCE ROBOT

OBSTACLE AVOIDANCE ROBOT e-issn 2455 1392 Volume 3 Issue 4, April 2017 pp. 85 89 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com OBSTACLE AVOIDANCE ROBOT Sanjay Jaiswal 1, Saurabh Kumar Singh 2, Rahul Kumar 3 1,2,3

More information

X5105. HF+50MHz Portable HF Transceiver. Quick-Start Manual

X5105. HF+50MHz Portable HF Transceiver. Quick-Start Manual X5105 HF+50MHz Portable HF Transceiver Quick-Start Manual Important reminder: Security considerations: Before attempting to operate your X5105, please read this operating manual carefully. Also, keep it

More information

1 Installation of the WTI software and drivers

1 Installation of the WTI software and drivers RigExpert WTI-1 Quick Start Guide 1 Installation of the WTI software and drivers Start WTI Setup from the installation CD and follow the on-screen instructions. You may also download the latest version

More information

UHF Wireless Microphone System UwMic9

UHF Wireless Microphone System UwMic9 UHF Wireless Microphone System UwMic9 User Manual Statement Please read this manual carefully before using and strictly operate and store in accordance with the instructions. Please save it for your future

More information

APK-A10/A40 Programming Software for the Alinco DJ-A10/A40

APK-A10/A40 Programming Software for the Alinco DJ-A10/A40 for the Alinco DJ-A10/A40 Memory Channel Functions (left to right) Memory Types Memories VFO Receive Frequency Transmit Frequency Offset Frequency Offset Direction Channel Spacing Name Tone Mode CTCSS

More information

ADMS-2H Programming Software for the Yaesu FT-8900

ADMS-2H Programming Software for the Yaesu FT-8900 for the Yaesu FT-8900 Memory Types Memories Limit Memories Home Hyper Memory 1 to 6 Memory Channel Functions Receive Frequency Transmit Frequency Offset Frequency Offset Direction Operating Mode Name Show

More information

ADMS-VX3 Programming Software for the Yaesu VX-3

ADMS-VX3 Programming Software for the Yaesu VX-3 ADMS-VX3 Programming Software for the Yaesu VX-3 Memory Types Memories Memories Limit Memories EAI Memories VFO Home Marine Memories SW Memories Weather Memories Show Memory Channel Functions Polarity

More information

BAO-F9 Programming Software for the Baofeng BF-F9

BAO-F9 Programming Software for the Baofeng BF-F9 for the Baofeng BF-F9 Memory Channel Functions Memory Types Memories VFO Receive Frequency Transmit Frequency Offset Frequency Offset Direction Operating Mode Name Tone Mode CTCSS Rx CTCSS DCS Rx DCS DCS

More information

ADMS-DX3000 Programming Software for the Yaesu FT-DX3000

ADMS-DX3000 Programming Software for the Yaesu FT-DX3000 for the Yaesu FT-DX3000 Memory Channel Functions (left to right) Receive Frequency Transmit Frequency Offset Frequency Offset Direction Tone Mode CTCSS Comment Memory Types Memories Limit Memories The

More information

BTS-2501 Programming Software for the BTECH UV-2501 &UV

BTS-2501 Programming Software for the BTECH UV-2501 &UV for the BTECH UV-2501 &UV-2501+220 Memory Channel Functions (left to right) Memory Types (left to right) Memories VFO Receive Frequency Transmit Frequency Offset Frequency Offset Direction Operating Mode

More information

Elektor Uno R4 Installation & Test

Elektor Uno R4 Installation & Test Elektor Uno R4 Installation & Test Prerequisites Elektor Uno R4 USB-A to micro-b cable Computer with Windows (XP or later), Linux or OSX (10.7 or later) Arduino IDE 1.6.7 or higher (not 1.6.8) We highly

More information

MIDX-20 DUAL USB MIDI Host

MIDX-20 DUAL USB MIDI Host Assistant PC program V2 MIDX-20 DUAL USB MIDI Host Class Compliant USB MIDI devices Roland/BOSS devices Fender Mustang V2 Amplifiers Boss Katana Amplifiers Download from www.primovasound.com Rev. 2018-05-03

More information

Name: Serial MP3 Player A manual

Name: Serial MP3 Player A manual OPEN-SMART Name: Serial MP3 Player A manual Version: v1.1 Date: 2018.01.13 OPEN-SMART 1 / 13 1 Description 2 / 13 The module is a kind of simple MP3 player device which is based on a high-quality MP3 audio

More information

Using. SDR-Console by Simon Brown

Using. SDR-Console by Simon Brown Using SDR-Console by Simon Brown Quick Start Guide & Hints & Tips Welcome, this is a quick start guide that will be a constantly upgraded document as changes are made to the SDRPlay RSP and to SDR-Console.

More information

FTDX9000MP/Contest. Data Management FT DX 9000MP/CONTEST DATA MANAGEMENT OPERATION MANUAL

FTDX9000MP/Contest. Data Management FT DX 9000MP/CONTEST DATA MANAGEMENT OPERATION MANUAL FTDX9000MP/Contest Data Management OPERATION MANUAL PLEASE READ THIS FIRST When turning on the transceiver for the first time, please set the local time as soon as possible. If this is not done, the various

More information

Schematic Diagram: R2,R3,R4,R7 are ¼ Watt; R5,R6 are 220 Ohm ½ Watt (or two 470 Ohm ¼ Watt in parallel)

Schematic Diagram: R2,R3,R4,R7 are ¼ Watt; R5,R6 are 220 Ohm ½ Watt (or two 470 Ohm ¼ Watt in parallel) Nano DDS VFO Rev_2 Assembly Manual Farrukh Zia, K2ZIA, 2016_0130 Featured in ARRL QST March 2016 Issue Nano DDS VFO is a modification of the original VFO design in Arduino Projects for Amateur Radio by

More information

ADMS-8100 Programming Software for the Yaesu FT-8100

ADMS-8100 Programming Software for the Yaesu FT-8100 for the Yaesu FT-8100 Memory Types Left Memories Right Memories Left Limit Memories Right Limit Memories VFO Home Memory Channel Functions Mask The ADMS-8100 Programmer is designed to give you the ease

More information

ROTOR CONTROL DXA. de K4JRG. User s Manual

ROTOR CONTROL DXA. de K4JRG. User s Manual de K4JRG User s Manual , K4JRG User s Manual V1.05, Rev F4 JR Engineering, Corp 3521 SW 140 th Ave Miami, FL 33175 Phone 786.270.1610, x210 Fax 786.270.1609 email: k4jrg@k4jrg.org Table of Contents Welcome!...

More information

SET-UP INSTRUCTIONS. How can the DB9000-TX be used as an Icecast Source Client, sending audio to DB9000-RX decoder used as an Icecast Source Server

SET-UP INSTRUCTIONS. How can the DB9000-TX be used as an Icecast Source Client, sending audio to DB9000-RX decoder used as an Icecast Source Server SET-UP INSTRUCTIONS How can the DB9000-TX be used as an Icecast Source Client, sending audio to DB9000-RX decoder used as an Icecast Source Server Publish Date: 24-Feb-2017 Contents General information...

More information

keyestudio Keyestudio MEGA 2560 R3 Board

keyestudio Keyestudio MEGA 2560 R3 Board Keyestudio MEGA 2560 R3 Board Introduction: Keyestudio Mega 2560 R3 is a microcontroller board based on the ATMEGA2560-16AU, fully compatible with ARDUINO MEGA 2560 REV3. It has 54 digital input/output

More information

ADMS-VX8G Programming Software for the Yaesu VX-8G

ADMS-VX8G Programming Software for the Yaesu VX-8G ADMS-VX8G Programming Software for the Yaesu VX-8G Memory Types Memories Skip Memories Limit Memories EAI Memory VFO A VFO B Home Marine Memories Weather Memories Memory Channel Functions Polarity User

More information

PowerShare Editor User's Guide. Version 2.0

PowerShare Editor User's Guide. Version 2.0 PowerShare Editor User's Guide Version 2.0 08.01.2017 Table of Contents Table of Contents 2 Introduction 5 Install PowerShare Editor 6 Minimum System Requirements 6 Installation Steps 6 Windows Display

More information

VP-8LVCT User s Manual First Edition. Copyright 2001, Eletech Enterprise Co. Ltd. All Rights Reserved.

VP-8LVCT User s Manual First Edition. Copyright 2001, Eletech Enterprise Co. Ltd. All Rights Reserved. VP-8LVCT User s Manual First Edition Copyright 2001, Eletech Enterprise Co. Ltd. All Rights Reserved. Table of Contents Chapter 1: Overview... 3 1.1 Basic Functions... 3 1.2 Features... 4 1.3 Applications...

More information

ProgRock Operating manual _Pr1.02_

ProgRock Operating manual _Pr1.02_ 1. Introduction ProgRock Operating manual _Pr1.02_ This is the operating manual for the ProgRock synthesiser kit. It should be read together with the assembly instructions for the ProgRock kit and Si5351A

More information

ON4AKH Antenna Rotator controller Version 1.0

ON4AKH Antenna Rotator controller Version 1.0 ON4AKH Antenna Rotator controller Version 1.0 1. Some construction tips The project consists out of 3 boards. The 1 st board is the main board containing the PIC micro controller and the H-bridge components

More information

Ameba RTL8195AM+ALC5680 Smart Voice 2-Mic Development Kit User Guide for Baidu DuerOS

Ameba RTL8195AM+ALC5680 Smart Voice 2-Mic Development Kit User Guide for Baidu DuerOS Ameba RTL8195AM+ALC5680 Smart Voice 2-Mic Development Kit User Guide for Baidu DuerOS Realtek Semiconductor Corp. No. 2, Innovation Road II, Hsinchu Science Park, Hsinchu 300, Taiwan Tel.: +886-3-578-0211.

More information

RKAT Audit Trail Module RK-LINK TM Software For the Radio Key 600 Series

RKAT Audit Trail Module RK-LINK TM Software For the Radio Key 600 Series RKAT Audit Trail Module RK-LINK TM Software For the Radio Key 600 Series INSTALLATION & OPERATING GUIDE Rev. B P/N 3321515 www.securakeystore.com (800) 878-7829 sales@securakeystore.com COPYRIGHT 2001

More information

304 Chapter 2 Solve problems ENWW

304 Chapter 2 Solve problems ENWW Manage Supplies menu To display: At the product control panel, select the Administration menu, and then select the Manage Supplies menu. In the following table, asterisks (*) indicate the factory default

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

ADMS-VX6 Programming Software for the Yaesu VX-6

ADMS-VX6 Programming Software for the Yaesu VX-6 ADMS-VX6 Programming Software for the Yaesu VX-6 Memory Types Memories Skip Memories Limit Memories DMR and EAI VFO Home Marine Memories SW Memories Weather Memories Memory Channel Functions Show Skip

More information

GreenEye Monitor Specifications

GreenEye Monitor Specifications Number of Channels Power Monitoring Section 32 (expansion available in the future) Measurement POWER: True (or Real) Power using high speed volt and current sampling VOLTAGE: True RMS Accuracy Sampling

More information

MOTIF XF Editor Owner s Manual

MOTIF XF Editor Owner s Manual MOTIF XF Editor Owner s Manual Contents What is the MOTIF XF Editor?...2 Studio Manager...2 Studio Connections...2 About Open Plug-in Technology...3 Data Structure of the MOTIF XF Editor...4 Starting the

More information

PowerVIEW HD 22/30 Version

PowerVIEW HD 22/30 Version Release Notes 9/17/15 PowerVIEW HD 22/30 Version 1.01.04 Released 9/17/15 Additions and Enhancements Improved IR Processing in Half-Recessed Ceiling Mount Improved 1080p/25 video quality. Fixed Issues

More information

Sierra Radio Systems. HamStack. Project Board Reference Manual V1.0

Sierra Radio Systems. HamStack. Project Board Reference Manual V1.0 Sierra Radio Systems HamStack Project Board Reference Manual V1.0 Welcome HamStack Project Board Reference Manual Revision 1.0.3 2011 George Zafiropoulos, KJ6VU and John Best, KJ6K This guide provides

More information

1.6inch SPI Module user manual

1.6inch SPI Module user manual 1.6inch SPI Module user manual www.lcdwiki.com 1 / 10 Rev1.0 Product Description The 1.6 module is tested using the ESP8266MOD D1 Mini development board, Both the test program and the dependent libraries

More information