Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
My V6 UI has suddenly started beeping with each button press.
Jeff Debes
Hi all,
My V6 version has suddenly started beeping when I touch UI buttons, it was not doing this before, it was silent on any button press . Might I have changed a setting inadvertently? I do not recall seeing any menu or setting for this change? No, I have not read all of the documentation yet. Just thought I’d ask if it is an unusual or known issue. Jeff -- *jeff.debes@...* |
Jack, W8TEE
Aaron: Place all of the files you see from the download in the same directory. Indeed, they MUST all be in the same directory. Now load the IDE, move to the new project directory and double-click on ubitxv6.ino. The IDE will load all of the files into the IDE. The *.ino file is always the first one (left-most tab) in the Source Code Window. All of the other *.cpp and *.h files will appear in their own tabs across the top of the Source Code Window in alpha order: Why didn't Reed just use one big INO file? The biggest win is that the Arduino compiler supports incremental compiles. In other words, if you're working on just 1 of the 60+ files and you recompile, the IDE compiler is smart enough to only recompile that particular file. The linker takes the other (cached) files and combines them into an executable for upload. On a project I worked on with 11000+ lines of code, the first compile in the morning took about 1 minute on a very fast machine, but subsequent recompiles were typically 10 seconds or less. If you save 50 seconds per compile and do 30 of those a day, that saves you 25 minutes of thumb-twiddling each day. Long answer to a short question... Jack, W8TEE
On Friday, May 29, 2020, 3:30:28 PM EDT, Aaron K5ATG via groups.io <k5atg@...> wrote:
Thank you Jack, I was looking at all of the files and was thinking, which one do I need or want. I’m completely guessing here, do I add the sketches that Reed has to the existing default sketch in my Arduino Nano one at a time to see if I like the change in the performance? ? 72 Aaron K5ATG QRPARCI # 16443 GQRP # 16389 4SQRP # 1080 ? From: Jack, W8TEE via groups.io
Sent: Friday, May 29, 2020 12:59 PM To: [email protected] Subject: Re: [BITX20] Reed's sketches #arduino #nano #ubitxv6 ? The main entry point for any Arduino project is the file that contains setup() and loop(). The file that holds those two functions must have the secondary file name *.ino. For Reed's code, the file is ubitxv6.ino. The purpose of the setup() function is to establish the environment in which the code is to run. The purpose of loop() is to provide a continuously-running body of code and is the work horse for the program. I would start with setup() and then proceed to loop(), looking at the function calls in each. If you need help understanding the C code, I can give you a (very biased) book recommendation. ? Jack, W8TEE ? On Friday, May 29, 2020, 1:27:16 PM EDT, Aaron K5ATG via groups.io <k5atg@...> wrote: ? ? I'm still learning Arduino and such and I was told to check out Reed's sketches for the display for the v6 uBITX. I went to the GitHub site?.?
? -- Jack, W8TEE |
开云体育Thank you Jack, I was looking at all of the files and was thinking, which one do I need or want. I’m completely guessing here, do I add the sketches that Reed has to the existing default sketch in my Arduino Nano one at a time to see if I like the change in the performance? ? 72 Aaron K5ATG QRPARCI # 16443 GQRP # 16389 4SQRP # 1080 ? From: Jack, W8TEE via groups.io
Sent: Friday, May 29, 2020 12:59 PM To: [email protected] Subject: Re: [BITX20] Reed's sketches #arduino #nano #ubitxv6 ? The main entry point for any Arduino project is the file that contains setup() and loop(). The file that holds those two functions must have the secondary file name *.ino. For Reed's code, the file is ubitxv6.ino. The purpose of the setup() function is to establish the environment in which the code is to run. The purpose of loop() is to provide a continuously-running body of code and is the work horse for the program. I would start with setup() and then proceed to loop(), looking at the function calls in each. If you need help understanding the C code, I can give you a (very biased) book recommendation. ? Jack, W8TEE ? On Friday, May 29, 2020, 1:27:16 PM EDT, Aaron K5ATG via groups.io <k5atg@...> wrote: ? ? I'm still learning Arduino and such and I was told to check out Reed's sketches for the display for the v6 uBITX. I went to the GitHub site?.?
? |
Re: Transverter for 6 meters on eBay
Dale Parfitt
开云体育I used one? of those transverter boards to build a dedicated small 6M CW/SSB rig:
? From: [email protected] [mailto:[email protected]] On Behalf Of Arvo W0VRA via groups.io ?
|
Jack, W8TEE
The main entry point for any Arduino project is the file that contains setup() and loop(). The file that holds those two functions must have the secondary file name *.ino. For Reed's code, the file is ubitxv6.ino. The purpose of the setup() function is to establish the environment in which the code is to run. The purpose of loop() is to provide a continuously-running body of code and is the work horse for the program. I would start with setup() and then proceed to loop(), looking at the function calls in each. If you need help understanding the C code, I can give you a (very biased) book recommendation. Jack, W8TEE
On Friday, May 29, 2020, 1:27:16 PM EDT, Aaron K5ATG via groups.io <k5atg@...> wrote:
I'm still learning Arduino and such and I was told to check out Reed's sketches for the display for the v6 uBITX. I went to the GitHub site?.? There is a huge list of files there. I'm not exactly sure where to start or what to do.? Any help would be appreciated.? -- Jack, W8TEE |
Re: Will this mic work?
Vince Vielhaber
TenTec puts 9vdc on pin 4 of the mic connector. Not having a schematic of the mic, you may need to put a DC blocking cap on pin 1 since the ubitx puts voltage there for a condenser mic. You'll need to supply your own 9vdc to pin 4 to run the mic. Looking at your first post again, I see that mic will take 7-14. Put a 560 ohm 1/4 watt resistor from your 12v supply to the 706's pin 4. That should power the mic.
toggle quoted message
Show quoted text
Will it be too much audio? Don't know until you try it, but if it is you can add a pot to adjust it. I did that on a bitx40. Vince - K8ZW. On 05/29/2020 07:28 AM, Lizooki@... wrote:
After I posted this I was looking back and figure out that I probably --
K8ZW |
Re: Bitx V6 Modifications
There is an RC combination (0.01 uf and 1.8 K) that you solder between pins 5 and 8 of the LM386.? It was listed as a BITX40 mod (that was the last HF Signals produced rig that used the LM386 until the v5 and then v6).? I tried the mod on my v5, and it did reduce the high-frequency noise.? Sounds much better without a signal present.? Reduces some need for the AGC, though still would add it.?
/g/BITX20/message/51572?was the starting point that lead me to the Norcal 40a? where I got the pin 5 to 8 connection.? There is a capacitor between 1 and 8 in the Norcal 40a the same as in the v5 and v6 audio amp stage. Ignore the comment that it would not work on the uBiTx, that was before HF Signals went back to the LM386 as the audio output amp. 73 Evan AC9TU |
Re: What’s actually better?
This is the 'Achilles Heel' of the open source movement.? Each user is free to implement their own modifications based on their education, experience and biases.? Who is wrong? Who is right? Are they all right in their own way?? Deciding which path to follow is WAY too existential for me!
|
Re: Bitx V6 Modifications
开云体育EvanThanks for info! Excellent advice and exactly what I was looking for. I’ll add mic first and rest later. What modification to reduce hiss are you talking about ? Jody On May 29, 2020, at 2:13 AM, Evan Hand <elhandjr@...> wrote:
|
Re: V4 Alignment
开云体育As an update, I connected test pins to Test Points 12, & 16 on my v4 uBITX board. I also connected a dummy load, speaker, microphone etc. Upon switching on the radio defaulted to its usual 7.150MHz LSB setting Test point 12 measured over 53MHz. I switched the radio in settings & calibrate, and TP 12
measured something like 10.005MHz. By turning the tuning knob I managed to change this to 10MHz,
saving the setting and restarting resulting in TP12 measuring
52.14991 MHz. Good enough. I then measured TP16 and adjusted the SSB setting until I measured 11.99664MHz, saved & restarted. All seems well and the radio is now retaining its settings. The test points are loacted just behind the raduino connector and are marked TP12 and TP16, although TP16 is hard to spot as it was overprinted on my board. its next to R112. Note, my frequency settings are for my v4 board with 12MHz crystals, yours maybe different. Cheers Adrian M1LCR On 29/05/2020 11:44, Adrian Rees wrote:
|
Re: Will this mic work?
Dale Parfitt
开云体育Spot on Evan, There is a hand mic version of the Astatic ?D-104 that uses an internal battery. I have used them on my vintage rigs and get excellent audio reports. ?All this assumes the mic gain stages (as designed) of the BitX are inadequate- I have not confirmed this myself. ? Dale W4OP ? From: [email protected] [mailto:[email protected]] On Behalf Of Evan Hand ? As far as I can tell without the schematic of the mic, it will not work.? The input of the uBitx has approximately 5 K ohms for the bias of the electret element.? If the current draw of the mic is 5 ma, then the drop across that resistor would be 25 volts.? At most the supplied voltage is 12 volts (13.8 with a "normal" ham supply).? Not enough to run the mic.? You would need to drop the resistor in the uBiTx mic circuit (R60) to 680 ohms? That would give a drop of (680+220)*.005=4.5 volts? That leaves 7.5 volts for the mic.? NOTE: there is a 220 ohm resistor ahead of R60. |
Re: V4 Alignment
It seems the turn off re-boot thing is important after every step.
At least it is on my v6. Mine wasn't appearing to do well either in getting the frequency close, but the bfo seemed fine. I stopped for the night, turned it on the next day and all was fine? Only off a bit .... close enough to leave it be. |
V4 Alignment
开云体育Hi all I have unpacked my uBitx v4 board with v4.3 firmware (I have some time now to do radio!!). Having wired it up it seems that I cannot set the BFO correctly.
I followed Vic's thread here (/g/BITX20/topic/ubitx_v4_3_calibration/29061748?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,0,29061748
) and the you tube videos by VK3YE, but it seems each time I set
the BFO Frequency, save the setting, the settings are not actually
saved. Any advice ? Thanks Adrian M1LCR
|