¿ªÔÆÌåÓý

Date

v3 v4 L5 L7 Mod

 

I am curious if anyone is getting compliant SSB spurious on the upper bands by only replacing these inductors with small shielded SMT ones as I just have?? It may be a while before I get to measure my unit with a spectrum analyzer, but I am so tempted to stop here for now while things are working (I have Gordon's relay board installed to address harmonics). ?

A logical next step is to add either a xtal or LC filter at 45 MHz in the transmit path.? But I may defer this until I get some data.

73 Curt


Re: Audio Buzzing

 

N7XG, Try to increase the brightness of Nextion display to 100% and check. I hope that helps.

Anthony
VU3JVX


Re: ubitx v6, refactored code

 

Vic WA4THR,

After I am happy with the tuning for the radio with the BFO value and other setting, I do use Memory manager to create hex file backup only. However, I never had much luck tuning the BFO and offset value for the Raduino crystal using Memory manager. I see you have mentioned about "typical" values, do you have any explanation or reason behind these values.

I never understood the mystery "Master" calibration number also and how it is calculated. I am sure there must be some calculation to derive at these "Typical" values. Hope someone on this forum can explain or else it is like magic :)

Anthony
VU3JVX


Re: ubitx v6, refactored code

 

Oh ok I see the website was design to work it that way. Hmm...


Re: ubitx v6, refactored code

 

Farhan sir, I am not sure why visiting the following site??is trying to access the microphone of my PC.



Anthony
VU3JVX


Re: [QRPLabs] Software extensions

Jack, W8TEE
 

Absolutely!

I have the protocols used for Icom, Kenwood, and Yaesu which probably should give us a good starting point. We need to ask ourselves: Do we want to really create a unique command protocol, or do we want to take an existing protocol and make the "rig end" fit the radios we're interested in? In other words, write it in such a way that it can be used by the existing software base (e.g., Ham Radio Deluxe, Fldigi, etc.). I wrote a simple CAT program for the X1M xcvr years ago, but never went anywhere with it. The X1M used the same protocol that was used for the Icon 718, which could then be used with Ham Radio Deluxe. I was writing a PC program in VIsual Studio using C# so the user could avoid spending $100 on the PC-end software. Personally, I think it makes sense to work with at least a subset of one of an existing protocol, as that would give us software that we can use as a test bed. Personally, I don't use CAT right now, so I don't know what the "most popular" protocol is, but it can't be that hard to find out. That would simplify the "out" end of the link. My ultimate goal is to do away with the PC and have the output controlled by a TFT display and perhaps a 5" or 7" color display. (I don't want to have to take a tablet with me if I want to operate from a canoe.)

The "in" end would depend on the code that is to sit on the microcontroller. That code needs to be as skinny as possible and still do the work. Truth be told, that microcontroller will likely have other work to do, so we need this code to co-exist with the other code in the program. That suggests a library approach to the problem. While this won't be a requirement, I will be doing my work within the confines of the Arduino IDE since it uses C-C++,? is free, but supports multiple processors. Personally, I don't see a member of the Arduino family being up to the task. That leaves the STM32F, ESP32, and Teensy families from which to choose. My Projects book uses all three, but I'm losing interest in the ESP32, mainly because its boards and pin layouts are all over the map. (Some boards have 30 pins, others have 36 or 38 pins which makes it hard on the reader to buy the "right" one.) That's sad, because the ESP32 has great resource depth. The STM32F series are cheap, yet are markedly more powerful than the Arduinos. Hans chose the STM32F4 series for the QSX. The Teensy is an h-bomb for the task, but costs $20 for the T4. Rock...hard place...

I think the first task is to determine what software can work with which protocols. You guys doing CAT work already can help here. The next thing we need to do is determine the "must have" commands and get those working first. Once those work, extensions are easy. Then I would see the group working on an Application Programming Interface (API) that is generic enough to use with different controllers. That way, even if the code is not Open Source, someone like Hans might take our API and compile it into their code. We could then use those API hooks to control their xcvr.

Finally, I would suggest moving this thread either to a new group or the softwarecontrollerhamradio group, as someone has already suggested. (BTW, I own that group and started it several years ago, so moving this discussion to that group is fine with me.) There's no reason to clog Hans' group. If you want to participate in this discussion further and are not a member of that group, I hope you'll join it.

Let's close the thread here and consider it moved to the softwarecontrollerhamradio group.

Jack, W8TEE

On Friday, December 20, 2019, 6:06:03 AM EST, jmh6@... <jmh6@...> wrote:



Hi Jack,

? ? I would consider code size and simplicity for any protocol we consider.

? ? Lots of fun :).



