Aren'tcha glad we switched!? :>)
Jack, W8TEE
On Sunday, July 15, 2018, 1:25:38 PM EDT, Jim Sheldon <w0eb@...> wrote:
We've discovered something else about the analog inputs. ?It appears that the NANO contains only one analog to digital converter (ADC) and it's fed from the analog input pins by a multiplexer. ?If that MUX fails the analog inputs quit working or do squirrelly things. ?Something else to look out for.
Jim ?
toggle quoted message
Show quoted text
On Jul 15, 2018, at 11:47 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote:
The INPUT_PULLUP pin qualifier activates the internal pullup resistors and should produce enough voltage to read logic HIGH on the pin. A closure of a switch (or key) on that pin will pull it to GND, which is probably what is wanted. Given the voltage divider circuit Ashhar uses for keying, the pin qualifier may not be what he wants.
Jack, W8TEE
On Sunday, July 15, 2018, 12:31:35 PM EDT, Jim Sheldon < w0eb@...> wrote:
Have to ask Ashhar on that one. ?I'm just paraphrasing the instructions that are published on HF Signal's website. ?I don't use the A6 line for CW keying after freeing up the Digital pins when we went to the I2C display but lots of people still are.
Jim On Jul 15, 2018, at 11:25 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote:
Jim:
Does it still float if you use:
?? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon < w0eb@...> wrote:
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
We've discovered something else about the analog inputs. ?It appears that the NANO contains only one analog to digital converter (ADC) and it's fed from the analog input pins by a multiplexer. ?If that MUX fails the analog inputs quit working or do squirrelly things. ?Something else to look out for.
Jim ?
toggle quoted message
Show quoted text
On Jul 15, 2018, at 11:47 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote:
The INPUT_PULLUP pin qualifier activates the internal pullup resistors and should produce enough voltage to read logic HIGH on the pin. A closure of a switch (or key) on that pin will pull it to GND, which is probably what is wanted. Given the voltage divider circuit Ashhar uses for keying, the pin qualifier may not be what he wants.
Jack, W8TEE
On Sunday, July 15, 2018, 12:31:35 PM EDT, Jim Sheldon < w0eb@...> wrote:
Have to ask Ashhar on that one. ?I'm just paraphrasing the instructions that are published on HF Signal's website. ?I don't use the A6 line for CW keying after freeing up the Digital pins when we went to the I2C display but lots of people still are.
Jim On Jul 15, 2018, at 11:25 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote:
Jim:
Does it still float if you use:
?? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon < w0eb@...> wrote:
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
I didn't know that. Since all of the Nano pins, including the analog pins, can be used as digital pins, I thought they, too, would have pullups that could be turned on. Is that not the case?
Jack, W8TEE
On Sunday, July 15, 2018, 12:51:01 PM EDT, W2CTX <w2ctx@...> wrote:
I believe A6 has no connection to digital pull-up resistors.
rOn
toggle quoted message
Show quoted text
On July 15, 2018 at 12:31 PM Jim Sheldon <w0eb@...> wrote:
?
Have to ask Ashhar on that one. ?I'm just paraphrasing the instructions that are published on HF Signal's website. ?I don't use the A6 line for CW keying after freeing up the Digital pins when we went to the I2C display but lots of people still are.
Jim On Jul 15, 2018, at 11:25 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote: ?
Jim:
Does it still float if you use:
? ? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon < w0eb@...> wrote:
?
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: ?
You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim, That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable. I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.?? My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.? Jeff, KM4VHX
?
?
|
I believe A6 has no connection to digital pull-up resistors.
rOn
toggle quoted message
Show quoted text
On July 15, 2018 at 12:31 PM Jim Sheldon <w0eb@...> wrote:
?
Have to ask Ashhar on that one. ?I'm just paraphrasing the instructions that are published on HF Signal's website. ?I don't use the A6 line for CW keying after freeing up the Digital pins when we went to the I2C display but lots of people still are.
Jim On Jul 15, 2018, at 11:25 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote: ?
Jim:
Does it still float if you use:
? ? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon < w0eb@...> wrote:
?
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: ?
You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim, That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable. I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.?? My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.? Jeff, KM4VHX
?
?
|
The INPUT_PULLUP pin qualifier activates the internal pullup resistors and should produce enough voltage to read logic HIGH on the pin. A closure of a switch (or key) on that pin will pull it to GND, which is probably what is wanted. Given the voltage divider circuit Ashhar uses for keying, the pin qualifier may not be what he wants.
Jack, W8TEE
On Sunday, July 15, 2018, 12:31:35 PM EDT, Jim Sheldon <w0eb@...> wrote:
Have to ask Ashhar on that one. ?I'm just paraphrasing the instructions that are published on HF Signal's website. ?I don't use the A6 line for CW keying after freeing up the Digital pins when we went to the I2C display but lots of people still are.
Jim
toggle quoted message
Show quoted text
On Jul 15, 2018, at 11:25 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote:
Jim:
Does it still float if you use:
?? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon < w0eb@...> wrote:
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
Have to ask Ashhar on that one. ?I'm just paraphrasing the instructions that are published on HF Signal's website. ?I don't use the A6 line for CW keying after freeing up the Digital pins when we went to the I2C display but lots of people still are.
Jim
toggle quoted message
Show quoted text
On Jul 15, 2018, at 11:25 AM, Jack Purdum via Groups.Io < jjpurdum@...> wrote:
Jim:
Does it still float if you use:
?? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon < w0eb@...> wrote:
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
Re: Different Tuning Steps
#ubitx
You'd have to change it in the source code and then compile & load it. I don't think Ian has released the latest source. And it might be (most likely is) more complex than just changing the data type on the variable...depends on how the code is written.
Mark AA7TA
toggle quoted message
Show quoted text
On 7/15/18 8:06 AM, Lee wrote: ... My changes work as I wanted but I still would like to figure out how to make it display correctly.? I cannot find where to change the data type to unsigned long.
|
Re: Windows Serial Port Problem
Windows 10 is the culprit..I also have a RS-HFIQ SDR transceiver and in their forum, there are numerous mentions of WINDOZE 10 blowing up ham radio settings..
Perhaps the main reason everyone has a fast WINDOZE 7- professional or Ultimate version
|
Jim:
Does it still float if you use:
?? pinMode(A6, INPUT_PULLUP):
Jack, W8TEE
On Sunday, July 15, 2018, 12:20:55 PM EDT, Jim Sheldon <w0eb@...> wrote:
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim
toggle quoted message
Show quoted text
On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
Re: Finding variables in source code
I think we all run into situations where we need to find the definition of a variable or object in a large set of files. The UNIX tool Grep is perfect for doing that. The Grep version I use is not longer available, but I just downloaded and tried this version and it seems to work well:
If you want to change the data type of a variable, use Grep and type in the variable name, supply a search path, and BINGO it finds all occurrences of that string in the directory/subdirectories seach.
Jack, W8TEE
On Sunday, July 15, 2018, 11:06:15 AM EDT, Lee <mr.olson@...> wrote:
Thanks Mike,? I did not know about General coverage mode.? It seems to step buy .1MHZ? which is what I was trying to do.? Thanks to the others for the WWV ideas but my reference to WWV was an example.? My changes work as I wanted but I still would like to figure out how to make it display correctly.? I cannot find where to change the data type to unsigned long. -- Lee - N9LO? "I Void Warranties"
?
|
Wish edit was enabled. ?The pins 2 and 3 I'm referring to are on the "Digital" plug. ?Pin 2 is the A6 analog input for CW keying and pin 3 is 5 volts. ?This resistor pulls the A6 pin up to 5 volts which is the key "UP" condition. ?If the pull up resistor is NOT installed, that input "floats" and if it gets near zero volts, the software thinks a CW key is installed and is pressed (Key DOWN).
Jim
toggle quoted message
Show quoted text
On Jul 15, 2018, at 11:12 AM, Jim Sheldon < w0eb@...> wrote: You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
You MUST put the 4.7K resistor between pins 2 and 3 of the Raduino regardless if you are using factory or CEC software to keep it from going into transmit without pressing a CW key. ?That's spelled out specifically in the instructions and if you don't have that resistor in place and wired correctly that may well be your problem.
Jim
toggle quoted message
Show quoted text
On Jul 15, 2018, at 10:53 AM, km4vhx@... wrote: Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
Jim,
That is a great offer to provide Ian with a free Radi2Cino, it's a shame he hasn't taken you up on it.? Perhaps he doesn't want to have to maintain the code changes either, which is understandable.
I was able to modify Ian's CEC code so it didn't go into transmit immediately.? However, it would still go into transmit if I turned the rotary encoder quickly (???).? ?Turning it slowly worked properly.??
My current plans are to go with the TFT/Arduino Mega display for my uBITX, I already had all of the hardware laying around, I just haven't gotten it wired together yet.? ?I've since bought an Icom 7300 and have been spending my radio time playing with it, and putting up antennas, so the UBITX has taken a back burner.?
Jeff, KM4VHX
|
Re: Different Tuning Steps
#ubitx
Thanks Mike,? I did not know about General coverage mode.? It seems to step buy .1MHZ? which is what I was trying to do.? Thanks to the others for the WWV ideas but my reference to WWV was an example.? My changes work as I wanted but I still would like to figure out how to make it display correctly.? I cannot find where to change the data type to unsigned long. -- Lee - N9LO? "I Void Warranties"
?
|
Re: Question about Nextion display and firmware
I don't think the source files for the latest CEC firmware have been released yet. I may still have an earlier version. I think the chip you mentioned is a mega2560. If so I could send a hex file of the previous version compiled for the 2560. If your English is bad, you should see my French . ? Buenos Dias. Bo W4GHV since '54
|
Question about Nextion display and firmware
Hello Group and developpers ? I¡¯m sorry for my bad English, but I have one question about firmware of raduino to use with a nextion display, on site I have access to Hex file, it¡¯s right, but I plan to use a megamini-pro, where I can obtain sources files to compil on the good processor ? or the team of dev can compile an hex file with this proc please ? many thanks to support me 73¡¯s de Jacques ¨C F1APY
|
Re: Windows Serial Port Problem
The uBitx uses a clone nano and the serial/USB chipset CH340. In Windoze 10, open Device manager and right click the unusable/unwanted Parallel port LPT3 and delete it. Download the CH340 USB serial driver and run it. Plug in the ubitx and Windoze should install the correct driver.
If it still doesn't work, maybe try editing the Windoze registry and remove all com ports...
A reboot may help (it's Windoze after all).
Nigel.
|
Re: Windows Serial Port Problem
FTDI drivers were enforced by windows10, and had features designed to either refuse to use, or even adversely reprogram counterfeit versions of FTDI hardware..... and thus prolific stuff seems to have been ............
toggle quoted message
Show quoted text
I switched to using Parallax USB to Serial RS-232 adapters after having problems with ones from Prolific!
Started having problems with Prolific adapters when I switched to Windows 10.
|
I am now puzzled. Which gives more output? A mic with sensitivity - 24db or one at - 44db (as mine which still give some less output than the stock element)?
toggle quoted message
Show quoted text
Il 13/lug/2018 23:05, "k1yw via Groups.Io" <k1yw= [email protected]> ha scritto: I have been playing with electret mics and using one that has has -24 dB output. This is :
Note that 0dB = 1V/Pa. If you look at some of the specs of other elements, they have typical sensitivities from ~ -40 to -30dB. There is a huge range....
Greg K1YW
|
Re: Different Tuning Steps
#ubitx
Try something under the maximum value 50000 should work and be almost as good as a fast way of getting around?
i presume you ?know about Gen Coverage mode?? Go to band change and hold down the switch for a couple of secs.? It will then step up and down by a MHz on band change, which may also get you where you want to go?
Mike
toggle quoted message
Show quoted text
Yes, it is KC8CEC 1.08.?? Changing those values does change my step size but the 100000 displays funny while setting it or using it. -- Lee - N9LO? "I Void Warranties"
?
|