Re: Fw: uBitx delivery
Gary Shriver
Great question.. what TDA 2820s are they shipping in the current batch? 73 - Gary
From: BITX20@groups.io <BITX20@groups.io> On Behalf Of Noel f6bgc
Hi uBITX group,
who knows if March 9th delivery batch has good or tested TDA 2822 ?
73 - noel f6bgc
2018-03-09 17:47 GMT+01:00 Nelson <ngtdlt@...>:
|
|
Re: Raduino oscilators. 33mhz and 57mhz " . Documentation says one thing, but this is what I measured.
Yes, 2000 is pretty much unbelievable. I'll try a couple of things, 1 measure with a scope looking at the flutter for more accuracy 2 try to check my counter using wwv ft Collins or wherever it comes from now in the same way,(possibly this should be the first step, I've put it off long enough) 3 after I've determined a semi warm measurement where its been running continuously (I can actually measure the temp with my little orange non contact for fun, and measure the supply and 5v's just in case) , I'll turn off ONLY the uBITX and measure it in the AM . Also, I'll put a little video on for those who might want to see how I'm doing these things. Remembering that this is a Raduino that is working quite well. This is an exercise so that I'll be VERY familiar, for my work with an Raduino that doesn't sound so good when used..
On Fri, Mar 9, 2018 at 9:28 AM, Michael Shreeve <shreevester@...> wrote:
--
Michael Shreeve N6GRG
|
|
Re: #uBitx - No TX
#ubitx
F8BXI
Hi All,
toggle quoted messageShow quoted text
Just to let you know that thanks to your help, I confirmed my first QSO yesterday evening with FY5KE in CW (439/439). Cndx: uBitx around 10W, trap dipole in attic. Bet 73, Philippe
|
|
Re: tx pop
PeteWK8S
I have implemented Greg W3NW's circuit using the same values BS170, 300K, 1N4148, 440nF and it does eliminate the pops.
However it's also almost completely quieted the sidetone even with R253 shorted. I can hear the sidetone at full volume but that's way, way too loud a setting for received signals. Any suggestions? Pete WK8S
|
|
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Carlos E. Wenzel <Ik2yra@...>
Ian The problem has gone. It was a wrong/thin/broken cable. I changet it. I also found a missing power output if you operate wspr function far away from the original ubitx frequency. I agree with Phillips abt this issue, BPF maybe remains locked on the original band. "
the display shows 14.097100 MHz which is the frequency I selected in uBITX manager, but the RF being transmitted is in fact 14.099330 MHz.. " cero beat on 14.099330 mHz when ubitx displays 14.097100 mHz (is not right?.... 2.2kHz) Carlos 2018-03-09 15:33 GMT+01:00 Ian Lee <kd8cec@...>:
--
|
|
Re: Fw: uBitx delivery
ON7HC
Hi,
Ordered µBitx on december 26 ($ 109) Shipped on february 26 (India Post). Received on march 8. It only took 10 days with India Post ! But ... before I could even see the package, had to pay additional $ 55 (€ 43,87), Belgian taxes and handling ! Robbery ... :) By the way, U1 is WX. I will replace it. 73 Herman
|
|
Re: Fw: uBitx delivery
Rod Clifton <rclifton@...>
I ordered mine Dec 19 and had shipped India Post. Arrived March 6 in VE3 Land.
Rod
|
|
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Carlos E. Wenzel <Ik2yra@...>
Hello Phillip, How can you enter 14.094850 on Band 2 Box??? tks Carlos 2018-03-09 15:56 GMT+01:00 Philip <philip.g7jur@...>:
Hi Ian. --
|
|
Re: Pulling Arduino data apart
Dr Fred Hambrecht
Anytime knowledge is imparted it cannot be viewed as “wasted bandwidth”. I for one enjoyed the conversation.
v/r Fred W4JLE
From: BITX20@groups.io [mailto:BITX20@groups.io] On Behalf Of Jerry Gaffke via Groups.Io
Agreed, we've wasted too much time on something not at the top of our priorities here. My comment about putting bits on the floor meant that you had to know something about sendbyte((data32>>24)&0xff); to send a byte works great if the data is big endian: 01010101 00000000 00000000 00000000. // Yellow is the byte of interest However, if you don't know the byte order and it is: 00000000 00000000 00000000 01010101 Your code would throw the relevant data on the floor. Your code is only safe if you know
On Thu, Mar 8, 2018 at 12:53 pm, Jack Purdum wrote:
|
|
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Philip
Carlos.
Just enter it in the box, it is in hz. Not Mhz, so no decimal point. Philip.
|
|
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Carlos E. Wenzel <Ik2yra@...>
So simple.... TKS Philip Carlos 2018-03-09 21:01 GMT+01:00 Philip <philip.g7jur@...>:
Carlos. --
|
|
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Carlos E. Wenzel <Ik2yra@...>
uBiTx on air....Tks Ian / Philip Carlos 2018-03-09 21:12 GMT+01:00 Carlos E. Wenzel <ik2yra@...>:
--
|
|
Re: RD16HHF1 power curve flattening...some
Mods so far, in tested.
|
|
Re: tx pop
John Pieper
I found a much better place to connect the drain of the MOSFET. First I replaced R70 with a 510 ohm resistor that I happened to have in the same footprint.
Then I connected the MOSFET drain to the relay side of that resistor, i.e. to the point M2 on the schematic. This setup still shorts the incoming audio to ground and kills the pops, but leaves a voltage divider of R253 and R70 connecting the sidetone to the volume control. Depending on your value of R253, this may be perfect as is. My R253 was 220 k and I needed more volume, so I put a 50 k trimpot across R253. It is just about right for me at maximum resistance, but I can adjust it downward if I should want more volume still. If your R253 is a smaller value and the sidetone is too loud, just replace it with something of higher resistance. The volume control will now have final control over the level and can be tweaked in operation if needed. 73, John AD0RW
|
|
Re: Pulling Arduino data apart
Jerry Gaffke
Here's a starting point on web resources regarding this big/little endian stuff in case you're curious.
toggle quoted messageShow quoted text
https://stackoverflow.com/questions/13994674/how-to-write-endian-agnostic-c-c-code But for most of us this is a non-issue, and you needn't worry about it. And you certainly don't have to suffer anybody arguing about it. Code on the Nano (and likely in most any Arduino environment) is little endian. Though on an 8 bit machine like the Nano, endian-ness is mostly a matter of what the compiler wants to do. https://www.avrfreaks.net/forum/endian-issue https://www.avrfreaks.net/forum/big-endian-or-little-endian-0 Jerry, KE7ER
On Fri, Mar 9, 2018 at 11:46 am, Dr Fred Hambrecht wrote:
|
|
ubitx LCD display
Richard E Neese
whats the latest on the new w8tee lcd vfo for the ubitx ?
|
|
Re: uBITX Mic Wireup
Tim Gorman
Jerry,
Having a live mic with a separate, unassociated PTT switch can lead to inadvertent transmissions if the PTT gets operated accidentally. If the mic is not live all the time then all you transmit on an accidental PTT operation is a suppressed carrier which hopefully won't bother anyone. It doesn't happen a lot but it *does* happen. Someone accidentally pushes his foot switch with a live mic and sends out a discussion with the wife (spouse) over the air. Admittedly you can butt transmit with a PTT CB mic or 2-meter ham mic if you sit on it. It happens also. For me, the switch is there in the mic and I don't see any reason not to use it. If you tear a lot of communication mics apart you will see that the mic element is wired through the PTT switch on most of them. Apparently someone thinks its a good idea! tim ab0wr On Fri, 09 Mar 2018 07:54:26 -0800 "Jerry Gaffke via Groups.Io" <jgaffke=yahoo.com@groups.io> wrote: How is this an advantage?
|
|
Re: Variable power control
Tim Gorman
Walter,
What voltage are you feeding this with? I assume it is more than 24v in order for you to have a 24v position. If you are running in the 10 volt position, for instance, that would be drop of at least 24v - 10v = 14v. Fourteen volts at .5amp is 7W being dropped into that transistor. That's a pretty fair amount of heat. tim ab0wr On Fri, 09 Mar 2018 06:17:16 -0800 "Walter" <@whuyckjr> wrote: On Wed, Feb 21, 2018 at 06:23 pm, LKNDAVE wrote:Based on this design I built this attached circuit.
|
|
Re: uBITX Firmware CEC Version Added WSPR function, I am looking for a beta tester.
#ubitx
Philip
Thanks Ian. For a great updated to include WSPR, It was a surprise.
Philip G7JUR.
|
|
Re: tx pop
PeteWK8S
Thank John, moving the Drain to R70 (changed to 510) helped restore my volume. However, I am getting the pop going key down RX to TX but no pop going from TX to RX.
So the MOSFET is not muting quite fast enough. How did you determine the value you used for R70? Pete WK8S
|
|