On Thu, 19 Dec 2019, jjpurdum via Groups.Io wrote:

> We may have to start a separate group for this topic.
>
> Jack, W8TEE
>
> On Thursday, December 19, 2019, 2:26:51 PM EST, Jim Manley <jim.manley@...> wrote:
>
>
> Hi Jack, et al,
> I would love to contribute to this effort and will start perusing the links provided to get up to (some?) speed during the holiday break, while trapped at my in-laws for
> nearly two weeks in the place with the coldest average temperatures in at least the lower 48.? There isn't even skiable snow, although drifts can get to around 24 feet that
> allow skiing from upper-story windows ... assuming you're in a multi-story building!
>
> 73_Animated_GIF.gif
> Jim? KJ7JHE
> Lame Deer High School Amateur Radio Club? KJ7JKU
> ?
>
> On Thu, Dec 19, 2019 at 11:46 AM Arv Evans <arvid.evans@...> wrote:
>? ? ? Jack
>
> This might be interesting.? It is open-source and readily available.
>
>
>
>
>
> This has been around in UNIX and Linux systems for many years.? It is easy
> to use and is customizable for various rigs by simply linking to the appropriate
> Hamlib library.?? Resistance to it may be because there is no glory in using
> already available methods.?
>
> Arv? K7HKL
> _._
>
>
>
>
>
> On Thu, Dec 19, 2019 at 9:17 AM jjpurdum via Groups.Io <jjpurdum=[email protected]> wrote:
> OK. We'll keep looking around...
>
> Jack, W8TEE
>
> On Thursday, December 19, 2019, 10:45:49 AM EST, <jmh6@...> wrote:
>
>
>
> Hi Jack,
>
> ? ? The only docs I have are a very old product manual that does not have
> the whole thing. Gotta get into some 6502 and 8052 code and then do some
> writing.
>
> ? ? Most stuff will be re-discovered once an open CAT protocol is being
> used.
>
> ? ? Works well. It is still being used by a dual 3.25 inch floppy IBM PC
> Clone for automated product testing. PC code was written in Power Basic.
>
> ? ? Very old stuff!! lol!!
>
> ? ? Lots of fun :).
>
>
> On Thu, 19 Dec 2019, jjpurdum via Groups.Io wrote:
>
> > I'll start collecting stuff as I can. If you have docs on your NIWire, I'd
> > like to see it. If anyone else has related docs, please send them to me.
> >
> > Jack, W8TEE
> >
> > On Wednesday, December 18, 2019, 6:29:55 PM EST, jmh6@...
> > <jmh6@...> wrote:
> >
> >
> >
> > Hi Jack and All,
> >
> > ? ? I think a new simpler open CAT type interface is all that will really
> > work? Right now there is a very confusing mess of different protocols all
> > of which seem radio-centric rather than CAT centric.
> >
> > ? ? Since you are into writing documents, how about doing a first crack at
> > an 'open' CAT centric standard that we can all comment on?
> >
> > ? ? Our products used a 'simple' protocol we called NIWire that worked
> > pretty well, had a small software footprint and seemed to work reliably. I
> > doubt that it would be suitable as a 'standard', but it was simple both as
> > to signals on the wire and code complexity.
> >
> > ? ? Lots of fun :).
> >
> >
> > On Wed, 18 Dec 2019, jjpurdum via Groups.Io wrote:
> >
> > > Arv:
> > >
> > > I agree. I know there are products out there being sold that use Open
> > Source software, including my own. Still, I made that decision when I made
> > it Open Source. My theory
> > > is that, if someone stands on my shoulders and makes something I started
> > better for everyone, we all win. However, I do get a little miffed when
> > someone takes something
> > > that is not Open Source and either sells it (M0NKA's SDR transceiver) or
> > gives it away (my books on torent sites).
> > >
> > > I do think the CAT interface does offer a way to extend the software
> > without making all of it Open Source. It appears that we are slowly
> > standardizing the CAT protocol. I
> > > would like to see the community pull together and formalize a CAT
> > interface. It would require support from The Big Three and that could
> > dissolve into a pissing contest. If
> > > that happens, I say screw 'em and we as users form our own CAT standard
> > interface. (If this is all Greek to you, check out
> > for a
> > > simple way to specify a series of CAT commands.)
> > >
> > > For CAT to work, processors need to be on the "radio end" and the "user
> > end" of the CAT connection. For Hans QSX, the radio end will be a processor
> > in the STM32F4 family.
> > > On the user end, it could be whatever the user wants. Me? I plan on having
> > a touch screen waterfall display that doesn't rely on a PC. It will be a
> > self-contained SDR a la
> > > M0NKA or the G-90. For others, write a PC program in your favorite
> > language that can read ASCII data from a port and do whatever you want with
> > the data you get via CAT.
> > >
> > > All of this could be super cool stuff. I know Al and I are going to dig
> > into it when the dust settle a bit.
> > >
> > > Jack, W8TEE
> > >
> > >
> > > On Wednesday, December 18, 2019, 3:45:59 PM EST, Arv Evans
> > <arvid.evans@...> wrote:
> > >
> > >
> > > Jack
> > >
> > > Well-said.? You made it very clear what the pro's and con's are regarding
> > giving away
> > > intellectual property versus securing said property. ? Micro-controller
> > based systems are
> > > particularly problematic because some of the micro-controller chips can be
> > read back
> > > and copied at the bit or byte level.? The AVR is one of the
> > micro-controller chips that
> > > does have fuse bits that can be used to help protect the device from being
> > copied.?
> > >
> > > We are seeing some of this problem over on the BITX discussion group,
> > where individuals
> > > have made their own junk-box variations of the hardware, modified the
> > open-source software,
> > > and now seem to expect that Farhan will troubleshoot their mistakes.?
> > >
> > > Micro-processor ICs that do not have built-in copy protection have to rely
> > on "mouse-
> > > traps" that use hidden code to erase or mutilate the code if it is
> > tampered with.?
> > >
> > > Since recent trends seem to indicate that even homebrew rigs need to
> > support some form
> > > of CAT control, maybe that is where the user customization needs to
> > reside.? If there
> > > is an adequate set of basic functions, then maybe user code in the CAT
> > software could
> > > allow those who want something else could add that feature or function?
> > >
> > > Arv
> > > _._
> > >
> > >
> > > On Wed, Dec 18, 2019 at 7:58 AM jjpurdum via Groups.Io
> > <jjpurdum=[email protected]> wrote:
> > > Everything I've written since I retired is Open Source and, for me at
> > least, doing so is a true dilemma. That is: Two choices, both bad. I'll bet
> > Hans has waded
> > > through the same decision-making process.
> > >
> > > If you make your code Open Source, you lose control of it and it does end
> > up being stolen, sometimes for profit. Even worse, some people will attempt
> > to modify your
> > > code and, when it doesn't work, they actually have the audacity to ask you
> > to fix it...for free! Not good...not fair.
> > >
> > > On the other hand, if you don't make it Open Source, some people think
> > you're a Grinch because they can't make your code do exactly whatever it is
> > they want it to
> > > do.? They, too, want you to add such-and-such a feature, but fail to
> > realize there are not a lot of deaf, blind, people who only speak Latin.
> > (The Grinch Factor, to
> > > me, is a myth. It's my code...you don't like it, write your own.)
> > >
> > > So, what's the answer? First of all, given what Hans has managed to stuff
> > into a Nano, there can't be more than a few bytes left. So, my guess is that
> > putting
> > > something in means taking something else out. For most of us, that means
> > "Leave it alone." However...
> > >
> > > The QSX is going to be another beast altogether, since it will be using
> > the STM32F4 series of microcontroller. Hans has some headroom there because
> > of the memory
> > > resource depth and a faster clock. Yet, from Hans' perspective, how does
> > he address the dilemma of lost control versus the Grinch factor? I think the
> > best solution is
> > > an API--Application Programmer Interface. An API provides entry points to
> > methods that allow you to extend the functionality of the program in much
> > the same way that
> > > libraries allow you to extend the Arduino core. The downside is that it
> > takes a lot more effort on Hans part to provide an API for us.
> > >
> > > So...what's the correct answer from everyones' standpoint? I don't have a
> > clue.
> > >
> > > Jack, W8TEE
> > >
> > >
> > >
> > > On Wednesday, December 18, 2019, 9:23:11 AM EST, R. Tyson via Groups.Io
> > <tysons2=[email protected]> wrote:
> > >
> > >
> > > Hi,
> > > As pointed out in another post I doubt there is sufficient memory left.
> > The radio has a remarkable set of facilities and Hans has done a brilliant
> > job on it.
> > >
> > > Someone suggested that the software should be open source... that would
> > enable others to produce cloned versions of Hans' work - in effect he does
> > the work and
> > > someone else steals it and profits from it.
> > >
> > > Tuning up and own the band is good exercise - I remember when we had to
> > get out of our chair and walk across the room to change T.V. channels and
> > there were only 2 or
> > > 3 of them.
> > >
> > > The facilities available from these little radios is amazing but there is
> > not the infinite capacity to keep adding stuff from "wish lists".
> > >
> > > Reg? ? ? ? ? ? ? G4NFR
> > >
> > > ?
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
>
>
>
>
>



--
Jack, W8TEE


Re: Flrig and uBitX not connecting

 

I loaded the latest yesterday, no joy. I thought it would be an easy way to do rig control with a Raspberry Pi. On to something else.

73 de WS4JM
Jay


Re: For Sale new uBITX kit with additional uBITX board plus display

 

Would you share the repairable aspect?? Either piublically or by private response.? Thanks in advance, as I've got a few to resurrect if possible.

- Ted
?K3RTA


Re: For Sale new uBITX kit with additional uBITX board plus display

 

Hi Jim,

It was actually the other way around.? But I changed my mind and decided to play with my raduino and some of my own circuits.

Thanks,

Patrick


On Thu, Dec 19, 2019 at 8:26 PM Jim Sorenson <kjsorenson@...> wrote:
Hi Patrick,?

I sent you a reply this morning by private messaging on this board. Perhaps you did not receive it.?

Jonus needs the board only. Perhaps I could send it to him directly and then work out something with you for the new kit.?

Thanks,?

Jim?


Re: ubitx v6, refactored code

 

Rick, are you using the KD8CEC software in your V5? If so, using his Memory Manager program will allow you to plug in "typical" values for the VFO and BFO numbers and that should get you where you can hear stuff, then you can adjust as needed. I'd give you what I have on mine, but as it is a V4, it will not work on a V5 machine, so be sure you get some V5 numbers.

=Vic=


Re: V6 radino on V5 board?

 

There are also differences in the "CONTROL" connector.? This means you need to rewire that connector as well.? The only connector on the v6 Raduino that has not changed from the v4/5 is the "OSCILLATORS" connector.

73
Evan
AC9TU


Re: Flrig and uBitX not connecting

 

No, the need never came back up. I could use WSJT-X if I wanted to control and the Flrig was basically for fun and maybe use Fldigi at some point. I see the fl*** programs get updated a lot, so maybe something more recent has fixed the problem.

=Vic=


Re: V4 TX problems and new finals #ubitx-help

 

Jerry -- thank you for the clever application for my excess 510 and thermal switches. Love it.

Don
km4udx


Re: V6 radino on V5 board?

 

I had previously written:

>? hopefully the new display can plug into?that same old connector?with no soldering necessary.

Wrong.? The connector from Raduino into the display is different, has 14 pins instead of 16 for starters.
Power and ground have moved so attempting to plug a 2.8" TFT into the old Raduino will smoke something.

The new v6 Raduino is a differerent PC Board layout to accommodate the different display connector.
Using the new TFT display with the old Raduino might be possible, but will require a dozen or so wires?
from old Raduino to display.?

Jerry


On Thu, Dec 19, 2019 at 08:46 AM, Jerry Gaffke wrote:
From Farhan's post of? ??/g/BITX20/message/73708
>? The V6 is just an easier to assemble v5. No difference at all but for the touch display.
>? You can buy the tft off ali express for about 5 dollars and upgrade the firmware.

So the answer is yes, you can update a v5 to have a v6 style display.
No need to swap out the entire Raduino, just the display itself.
Then burn the v6 firmware into the Nano.

I believe the Raduino board has not changed since first introduced for the Bitx40,
except that now a socket is used on the Nano to make it easier to replace.

The old 2x16 display just plugs in, hopefully the new display can plug into
that same old connector?with no soldering necessary.

In the past, it has been possible to buy a Raduino separately from hfsignals for about $30.
I don't see that as an option on hfsignals.com now, the only items to buy are the complete v6 uBitx and the Antuino.
But if the display is easy to swap out, and the Nano is socketed and thus easy to replace if it fails,
that covers most of why you would want a new Raduino.?
About the only other stuff on the Raduino is connectors, LM7805 regulator, and the si5351.
If you really do need a new Raduino there have been third parties posting to the forum
offering their own version for sale,?some of them with significant enhancements.

Jerry, KE7ER


Re: V6 radino on V5 board?

 


On Fri, 20 Dec 2019, 2:52 am Jim Sheldon, <w0eb@...> wrote:
Yes.? V6 doesn't use an LCD at all.? It uses one of the 2.8" TFT color
screens and the pinouts go to a 14 pin connector that's mounted down the
right side of the V6 Raduino board.? V6 Raduino is the same size and has
the same mounting holes as the 2.8" ILI9341 display they (and we) use.

If his schematic for the V6 is right, the pinouts for the Display? (they
are all available on the old 16 pin LCD connector)

I can't get a NANO (with Farhan's factory code) to boot to the 2.8"
display (same one they used).? Your code doesn't boot to the display
either either in a Teensy 4 or NANO.? I tried it on both a Raduino clone
of ours and a real Raduino (the one from the V5 board you gave me).?
Neither work.

