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: uBit Crazy Software Problem
Simple problem and I am stumped!
I wrote some test sketches to test the Analog Pins that are on the 8 Pin molex? called "Controls" on uBit. Well on all 5 Nanos I have here, A6 and A7 don't want to flip. A really puzzling thing is I have an old Mega 2560 (the one with the old USB squarish plug), and its A6 and A7 will toggle? I learned one good thing in hours of fussing around.? I did NOT know you can use a Pin name in the sketch without "A" in front of it. They simply call the ports up from the last digital pin (13), So A0 you can call 14!!!? WOW, never knew that. What is it good for???? You can use for statements to increment a counter (i) to initialize and address these pins.? You don't have to put A in there. Please Help Me, I am going nuts! Mike, WA6ISP Here is a test of A0 - A7,? MY A6 & A7 won't toggle on my Nanos? // // Test A0 - A7 byte i = 0; void setup()? { for (int i=14; i<22; i++)? { ?? pinMode(i, OUTPUT); ?? digitalWrite(i, HIGH); } } void loop() { ? for (int i=14; i<22; i++) { ? digitalWrite(i, LOW); ? delay(100); ? digitalWrite(i, HIGH); ? delay(100); ? } } -- Mike Hagen, WA6ISP 10917 Bryant Street Yucaipa, Ca. 92399 (909) 918-0058 PayPal ID "MotDog@..." Mike@... |
Re: Fldigi with UBITX
Joe Puma
toggle quoted message
Show quoted text
On Mar 5, 2018, at 7:57 AM, Charles Ayers <cwayers12@...> wrote:
|
Re: uBITX Sketch on an Arduino Uno R3?
#ubitx
Thanks for the pointer in the right direction! I'll give it a go :)
-- Ryan Flowers - W7RLF |
Re: CAT Support uBITX Firmware CEC Version 1.04 Release
#ubitx
Thanks for the release Ian, good job.
Joel N6ALT |
Re: TDA2822 ill treatment test! Photo of blown TDA
Vince Vielhaber
Didn't have it on long enough to transmit. Turned on, saw the number on the DVM, turned off and said some unrepeatable things.
toggle quoted message
Show quoted text
Vince. On 03/05/2018 11:56 AM, Jerry Gaffke via Groups.Io wrote:
Good thing you didn't transmit, that would have given you something. --
Michigan VHF Corp. |
Re: TDA2822 ill treatment test! Photo of blown TDA
Good thing you didn't transmit, that would have given you something.
toggle quoted message
Show quoted text
Something like smoke and flames where Q13 and R141 used to be on your Bitx40. Just in case others decide to replicate your experiment. Not a good idea to run these rigs with much more than 12v. (Finals are fine to 24v if you give them an adequate heatsink.) Jerry On Mon, Mar 5, 2018 at 08:34 am, Vince Vielhaber wrote: B40, nothing. I accidently gave mine 20+ when a regulator shorted in the worst possibly way. No damage done. With that audio chip I'll be using a much better regulator! Although I may replace it before I power it up. Then I can run a couple of experiments on the original. |
Re: TDA2822 ill treatment test! Photo of blown TDA
On Mon, Mar 5, 2018 at 08:16 am, Clark Martin wrote:
But connect an amp output to the ring terminal will still burn it out if you plug in a mono plug, regardless of bridge or parallel.You are correct, Clark.? This needs to be said loudly to any who might plug a TS connector into TRS jack, much like there are warnings about connecting power supply voltages backwards. A little experiment was conducted:? My ?B has an FCI TDA and a regulated 12V power supply.? When there is a dead short at the phones jack and the volume all the way up, the TDA gets too hot to touch (~130°F/55°C for me) within a few seconds.? With the volume turned to ?, I can hold my finger on the TDA for at least 30 seconds without any noticeable temperature rise. This is only one data point, but it suggests that FCI TDA is robust against shorting at ? volume for some time. If I had a few more of them and a socket, I would intentionally drive one to failure just to see what happens. |
Re: troubleshooting no TX SSB
#ubitx
#ubitx-help
Very cool, good job.? Persistence often pays off.
toggle quoted message
Show quoted text
Think of it as mostly educational, so time well spent. ? That 160m trace seems to have a strong third harmonic, which makes sense. The 80m low pass filter would have a corner around halfway between 4 and 7 mhz, so the 5.6 mhz third harmonic of 160m is sneaking through. Not much evidence of a second harmonic, as one would expect from a push-pull amp. Jerry, KE7ER On Mon, Mar 5, 2018 at 08:00 am, John wrote: So it looks like everthing is working fine now, now only have to wait for my antenna tuner as my end fed has some pretty high values on the lower bands. |
CAT Support uBITX Firmware CEC Version 1.04 Release
#ubitx
All
CAT Support uBITX Firmware CEC Version 1.04 Release, but?There is no major change compared to version 1.03. I released it for people looking for HEX files. The changes since 1.01 are as follows. - Reduce cpu usage rate - Change BFO Calibration step (50 to 5) - Change CW Frequency Display type ??The more accurate frequency is displayed during CWL, CWU Mode. - Optimized source code and reduce program size (97% -> 95%) ? I have free up memory space for WSPR on stand alone uBITX For more information, please see the link below. (You can download HEX file and latest version of uBITX Manager from the link below.) ?
-- Best 73 KD8CEC / Ph.D ian lee kd8cec@... |
Re: TDA2822 ill treatment test! Photo of blown TDA
There is no phasing issue with a bridge HAve a look at page 4 On Mon, Mar 5, 2018 at 5:16 PM, Clark Martin <kk6isp@...> wrote:
|
Re: TDA2822 ill treatment test! Photo of blown TDA
Vince Vielhaber
B40, nothing. I accidently gave mine 20+ when a regulator shorted in the worst possibly way. No damage done. With that audio chip I'll be using a much better regulator! Although I may replace it before I power it up. Then I can run a couple of experiments on the original.
toggle quoted message
Show quoted text
Vince. On 03/05/2018 10:21 AM, Arvo KD9HLC via Groups.Io wrote:
On Mon, Mar 5, 2018 at 07:04 am, Mvs Sarma wrote: --
Michigan VHF Corp. |
Re: toroid
Having the NANO board indicates that your BITX-40 is the later version. Earlier version with analog VFO is identical except for the VFO. _._ On Mon, Mar 5, 2018 at 4:43 AM, <davesters@...> wrote: How do I tell if my bitx40 has the raduino. It has a nano board so I assume it does. |
Re: uBit Software
Miki
On Mon, Mar 5, 2018 at 2:20 PM, Philip <philip.g7jur@...> wrote: I could if I had your e-mail. |
Re: TDA2822 ill treatment test! Photo of blown TDA
开云体育You could just drive both amps in parallel instead of bridge, this would avoid the phasing issue. But connect an amp output to the ring terminal will still burn it out if you plug in a mono plug, regardless of bridge or parallel. Clark Martin KK6ISP
|
Re: troubleshooting no TX SSB
#ubitx
#ubitx-help
Hello Jerry, |
Replacement rotary encoder
I am playing with different raduino replacements, and some require a different digital wiring harness. As I do not wish to continuously solder / resolder the encoder, I wish to get some replacement encoders to setup several harnesses.
Does anyone know where I can purchase 24 pulse encoders at a less than ridiculous price? Preferably in VK land, but I suppose that I am used to waiting for delivery now! Cheers Chris, VK7HCH |
to navigate to use esc to dismiss