¿ªÔÆÌåÓý

#file-notice #firmware #ubitxv6 #ubitx-v6 Cosmetic Mod to N8ME Firmware #file-notice #firmware #ubitxv6 #ubitx-v6


 

Here is?a modified version of the uBITX V6 firmware designed by N8ME and VU3GAO. It contains a new button layout, colors, and VFO changes. You can use XLoader to upload this file to your transceiver. Cosmetic modifications made by myself.?

/g/BITX20/files/uBITX_6_N8ME_Cosmetic_Mods.hex


 

Thanks for keeping this project alive.

I see you took camera pictures of the screen. Just FYI, there is a a option to make digital screen dumps. Compile the project with USE_SCREEN_DUMP defined in defines.h (it is normally commented out). Then use screen_dump.py (in the doc folder of the repository) to create a jpeg of the current screen.
--
73,
Mark, N8ME


 

I uploaded it and quite like the colors and functionality. Thanks for making this available to us.

Joel
N6ALT


 

Thank you Mark. Your software is great, BTW!? I will get better screenshots using your method.


 

You're welcome. When I started on the docs, it was a pain to manually create screenshots (I didn't like using a camera), so I figured out how to do a screen dump.
--
73,
Mark, N8ME


 

I updated the hex file this evening. Moved the CW Spot button, added IF Shift, and reverted to manual VFO save option so I could squeeze all of the functions in the Nano. I tested with WSJT-X and an external sound card interface. It works great! Please refer to Mark-N8ME's documentation if you have any questions on functionality.


 

It's turning out nicely. Now only one hole remains :-)
--
Gyula HA3HZ


 

If the issue is that Python isn't finding the module, make sure that pyserial and Pillow are installed in your Python environment. Otherwise, I need more information on the issue.
--
73,
Mark, N8ME


 

Haha, yes. That is where the ATTN button would be if there were room on the Nano :)


 

Here are the options set in the compiled version for those curious..

// use the defines below to enable or disable features
// ---------------------------------------------------
#define USE_CAT? ? ? ? ? ? ? // CAT, subset of Yaesu FT817ND - works with WSJT-X and FLDigi hamlib. 38400 N,8,1
#define USE_HAM_BAND? ? ? ? ?// band selection screen (ham bands)
?
// MEE add-ons
// #define USE_BC_BAND? ? ? ? // band selection screen (broadcast bands)
#define USE_MEMORY? ? ? ? ? ?// M1 .. M5 buttons
// #define USE_RF_SHIFT? ? ? // RF shift - provides an adjustable RF shift
#define USE_RF_SHIFT_STEP? ? // RF shift - provides stepped settings of 0, -10dB, -20dB, -30dB
// #define USE_ATTN? ? ? ? ? ?// RF Attenuator - based on reducing drive level of 1st IF
#define USE_LOCK? ? ? ? ? ?// frequency lock
#define USE_IF_SHIFT? ? ? ?// IF shift - tone control
#define USE_SPOT? ? ? ? ? // CW spotting tone
#define USE_TUNE? ? ? ? ? ? ?// Tune output
#define USE_PDL_POL? ? ? ? ? // paddle polarity
// #define USE_TX_DIS? ? ? ? // Tx disable button
// #define USE_HB_DISP? ? ? ? ? // Flashing HB indicator
#define USE_CAT_ACTIVITY? ? ?// Flashing CAT activity indicator
#define USE_MAN_SAVE? ? ? // manually save VFOs
// #define USE_AUTO_SAVE? ? ? ? // Periodic auto-save VFOs?
#define USE_WINKEY? ? ? ? ? ?// Winkeyer (CW - tip, PTT - ring) option on paddle jack
// #define USE_RX_ONLY? ? ? ?// disable all TX functions


 

Nice Job! It's now on my radio and I enjoy it.

Since it's easy enough to change colors, I change them to red and shades of red for night mode. -- Making a second color pallet that can be toggled takes a little more C experience than what I have now. :)