¿ªÔÆÌåÓý

Date

Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

When I get done with the talk tonight, the exam tomorrow and possibly have my lesson plans for next week, then I may be able to put 30 minutes on it.? ?That should be all it takes I think.? ?Ashhar uses a straightforward?menu system for a lot of things.? ?I had to figure out some of it for the PreCalc student experiment.

Gordon


On Thu, Feb 1, 2024 at 5:21?PM Nate Moore <nate@...> wrote:

I don't want to turn this into an OS war discussion, or a softmodem war discussion. It will not be a mutually productive discussion.

Sbitx is complicated to me.

I'm asking for help figuring out the qsy and ptt functions. How that works, etc. Normally those would be profiles defined in rigctld/hamlib, but the way that the sbitx system is setup, it's a limited version rather than the full version and defined configurations like we see with other radios.

I am absolutely willing to take care of the pat and ardop softmodem. We can even explore other softmodems once we get that piece working, including vara on box86 running in wine, but it's gotta be a crawl/walk/run.

The crawl stage is where we're at, and where I need help.
Who can help me sort out what it'll take to get the ptt/qsy/etc going?


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

On Thu, Feb 1, 2024 at 05:21 PM, Nate Moore wrote:
I'm asking for help figuring out the qsy and ptt functions. How that works, etc. Normally those would be profiles defined in rigctld/hamlib, but the way that the sbitx system is setup, it's a limited version rather than the full version and defined configurations like we see with other radios.

Hi, Nate.

Are you comfortable with the level of information in?/g/BITX20/message/108544??

It is showing that QSY works.

The 'rigctl' command line utilitiy plays the role of 'pat', both are hamlib clients.

The sbitx application is a hamlib server, and they are using 'hamlib net rigctl' to communicate.

The rigctl utility does this via '-m 2' on the rigctl command line.

GUI apps such as wsjt-x do this by the drop-down menu box in the 'radio' config tab that needs to be set to 'hamlib net rigctl' instead of Icom/Yaesu/Kenwood/etc.

I presume 'pat' has such a drop down?

You are right that the commands that sbitx will respond to are quite limited, but there is enough there for 'wsjt-x' to work, hopefully the same will be true of 'pat'.

Line 158 in the code listing says any command starting with 'T' and having a '0' in it will be interpreted as 'ptt off'.

Conversely any command starting with 'T' and not containing '0' is interpreted as 'ptt on'.

The code also shows it supports the commands V, v, m, s, t, and q.

These commands are described in the command section of the output of the linux command 'man rigctl'.

The support for 'm' is, ahum, janky, it always says it is USB mode, so the operator better be in USB mode when 'pat' or 'wsjt-x' runs!

I think 'rigctld' will operate the same way it does on other platforms.

After reading the man page, I believe if you run:

$ rigctld -m 2 -r 127.0.0.1:4532

... in its own Terminal, then rigctld will forward any requests it hears to the sbitx application.

You don't need to set any of the rigctl -p / -P? / -d / -D options related to PTT or DCD.

Refer to the following:



The PTT/DCD things only apply if you are working with a (real or emulated) serial port.

Sbitx has no such thing anywhere.

The sbitx app implements "hamlib net rigctl".? It accepts and responds to network packets with QSY or PTT requests, then does the right thing to make those things happen i.e. it asserts GPIO signals that are interpreted by the sbitx hardware that force it in and out of transmit mode, or sends the right signals to the frequency synthesizer chip to change the frequency.

Again, there is no serial port anywhere to be seen, it's all done via network commands.

I'm emphasizing this because several people haven't seemed to understand this, they keep looking to find serial ports that simply do not exist.

So, I think you should be able to start the sbitx app, then start rigctld in a Terminal as shown above, start pat, do what it takes to configure it do 'hamlib net rigct' (or mode 2 if numbers are used to pick rig control mode), then pat should be able to do QSY / PTT.

