Re: uBitx Version 3 and my homebrewed enclosure complete - Well Almost!!
#ubitx
As you have the AVC kit installed, you canuse it for the S-meter and forget about using another chip and such .
Just hook the ubitx? s-meter wire to the AVC board.? It goes to the first pin where the jumper is on the board that sets the delay.? I forget the capacitor number, but it goes on that junction and the resistors for the time delay .
Works fine after you set up the values using the memory manager.
73 de ku4pt
toggle quoted message
Show quoted text
|
Re: uBitx Version 3 and my homebrewed enclosure complete - Well Almost!!
#ubitx
Looks nice!? What case are you using?? May I ask the current draw on receive? Cheers, Jim W0CHL
|
uBitx Version 3 and my homebrewed enclosure complete - Well Almost!!
#ubitx
|
Jack and rest if bit20 group I was 1/2 wrong!
Pull-up resistorsThe analog pins also have pull-up resistors, which work identically to pull-up resistors on the digital pins. They are enabled by issuing a command such as:
pinMode(A0, INPUT_PULLUP); // set pull-up on analog pin 0
Be aware however that turning on a pull-up will affect the values reported by analogRead().
***? It is the last line that may cause issues.? Guess if you define a "iINPUT_PULLUP" then you should not use analogRead().
rOn
toggle quoted message
Show quoted text
On July 15, 2018 at 1:03 PM "Jack Purdum via Groups.Io" <jjpurdum@...> wrote:
?
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
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
?
?
?
?
?
|
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 – F1APY
|