Jim

Signals from the display and where they are supposed to go according to
the Raduino schematic:
1 -- VCC +5V to +5 on the Raduino
2 -- GND? to GND on the Raduino
3 -- CS to D10 on the NANO or Teensy
4 -- RESET tied to +5
5 -- D_C to D9 on the NANO or Teensy
6 -- SDI/MOSI to D11 on the NANO/Teensy
7 -- SCK to D13 on the NANO/Teensy
8 -- LED to +5 for full brightness or through 22 ohm resistor for less
brightnexx
9 -- SDO/MISO to D12 on the NANO/Teensy
10 -- T-CLK (parallel with SCK) to D13
11 -- T_CS to D8 on NANO/Teensy
12 -- T_DIN parallel with MOSI
13 -- T_DO parallel with MISO
14 -- T_IRQ not used leave open








Re: Flrig and uBitX not connecting

 

Vic,

I know this is an old thread, did you ever get this to work?

Jay
WS4JM


Re: For Sale new uBITX kit with additional uBITX board plus display

 

¿ªÔÆÌåÓý

Jim:
Do you still have the two boards, and the blown out Raduino, they are repairable.

Howard

On 12/19/2019 9:45 AM, Jim Sorenson wrote:

I have a new uBITX kit and a spare uBITX board for sale.?

