Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
uBITX Firmware CEC Version 1.08 Release
#ubitx
uBITX Firmware CEC Version 1.08 Release
Version 1.08 is the first major release since 1.061 Version 1.08 includes all additions or improvements from 1.07 to 1.07, 1.071, 1.073, 1.075 since 1.061, Version 1.08 has minor fixes in 1.075 (Beta)
Changed name to Version 1.08 in Version 1.075 Beta with minor fixed.
?
1.Receive performance is improved compared to the original firmware or version 1.061
2.ATT function has been added to reduce RF gain (Shift 45Mhz IF)
3.Added the ability to connect SDR. (Low cost RTL-SDR available)
4.Added a protocol to ADC Monitoring in CAT communications
5.Various LCD support, 16x02 Parallel LCD - It is the LCD equipped with uBITX, 16x02 I2C LCD, 20x04 Parallel LCD, 20x04 I2C LCD, 16x02 I2C Dual LCD
6.Added Extended Switch Support
7.Support S Meter - Any S-meter is compatible.
8.Added S-Meter setting assistant to uBITX Manager
9.Add recovery mode (such as Factory Reset)
There have been many other improvements and fixes. More information is available on the blog.? Please see the link below for details.
?
You can download HEX file and uBITX Manager from the link above. You can also download the source code at https://github.com/phdlee/ubitx and see all the changes I've made so far. If there is a non-critical bug in the public version, I will link to the new firmware in the above blog.
?
-- Ian KD8CEC kd8cec@... |
¿ªÔÆÌåÓýOne tiny quibble. Can you make the version display delay on startup a bit longer.?
It flies by too fast to read. On 5/23/2018 11:40 AM, Ian Lee wrote:
|
Jack Purdum
You can do that yourself. If you don't know how to change the firmwear, there are a bazillion links online to show you how. May as well learn, as there may be other things you'd like to change down the road. Near line 1200 in setup(), you will find code similar to: ? if (userCallsignLength > 0 && ((userCallsignLength & 0x80) == 0x80)) { ??? userCallsignLength = userCallsignLength & 0x7F; ??? printLineFromEEPRom(0, 0, 0, userCallsignLength -1, 0); //eeprom to lcd use offset (USER_CALLSIGN_DAT) ??? delay(2000UL);??????? // Increase from 500 ? } ? else { ??? printLineF(0, F("uBITX v0.20")); ??? delay(2000UL);??????? // Increase from 500 ??? clearLine2(); ? } ? The line in YELLOW will increase the delay time from a half second to two seconds. Jack, W8TEE
On Friday, May 25, 2018, 3:01:37 PM EDT, atouk <atouk@...> wrote:
One tiny quibble. Can you make the version display delay on startup a bit longer.?
It flies by too fast to read. On 5/23/2018 11:40 AM, Ian Lee wrote:
|
I will try to remember Jack's suggestion to atouk. This is something I need to learn when get the software installed. Terry - KB8AMZ Brimfield Twp, OH? USA Linux User# 412308, Ubuntu User# 34905 OSs: LM18.2 64bit, Ubuntu 16.04, tahrPup64 64bit, Raspian Orgs: PCL70-FOP, NTHS, ALUG, ARRL, PCARS#78, NAQCC#6668, NO-QRP-C, QRP-ARCI#8855, SKCC#14195, USN 1965-1969 AG3 I chair the PCARS CW/QRP SIG and Linux for Hams SIG, second and fifth Tuesday my computer, my opinion On Sat, May 26, 2018 at 2:31 PM, Daniel Conklin <danconklin2@...> wrote: Ivo, |
W7PEA
I was finding it hard to find all the links to the things, so I put the uBITX Firmware CEC on its own page and updated it to this latest info
/g/BITX20/wiki/uBITX-Firmware-CEC-by-KD8CEC? Thank you Ian for all your amazing work! Happy 1.08 customer on uBITX v3. 73 Patrick W7PEA |
to navigate to use esc to dismiss