If not, as the black/white text shows, you can use -v (one 'v') or -vv or -vvv or -vvvv (more v's) on the rigctld command line to get increasing amounts of debug info printed to the screen.

If it doesn't work, it'll probably tell us that 'pat' sent some command to 'rigctld' which got forwarded to the sbitx app, and the sbitx app didn't support the command.

If so, well, then the sbitx code must be changed...?

But there's a good chance it will work, as long as 'pat' only sends simple commands.

We know this because 'wsjt-x' does work.

That's the point I'm trying to emphasize in?/g/BITX20/message/108543?....
?
--
Regards,
Dave, N1AI


Software Dreaming

 

on such a winter's day (with apologies to the Mamas and Papas).

What would happen if the idea of a "main" sBIT program were to be implemented which was of the nature of a "frame" on which various features could be hung at run time.? The sBIT toolkit would be the tool to do the hanging.? It seems to me that some of the work has already been done.? I haven't had a chance to use the toolkit, so perhaps my thinking needs correcting.? I don't know if this is the best way to express my thoughts.? Perhaps the main program has all the bells and whistles in it, and the user only enables what is desired and skips the rest.? Or is this just an old fool's pipe dream?? No radio can be everything to everybody.

Gerry Sherman

Sen by the Windows 11 Thunderbird


Re: sBITX case

Hank Beisheim
 

Have you published the stl files for the rails and feet?
--
Hank W6IR


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

Nate Moore
 

I don't want to turn this into an OS war discussion, or a softmodem war discussion. It will not be a mutually productive discussion.

Sbitx is complicated to me.

I'm asking for help figuring out the qsy and ptt functions. How that works, etc. Normally those would be profiles defined in rigctld/hamlib, but the way that the sbitx system is setup, it's a limited version rather than the full version and defined configurations like we see with other radios.

I am absolutely willing to take care of the pat and ardop softmodem. We can even explore other softmodems once we get that piece working, including vara on box86 running in wine, but it's gotta be a crawl/walk/run.

The crawl stage is where we're at, and where I need help.
Who can help me sort out what it'll take to get the ptt/qsy/etc going?


Re: Adding SOTABEAMS LASERBEAM-VARI Digital Variable Audio Filter Module + DISPLAY to BITX/uBITX

 

Dear Jack W8TEE
?here are the errors messages from ARDUINO IDE.
Thank You very much for your cooperation.?
Francesco I2MKS


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

¿ªÔÆÌåÓý

Nate, I would encourage you to look at the two pieces of software I have already uploaded earlier in this thread. One of them includes decoding of one ICOM command. ? ?You¡¯re probably a lot better at this than I am, you could probably have that working in 30 minutes. ? ? ?


The huge benefit of the sBitx V2 V3 ?is the diode switching. ?ICOMS have to go into ¡°split¡± mode to run ion 2G in scanning to come anywhere close. ? that¡¯s a problem because they stay in split and then untrained operators get completely confused. ? . ; I once had a uBitx natively scanning three frequencies per second ¡ª-ALE people were amazed! ? The Sbitx could do that ¡ª/and even answer with appropriate power! ?

Why limit your radio to only tinkering? ? Why not make it be able to do more things? ? I just don¡¯t get this narrow focus. ? You¡¯re never going to be able to tinker with an ICOM; add in some of these extra features and suddenly the ICOM looks decidedly inferior, but that only happens if you¡¯re as solid AND as versatile as they are ¡­..plus you can be tinkered with!! ??

I understand people are writing new versions of firmware for the Xiegu products. If that¡¯s true you¡¯ve got a very deadly competitor¡­. ?Swan went out of business. I¡¯d hate to see that happened to HF signals.?

Gordon?


On Feb 1, 2024, at 16:40, Nate Moore <nate@...> wrote:

?

As I brought up in another thread about 73 Linux, and was eloquently pointed out.
Part of this is also about setting expectations.

There is a VERY GOOD Winlink client available for the Raspberry Pi platform called "PAT" (getpat.io)

It supports the ICS forms (and others) that the Winlink team relies on so heavily, and runs in a web browser for the UI over a fat client that needs WINE.

Just like Winlink, it does not have it's own softmodem built in.

Pick a softmodem. Any softmodem. Rigctl already exists, in a limited fashion. Audio ports have already been defined. (Thx to Mike!)

We just need to get a softmodem going that can support qsy and ptt. The rest is doable.

?

I, personally, am partial to ardop, and piardopc with it's gui, because it's something we can work on.

I have a functioning model of ardop/piardopc/pat/etc on the R-Pi that runs my ICOM for a reference model. We just need to find the specific hooks that are needed to make it work.

I am willing to engage on this topic. I'm willing to host zoom sessions. I'm willing to work my booty off for it, but I can't do it on my own, and I will need help from folks who understand the way the sbitx is working under the hood much better than I do. I'm also willing to write up the step by step process to make it work, and possibly provide a script.

?

But, I've gotta get help.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

¿ªÔÆÌåÓý

That¡¯s great, Nate, sbitx isn¡¯t that complicated

Thanks for being willing to work on it!?

Our experience and that of most people is that ARDOP is quite inferior to VARA. ?Another system that is not available on Linux¡­¡­

I still support ARDOP on my RMS but there aren¡¯t as many I don¡¯t think ; SHARES Does not allow it

I think you are likely to find that all of the Linux versions, third-party systems, may not offer radio only mode. ? And if you ever find a version of tri mode or ?RMS relay on Linux, I will be completely stunned

I just don¡¯t think people here grasp the vastness of the software in the PC world for ham radio. ?Main stream stuff. ? ?They¡¯re all talking about products they are familiar with but (of course) NOT The ones that I¡¯ve never heard of. ?Locking yourself into only one operating system is a hindrance especially when you pick the minority operating system¡­.. ? The key is to break out of that limitation.

My thoughts anyway¡­.

Gordon?




On Feb 1, 2024, at 16:40, Nate Moore <nate@...> wrote:

?

As I brought up in another thread about 73 Linux, and was eloquently pointed out.
Part of this is also about setting expectations.

There is a VERY GOOD Winlink client available for the Raspberry Pi platform called "PAT" (getpat.io)

It supports the ICS forms (and others) that the Winlink team relies on so heavily, and runs in a web browser for the UI over a fat client that needs WINE.

Just like Winlink, it does not have it's own softmodem built in.

Pick a softmodem. Any softmodem. Rigctl already exists, in a limited fashion. Audio ports have already been defined. (Thx to Mike!)

We just need to get a softmodem going that can support qsy and ptt. The rest is doable.

?

I, personally, am partial to ardop, and piardopc with it's gui, because it's something we can work on.

I have a functioning model of ardop/piardopc/pat/etc on the R-Pi that runs my ICOM for a reference model. We just need to find the specific hooks that are needed to make it work.

I am willing to engage on this topic. I'm willing to host zoom sessions. I'm willing to work my booty off for it, but I can't do it on my own, and I will need help from folks who understand the way the sbitx is working under the hood much better than I do. I'm also willing to write up the step by step process to make it work, and possibly provide a script.

?

But, I've gotta get help.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

Nate Moore
 

As I brought up in another thread about 73 Linux, and was eloquently pointed out.
Part of this is also about setting expectations.

There is a VERY GOOD Winlink client available for the Raspberry Pi platform called "PAT" (getpat.io)

It supports the ICS forms (and others) that the Winlink team relies on so heavily, and runs in a web browser for the UI over a fat client that needs WINE.

Just like Winlink, it does not have it's own softmodem built in.

Pick a softmodem. Any softmodem. Rigctl already exists, in a limited fashion. Audio ports have already been defined. (Thx to Mike!)

We just need to get a softmodem going that can support qsy and ptt. The rest is doable.

?

I, personally, am partial to ardop, and piardopc with it's gui, because it's something we can work on.

I have a functioning model of ardop/piardopc/pat/etc on the R-Pi that runs my ICOM for a reference model. We just need to find the specific hooks that are needed to make it work.

I am willing to engage on this topic. I'm willing to host zoom sessions. I'm willing to work my booty off for it, but I can't do it on my own, and I will need help from folks who understand the way the sbitx is working under the hood much better than I do. I'm also willing to write up the step by step process to make it work, and possibly provide a script.

?

But, I've gotta get help.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

¿ªÔÆÌåÓý

Properly using Git would go a long way towards making this happen.? We have multiple folks working on the software and should be really using the branching capabilities of Git to make that work effectively.? The ¡°coordinator¡± needs to help resolve the integration of the branches back into the baseline.? That could be Farhan, or some one else.? Right now, it feels like a bit of the ¡°Wild West¡±.? There are some things that are just broken, and many new features that people are clamoring over.? The move to PI5 and 64-bits seems extremely premature, as we still have problems with the base functionality.? A good article on using Git can be found here:

?

?

Steve Barkes

W5RRX

?

From: [email protected] <[email protected]> On Behalf Of Gerald Sherman
Sent: Thursday, February 1, 2024 1:59 PM
To: [email protected]
Subject: Re: [BITX20] Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps?

?

Perhaps what we need is a coordinator to bring the work of all the individuals together, and I am not that person.? Mike's closing sentences in his email are a good idea.? When I get some operating experience with my sBIT I may have ideas of things that would be nice, but my RS274 programming background experience doesn't translate to proficiency with other languages.

Gerry Sherman

Sent by the Windows 11 Thunderbird

On 2024-02-01 12:47, WB6GJE Mike wrote:

Hi Gordon, Dave, JJ, et al

In summary, what Gordon and Dave are both saying is that the sBitx doesn't have a staff of paid/unpaid software engineers working to expand it's capabilities or improve its 'marketability'. Aside from Farhan, that is. So either one is asking Farhan to hire some software engineers to address customer requests for new features and improved interoperability with other software commonly used by ham operators, or you are asking more of the participants in this forum to step up and start writing code for the same reason.

Gordon's comment """Gee, I'll get to writing that when I have time" that might not be the best answer, right?" hits at the core issue - if someone here doesn't do the work, then the answer either has to be "this is a true hacker's radio, the community provides features, functionality, and interoperability that's missing" or "we'll get these features when there is a support/software engineering staff for this radio that provides those features." The former response, of course, sounds better but certainly isn't going to attract any audience that wants to plug in the radio and have it all work.

While the sBitx can provide basic functionality "off the shelf," as this thread describes there is missing functionality that buyers may expect if they go by the information on the HF Signals site. And it should also be noted that if you aren't comfortable with setting up a Raspberry Pi or some basic Linux skills, etc., you will soon tire of trying to make this transceiver work. In that regard, the messaging on HF Signals should offer more insights on the fact that this is not exactly a "plug n' play" radio.

So I'll return to my initial comment which hopefully strikes a productive chord: we should collectively encourage Farhan to hire or contract with some software engineers to address current issues and provide a platform that offers some of the features mentioned on this forum. Alternatively, we should work to foster a community of OSS developers to contribute to this platform with guidance from Farhan. I know several of the folks on this forum are working separately to advance this project - it would be wonderful if they could work together to achieve what individuals alone cannot.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

¿ªÔÆÌåÓý

Perhaps what we need is a coordinator to bring the work of all the individuals together, and I am not that person.? Mike's closing sentences in his email are a good idea.? When I get some operating experience with my sBIT I may have ideas of things that would be nice, but my RS274 programming background experience doesn't translate to proficiency with other languages.

Gerry Sherman

Sent by the Windows 11 Thunderbird

On 2024-02-01 12:47, WB6GJE Mike wrote:

Hi Gordon, Dave, JJ, et al

In summary, what Gordon and Dave are both saying is that the sBitx doesn't have a staff of paid/unpaid software engineers working to expand it's capabilities or improve its 'marketability'. Aside from Farhan, that is. So either one is asking Farhan to hire some software engineers to address customer requests for new features and improved interoperability with other software commonly used by ham operators, or you are asking more of the participants in this forum to step up and start writing code for the same reason.

Gordon's comment """Gee, I'll get to writing that when I have time" that might not be the best answer, right?" hits at the core issue - if someone here doesn't do the work, then the answer either has to be "this is a true hacker's radio, the community provides features, functionality, and interoperability that's missing" or "we'll get these features when there is a support/software engineering staff for this radio that provides those features." The former response, of course, sounds better but certainly isn't going to attract any audience that wants to plug in the radio and have it all work.

While the sBitx can provide basic functionality "off the shelf," as this thread describes there is missing functionality that buyers may expect if they go by the information on the HF Signals site. And it should also be noted that if you aren't comfortable with setting up a Raspberry Pi or some basic Linux skills, etc., you will soon tire of trying to make this transceiver work. In that regard, the messaging on HF Signals should offer more insights on the fact that this is not exactly a "plug n' play" radio.

So I'll return to my initial comment which hopefully strikes a productive chord: we should collectively encourage Farhan to hire or contract with some software engineers to address current issues and provide a platform that offers some of the features mentioned on this forum. Alternatively, we should work to foster a community of OSS developers to contribute to this platform with guidance from Farhan. I know several of the folks on this forum are working separately to advance this project - it would be wonderful if they could work together to achieve what individuals alone cannot.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

Hi Mike,

The cost of the developers would have to be born with an increase in the cost of the radio.? I do not think this is a good idea, as the cost is already close to commercially available rigs that can compete for the new general ham market.? That is also different from the original development model that the open-source community embraces (similar to Linux).

Farhan has stated he is transitioning to an "Editor" mode and incorporating many of the development modules submitted through GitHub.? The community has been contributing enhancements and features to the code.? If the effort continues, the radio will become great, just like Linux did.? The enhancements/fixes will take time, as someone needs to be interested in doing the work and contributing it to the community with only the possibility of recognition for the effort.? If I were to suggest anything to Farhan, it would be for him to act more as a coach or cheerleader to recognize individuals for contributions in addition to the editor role.? He could publish a contributor list with any new release, thanking them for their contribution.

I am not familiar with GitHub, so I do not know the process for knowing who is working on what features or bugs.? Listing that effort could generate interest and align resources to cooperate on similar interests.

The above are my thoughts.? You and others can differ, and that is OK.
73
Evan
AC9TU


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

We've tried some of the 3rd party Linux implementations.? ?Inevitably they don't offer all the features of the real McCoy.? ?Things like "radio-only" for example.? And of course, NO ONE ever codes TRIMODE or RMS_RELAY except John G8BPQ who?has a version that does much of that except for "radio-only" (I use his code extensively on raspberries which are deployed over Alachua County and have been in service for YEARS)? ? ?The winlink team is TRYING to expand, but that is tough when you have 23 years of some advanceform?of windows BASIC code.......

Thanks for the effort, EVan!

I read the WINLINK daily blog and it is filled with people crying about having trouble getting WINE to work so I never tried that.? ? ?No one that I know of has?
done anything with ION2G.? ?The list just goes on and on and on.? ? ?The installed base of PC's is just so incredibly huge......

But who knows, if I have an inspiration or two I might? have a simple effort reading a serial port sometime next week.? ?The talk to TECHCON isn't for about 3 weeks I think so I still have some time.? ?I can finally tell them that I have units that have met FCC requirements, and also have relay output controls and are even in use in high school math experimentatin!? ?It is a much, much better story than where I was last year....


Gordon KX4Z



On Thu, Feb 1, 2024 at 2:21?PM Evan Hand <elhandjr@...> wrote:
Gordon,

I'm not trying to throw more fuel on the fire, but have you looked at PAT or WL2K-GO as Winlink implementations that run natively on Linux and Mac OS?? Here are the GitHub links:


?
The above could remove the need for a PC other than the Raspberry Pi in the sBitx for a remote activation.? It does not solve the logging and control functions you bring up.

I was disappointed when the V3 was reduced to 25 watts from 40.? When you have compromised antennas that HOA restrictions impose, the extra power does help.? Still, 25 is better than the 10 watts of a 705.

I have no skin in this game, so use the above as you see fit.

I dream of making the sBitx a good first rig for the newly minted general.? The fact that it is open source makes it ideal to get new Hams interested in the hobby's hardware and software aspects.? Expanding technical capability across the nation is one of the reasons we still have access to spectrum resources, at least in the USA.? Emergency response is the most important reason.

Enough bandwidth expended.

73
Evan
AC9TU


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

You guys have got me thinking.? ?My AP Chem students?all passed the exam.? A talk to give tonight on building go-boxes, and an AP Precalc exam to give tomorrow -- but ALL of you are JUST AS BUSY as all of us are, or you wouldn't be dealing with this radio.? ?You are all very qualified people.

If I take the code that I learned how to write to reach the PACTOR MODEM -- it might be in the file attached --? and if I marry it to the code that I wrote to reach ICOM commands and control the Raduino?-- also attached --- it just might pave the way to using a serial port on the raspberry?to receive commands from WINLINK/ ION2G / N3FJP / yada yada yada? and then decode?them and then it shouldn't be terribly difficult to jam the frequency etc into the code for the sBitx...? I might have to worry about creating excessive delay, but my work with the voice equalization has so far suggested the code can? stand to do some other things and not get into trouble......

So this might be something I can begin to take a crack at, maybe tomorrow afternoon or over the weekend, even though I have family duties with a very ill sister and a? dying sister-in-law....? ?So, this mmight?be progress!? ?I had forgotten that I did learn how to pull data through the serial port in the Winlink spoofing effort....

73
Gordon KX4Z


On Thu, Feb 1, 2024 at 1:47?PM WB6GJE Mike <mkpapp@...> wrote:

Hi Gordon, Dave, JJ, et al

In summary, what Gordon and Dave are both saying is that the sBitx doesn't have a staff of paid/unpaid software engineers working to expand it's capabilities or improve its 'marketability'. Aside from Farhan, that is. So either one is asking Farhan to hire some software engineers to address customer requests for new features and improved interoperability with other software commonly used by ham operators, or you are asking more of the participants in this forum to step up and start writing code for the same reason.

Gordon's comment """Gee, I'll get to writing that when I have time" that might not be the best answer, right?" hits at the core issue - if someone here doesn't do the work, then the answer either has to be "this is a true hacker's radio, the community provides features, functionality, and interoperability that's missing" or "we'll get these features when there is a support/software engineering staff for this radio that provides those features." The former response, of course, sounds better but certainly isn't going to attract any audience that wants to plug in the radio and have it all work.

While the sBitx can provide basic functionality "off the shelf," as this thread describes there is missing functionality that buyers may expect if they go by the information on the HF Signals site. And it should also be noted that if you aren't comfortable with setting up a Raspberry Pi or some basic Linux skills, etc., you will soon tire of trying to make this transceiver work. In that regard, the messaging on HF Signals should offer more insights on the fact that this is not exactly a "plug n' play" radio.

So I'll return to my initial comment which hopefully strikes a productive chord: we should collectively encourage Farhan to hire or contract with some software engineers to address current issues and provide a platform that offers some of the features mentioned on this forum. Alternatively, we should work to foster a community of OSS developers to contribute to this platform with guidance from Farhan. I know several of the folks on this forum are working separately to advance this project - it would be wonderful if they could work together to achieve what individuals alone cannot.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

Gordon,

I'm not trying to throw more fuel on the fire, but have you looked at PAT or WL2K-GO as Winlink implementations that run natively on Linux and Mac OS?? Here are the GitHub links:


?
The above could remove the need for a PC other than the Raspberry Pi in the sBitx for a remote activation.? It does not solve the logging and control functions you bring up.

I was disappointed when the V3 was reduced to 25 watts from 40.? When you have compromised antennas that HOA restrictions impose, the extra power does help.? Still, 25 is better than the 10 watts of a 705.

I have no skin in this game, so use the above as you see fit.

I dream of making the sBitx a good first rig for the newly minted general.? The fact that it is open source makes it ideal to get new Hams interested in the hobby's hardware and software aspects.? Expanding technical capability across the nation is one of the reasons we still have access to spectrum resources, at least in the USA.? Emergency response is the most important reason.

Enough bandwidth expended.

73
Evan
AC9TU


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

Hi Gordon, Dave, JJ, et al

In summary, what Gordon and Dave are both saying is that the sBitx doesn't have a staff of paid/unpaid software engineers working to expand it's capabilities or improve its 'marketability'. Aside from Farhan, that is. So either one is asking Farhan to hire some software engineers to address customer requests for new features and improved interoperability with other software commonly used by ham operators, or you are asking more of the participants in this forum to step up and start writing code for the same reason.

Gordon's comment """Gee, I'll get to writing that when I have time" that might not be the best answer, right?" hits at the core issue - if someone here doesn't do the work, then the answer either has to be "this is a true hacker's radio, the community provides features, functionality, and interoperability that's missing" or "we'll get these features when there is a support/software engineering staff for this radio that provides those features." The former response, of course, sounds better but certainly isn't going to attract any audience that wants to plug in the radio and have it all work.

While the sBitx can provide basic functionality "off the shelf," as this thread describes there is missing functionality that buyers may expect if they go by the information on the HF Signals site. And it should also be noted that if you aren't comfortable with setting up a Raspberry Pi or some basic Linux skills, etc., you will soon tire of trying to make this transceiver work. In that regard, the messaging on HF Signals should offer more insights on the fact that this is not exactly a "plug n' play" radio.

So I'll return to my initial comment which hopefully strikes a productive chord: we should collectively encourage Farhan to hire or contract with some software engineers to address current issues and provide a platform that offers some of the features mentioned on this forum. Alternatively, we should work to foster a community of OSS developers to contribute to this platform with guidance from Farhan. I know several of the folks on this forum are working separately to advance this project - it would be wonderful if they could work together to achieve what individuals alone cannot.


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

But it isn't worth arguing forever, guys.? ? Eventually me or someone much brighter will have the time and sit down and code a simple emulator so that the sBitx can move in these other spheres of ham radio as well.? ? Then the argument will be moot.? ?So, please, carry on with your own worthy goals, and more power to you in those endeavors!? ? ? It will happen, eventually.? ?The astonishingly vast installed base?of hardware running Windows-variants will inevitably force it.? ?And thanks to socket communications?etc., it isn't difficult!? Just that I'm a physician/AP science/math teacher first, and C-programmer way way way down the list (Ashhar will vouch for that) .....but I did learn enough C to write the software?to flat SPY on supposedly "encrypted" winlink communications, much to the chagrin I suspect of PhD's who said it couldn't be done.......long story in hundreds of pages of documentation.? Many thanks to Peter H. who taught me how to open the port and pull in serial data from the modem....

73
Gordon KX4Z


On Thu, Feb 1, 2024 at 1:36?PM Gordon Gibby via <docvacuumtubes=[email protected]> wrote:
Thanks, JJ.? ?

We actually carried out LARGE SCALE experimentation several years ago with Conference participants trying to move simulated emergency traffic from deployed locations scattered throughout Alachua County, Florida, to experienced and well-equipped volunteers of the Florida Phone Traffic Net.??

It was generally a failure with very scattered successes.

Feedback from the Section Traffic Mananger/Net Manager of their well-experience group indicated that the largest problem was simply TOO WEAK A SIGNAL.? ? This pointed to inexperienced / poorly trained volunteers using severely compromised antennas, and not enough RF energy going to them, or being radiated.? ?So? NO, the 705 is FAR, FAR, FAR from my preferred deployment radio, thank you!? ??

We have spent several years teaching our local adherents how to actually put up antennae that don't have 10+ dB of LOSS....but if you ask our people what they want, they will almost always tell you they want POWER too.? ? They aren't happy with the 705 (I'm not sure if ANY of them have bought one?) -- infact they purchase small AMPLIFIERS to boost the output of G90's.? ? One of the huge appeals to me of the sBitx (besides the primary appeal of code that I could GET AT and work on (as I have been doing a fair bit of, but more to fix and adjust modulation, rather than screen presentation) was FORTY WATTS.? ? So I've kept both of my units at that power level.? ?The lower bands suffer from considerably larger galactic and manmade noise (I'm writing papers on tht right now for our EOC)? and 40 watts is much more appreciated than less.? ?

EVERYWHERE that our volunteers can be deployed we have plenty of power and LIFEPO4 batteries are in good abundance in our group so we do FINE with higher powers.? ??

Additionally, if you listen to the SHARES National or SHARES SE Regional you'll immediately see why POWER is important.? ?If you try to make ALE contacts in the state of Florida to suit the Florida Division of Emergency Management, you'll also appreciae that.? ? Without frequency control, the sBitx cannot do ALE.? ? But it is possible with a lowly uBitx.....and ION2G, the current darling of FDEM and many others.? ?It is easier to "go with the flow" of the authorities who are the Authority Having Jurisdiction, than to try and convince them they need to change their thinking and move to Linux....

That is our local experience, earned in the course of a 3-hour exercise with perhaps 55 participants.? ? The writeup is available online for free, in HSEEP format.

Sincerely,

Gordon Gibby KX4Z


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

Thanks, JJ.? ?

We actually carried out LARGE SCALE experimentation several years ago with Conference participants trying to move simulated emergency traffic from deployed locations scattered throughout Alachua County, Florida, to experienced and well-equipped volunteers of the Florida Phone Traffic Net.??

It was generally a failure with very scattered successes.

Feedback from the Section Traffic Mananger/Net Manager of their well-experience group indicated that the largest problem was simply TOO WEAK A SIGNAL.? ? This pointed to inexperienced / poorly trained volunteers using severely compromised antennas, and not enough RF energy going to them, or being radiated.? ?So? NO, the 705 is FAR, FAR, FAR from my preferred deployment radio, thank you!? ??

We have spent several years teaching our local adherents how to actually put up antennae that don't have 10+ dB of LOSS....but if you ask our people what they want, they will almost always tell you they want POWER too.? ? They aren't happy with the 705 (I'm not sure if ANY of them have bought one?) -- infact they purchase small AMPLIFIERS to boost the output of G90's.? ? One of the huge appeals to me of the sBitx (besides the primary appeal of code that I could GET AT and work on (as I have been doing a fair bit of, but more to fix and adjust modulation, rather than screen presentation) was FORTY WATTS.? ? So I've kept both of my units at that power level.? ?The lower bands suffer from considerably larger galactic and manmade noise (I'm writing papers on tht right now for our EOC)? and 40 watts is much more appreciated than less.? ?

EVERYWHERE that our volunteers can be deployed we have plenty of power and LIFEPO4 batteries are in good abundance in our group so we do FINE with higher powers.? ??

Additionally, if you listen to the SHARES National or SHARES SE Regional you'll immediately see why POWER is important.? ?If you try to make ALE contacts in the state of Florida to suit the Florida Division of Emergency Management, you'll also appreciae that.? ? Without frequency control, the sBitx cannot do ALE.? ? But it is possible with a lowly uBitx.....and ION2G, the current darling of FDEM and many others.? ?It is easier to "go with the flow" of the authorities who are the Authority Having Jurisdiction, than to try and convince them they need to change their thinking and move to Linux....

That is our local experience, earned in the course of a 3-hour exercise with perhaps 55 participants.? ? The writeup is available online for free, in HSEEP format.

Sincerely,

Gordon Gibby KX4Z


Re: Adding SOTABEAMS LASERBEAM-VARI Digital Variable Audio Filter Module + DISPLAY to BITX/uBITX

Jack, W8TEE
 

Upload the error messages. There is a dialog box in the lower-right corner that makes this easy:

Inline image

Paste the error messages into an email and post here. We can then make suggestions about fixing them.

Jack, W8TEE

On Thursday, February 1, 2024 at 01:12:46 PM EST, Francesco Gentile <f.gentile1@...> wrote:


? ? ?I tried to upload the Arduino sketch (for the OLED Display added to?SOTABEAMS LASERBEAM-VARI ) to the Arduino board, but I got many errors from ARDUINO IDE.
Is there anyone capable to give me any information as to do??
Which ADAFRUIT libraries should I upload?
Thank You!
Francesco Gentile, I2MKS, Milano, Italy





--
Jack, W8TEE


Re: Best way to use #sbitx with N3FJP, WINLINK, other Windows ham radio apps? #sBitx

 

Re:

Dave's Question 1:?"Doesn't the sbitx platform deserve to be what it has been since you bought it, a unique platform for software and hardware tinkerers, instead of becoming just another box for other people's software to drive?"
?
Gordon's Response 1:?"I actually bought TWO of them, I have like #26 DE, upgraded and upgraded and upgraded....and a V2 that I bought used and repaired and repaired and repaired.? ? I generally prefer my equipment?not to be "single purpose" but instead to become more and more well suited to a variety of tasks and uses, since who wants to carry six different radios on a deployment?"
? ? ?
Dave's Question 2:?"Aren't you really just looking for an IC-705 and a Windows tablet for EMCOM, and/or an IC-7300 and a Windows PC for Field Day, and not really looking for a platform to tinker with?"

Gordon's Response 2:?"Well, I'm CERTAINLY not looking for an IC-705.? ?That really doesn't suit my fancy at all.? Not at all!!? ? ?I already have one IC-7300, and most of our group have one, and we have a zillion Windows PC's which we use day after day after day.."


My observations...

I'd like to preface my observations by stating that both Dave and Gordon make really good points here in the discussion. I stand somewhere in the middle of both opinions.

Dave #1: I think the sBitx could be better.. A lot better than it currently is. I am just fine with knowing it is a "work in progress", but the radio should be clearly marketed as such on HF Signals website - I think there is some deceptive marketing geared to mislead the general ham community to buy one and expecting it to fulfill their needs.

Gordon #1: A complete, multiband, multimode, multipurpose, portable transceiver already exists and is on the market. Icom, Yaesu, Xiegu, and Wolf are a few manufacturers that come to mind. If you want to narrow down the "six different radios" then the IC-705 is your best option for most EMCOM uses.

Dave #2: I agree on the 705. Some of us just puckered up and spent the money on it. I did and it is a great radio (I use it and the 6100 for portable ops).

Gordon #2: This is the age old question that hams have been trying to seek answers to for a century, "Does the perfect radio exist?". If you don't prefer the 705, sBitx, or other offerings, then maybe it is time to design and build one that suits your needs? I also see your knowledge on this subject is needed to help advance the community-driven project here. I quickly realized that with my software development on sBitx; I needed to make something to fit my needs instead of waiting for someone else to do it.


There are my nickel's worth of comments :)


-JJ