The uBITX board without the Raduino was part of a working system till I blew out the Raduino.?
The uBITX kit is new in the box and was purchased within the last 5 months.?
I'll include a display and various part from the first kit.?

$150 for both kit and additional board, parts and display
PayPal to my email and I can ship today CONUS - shipping on me.?

I enjoyed using the uBITX while the Raduino was OK, but am moving house and would not get back to this project for some time.?

Many thanks,?

Jim Sorenson
W3BH











Re: ?BITX & QRP labs 50W PA

 

Is there a cost effective way to add band switching? The scope trace showing on the page seems pretty good.
W5ALX



On Wed, Dec 18, 2019 at 12:36 AM wnpauls via Groups.Io <pschumacher=[email protected]> wrote:
That would work, but it will need band pass filters and the
associated band switching.? The same amp is available (unassembled)
for about 38 to 40 US dollars shipped.?

Paul K0ZYV?

From: [email protected] <[email protected]> on behalf of Alex Netherton via Groups.Io <anetherton=[email protected]>
Sent: Tuesday, December 17, 2019 9:06 PM
To: [email protected] <[email protected]>
Subject: Re: [BITX20] ?BITX & QRP labs 50W PA
?
How about this?? ??
Alex Netherton W5ALX Buncombe County NC



On Thu, Dec 12, 2019 at 11:49 AM Arvo W0VRA via Groups.Io <arvopl=[email protected]> wrote:
Anybody considering using a QRP Labs 50W PA with their ?BITX?



There's no band switching yet.


Re: For Sale new uBITX kit with additional uBITX board plus display

 

Hi Patrick,?

I sent you a reply this morning by private messaging on this board. Perhaps you did not receive it.?

Jonus needs the board only. Perhaps I could send it to him directly and then work out something with you for the new kit.?

Thanks,?

Jim?


Re: V4 TX problems and new finals #ubitx-help

 

RD16HHF1 and heatsink out - is much better than RF510 inside the room.