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
- BITX20
- Messages
Search
Re: KD8CEC and S-Meter
V Zecchinelli
toggle quoted message
Show quoted text
Vince, |
Re: KD8CEC and S-Meter
Vince,
There are 2 versions of the CEC software for each of the display types.? The difference is one uses a seperate I2C connected Nano to add functionality.? The other uses the spare input pin on the Nano to connect the S-Meter. Read the FileNameInfo.txt file to insure that you use the correct one. The added hardware sensor for the direct connected S-Meter is in this article on the HamsKey web page: If you add a second Nano then this is the article on how to connect it: If you go the rout of adding the I2C connected Nano, then there are other functions that can be added beyond the S-Meter.? As Werner suggested. So the choice is yours.? That is the beauty of the uBitx and the great additions that Dr. Lee (KD8CEC) have provided. 73 Evan AC9TU?? |
Re: KD8CEC and S-Meter
V Zecchinelli
开云体育I am using Nextion so using I2C.? I should have mentioned Nextion in original email.Thanks, Vince On 9/24/2019 9:19 AM, Adrien F4IJA
wrote:
If you're not on I2C, you need to comment this line because you want to use A7 to work with it. |
Re: KD8CEC and S-Meter
V Zecchinelli
开云体育Thanks Evan.? No, I had not seen this.? I think I found it here .? A2 is A2 on the Nano or Pin 2 on the Analog Raduino connector which seems to be Pin 3 for A2 on the Nano?Vince On 9/24/2019 9:26 AM, Evan Hand wrote:
Just to confirm that you did connect the diode, cap and resistor per the KD8CEC directions to measure the audio output at the high connection of the volume control? |
Re: uBITX full design
Farhan I have the μbitx 3 and was thinking aloud about separate filters for each band Thanks and regards Lawrence On Tue, Sep 24, 2019 at 4:10 AM Ashhar Farhan <farhanbox@...> wrote:
|
Re: uBITX rotary enconder
Jack, W8TEE
Agree, and I have some interesting things I want to try with the 4.0 Teensy. For a while, JackAl used a software timer to track the rate at which the user was "spinning" the frequency knob. If the rate when above some user-defined threshold, we upper the increment factor by 10x. It worked fine, but seemed awkward to us. Because we use a touchscreen with the JackAl, we just put a "floating" cursor above the current frequency (shown here above the '3' digit) and the user can tap the '<' or '>' to move the frequency increment value. Not the best solution, perhaps, but it works. Plus, if you don't like it, you have the source code to change it if you want. Jack, W8TEE
On Tuesday, September 24, 2019, 6:26:37 AM EDT, John Scherer <jrsphoto@...> wrote:
Hey Jack!? Easier?? Sure, ok.? But its not always about what easy, is it.? If it were, we would just buy all of our ham gear and be done with it.? That being said, whats mentioned above isn't that difficult.? I used and attiny85 that I programmed with the ArduinoIDE.? Works like a champ.? The one thing I would love to add is, when I change the step size in the uBitx, I would like to have the radio change the divisor on the fly.? For 10 Hz step, divide by 2, for the others by 4.? The goal would be for about 2.4 kHz span per one knob revolution when 10 Hz is selected, and about 12 kHz when 100 Hz is selected. My reasons for going to a higher PPR optical encoder over the mechanical encoder that most use was all about the feel.? Most optical encoders have bearings and makes for very smooth operation.? The encoder in my uBitx is 128ppr and the Nano just isn't up to that task.? It could likely be made to work but I'm no expert with the code or ISR's.? I also have the BITeensio board and I can tell you that with its Teensy 3.6 processor and? a few simple mods to their encoder routines, I was able to read my 1024 ppr encoders (overkill for sure) as fast as I could spin it, without missing a beat.? Point being, we really need a faster processor in the raduino, something like the Teensy 4 would be pretty interesting.? The Teensy 4 could open the door for having some fun with digital audio filters, better spectrum display, etc. -- Jack, W8TEE |
KD8CEC and S-Meter
V Zecchinelli
Good Morning,
I am having difficulty activating the S Meter.? I have it checked in Memory Manager V1.11 and have tried several different number configurations along with S Meter box checked and nothing shows on S Meter. Memory Manager = V1.11 KD6CEC = V1.2 UbitX = V5 Am I missing something anywhere?? UbitX.h shows "//Select betwen Analog S-Meter and DSP (I2C) Meter #define USE_I2CSMETER" Thanks, Vince |
Re: uBITX rotary enconder
I also installed one of these famous 100ppr ebay encoders.
The speed of the Nano is a restraint for sure, but in my case it was totally sufficient. The probem I faced was the programming of the encoder function. It was written for the low-resolution mechanical encoders, not for the faster optical ones. I just replaced two commands ("millis" to "micros") in the KD8CEC's source code and my encoder worked. /g/BITX20/message/71360 |
Re: uBITX rotary enconder
Hey Jack!? Easier?? Sure, ok.? But its not always about what easy, is it.? If it were, we would just buy all of our ham gear and be done with it.? That being said, whats mentioned above isn't that difficult.? I used and attiny85 that I programmed with the ArduinoIDE.? Works like a champ.? The one thing I would love to add is, when I change the step size in the uBitx, I would like to have the radio change the divisor on the fly.? For 10 Hz step, divide by 2, for the others by 4.? The goal would be for about 2.4 kHz span per one knob revolution when 10 Hz is selected, and about 12 kHz when 100 Hz is selected.
My reasons for going to a higher PPR optical encoder over the mechanical encoder that most use was all about the feel.? Most optical encoders have bearings and makes for very smooth operation.? The encoder in my uBitx is 128ppr and the Nano just isn't up to that task.? It could likely be made to work but I'm no expert with the code or ISR's.? I also have the BITeensio board and I can tell you that with its Teensy 3.6 processor and? a few simple mods to their encoder routines, I was able to read my 1024 ppr encoders (overkill for sure) as fast as I could spin it, without missing a beat.? Point being, we really need a faster processor in the raduino, something like the Teensy 4 would be pretty interesting.? The Teensy 4 could open the door for having some fun with digital audio filters, better spectrum display, etc. |
Re: uBITX rotary enconder
Jack, W8TEE
Wouldn't it just be easier (and less expensive) to buy an encoder with a lower ppr? Mouser sells good quality Bourns 20ppr encoders for under $2. Jack, W8TEE
On Monday, September 23, 2019, 11:07:33 PM EDT, John Scherer <jrsphoto@...> wrote:
I've seen that code Guido, but there is more to that code.? For others coming here and seeing the link to the code above.? Please see for more info on how to implement it. But basicly, you program that code into a small microprocessor, something like a ATTiny85, though others even use a Nano.? You then connect you high-pulse count encoder to the processor, and it outputs a divide/N signal that you then feed to yourRaduinos encoder inputs: ![]() -- Jack, W8TEE |
Re: uBITX rotary enconder
I've seen that code Guido, but there is more to that code.? For others coming here and seeing the link to the code above.? Please see for more info on how to implement it. But basicly, you program that code into a small microprocessor, something like a ATTiny85, though others even use a Nano.? You then connect you high-pulse count encoder to the processor, and it outputs a divide/N signal that you then feed to yourRaduinos encoder inputs:
![]() |
Re: uBITX full design
If you are thinking of a bank if band pass filters, then you dont need the complexity and performance hit of the double conversion? ubitx. Go for single conversion like the bitx40 or bitx20. The performance is kuch superior.? On Tue 24 Sep, 2019, 1:29 AM Lawrence Galea, <9h1avlaw@...> wrote:
|
Re: WTB 680nF Inductors
#parts
Mark
I am thinking that the impact of substituting 680 nH shielded inductors for the toroids on the 45 MHz can be checked by monitoring a 28 MHz beacon (if you are where you can hear one) or by measuring SSB transmit output on an upper band.? I have some shielded inductors to try, but not yet installed.? Yes I am reading Raj that these are a good thing to reduce leakage that may cause more than one malady, and maybe with Axicom relays in might mitigate these mixer spurious.? I did not find any improvement using the LC filter that was recommended, without other fixes for mixer spurious.? I sense they may be a small impact, but of course part of the v5 fix.? I did try a second 45 MHz crystal filter - and this wrecked my low band CW transmit output.? Perhaps installing the shielded inductors may allow the second xtal filter to work, a path I plan to try.? Meanwhile my harmonic spurious are good, using Gordan's board.? Curt |
to navigate to use esc to dismiss