开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date

Re: Can SBITX V3 prevent "DUPLICATE" callsigns?

 

On Thu, Jul 4, 2024 at 09:24 PM, Sam Hanie wrote:
Many thanks....
Are there install instructions ?
Sam,
as far as I know the changes were made only in the /sbitx/web folder. That's why it's enough to download and copy only the web folder into the sbitx folder.
So that you don't forget what you did later, do it like this:
rename the original web folder to web.old
copy the web folder downloaded from git, then integrate it into the app using the terminal:
cd sbitx
./build sbitx
./sbitx
If someone later develops sbitx, don't forget which one you use. Also, ./update will only work with the original, so the solution is to rename the sbitx folder used so far to sbitx_origin and download the updated version by cloning. With this method, you keep your previous activity and hardware files from _origin, they must be copied to the new one. Of course, all your previous changes will be lost, unless you keep a log of what you did when and with what.
?So life is not easy.
?
--
Gyula HA3HZ


Re: Can SBITX V3 prevent "DUPLICATE" callsigns?

 

I believe that when deployed as a SOTA or POTA station, you should use the /p or /number extension for the call sign. But sBitx can't do that, so I have to confirm for myself that you are only using the call sign and no extension for the call sign. Am I correct?
With us, the call sign is only valid for the requested location. If you go to settle in a park, you should use /p or / number.
What is the truth?
--
Gyula HA3HZ


Re: BITX 13 Colony Challenge

 

I also managed to connect with some stations yesterday.
First, TM13COL at 7MHz, then K2I, K2B, K2A and K2K in sequence at 14 MHz.
Unfortunately, I didn't see any more. How long does this activity last?

All this with the sBitx digital 20 Watt and the Loop antenna with vertical feeding installed at an angle.
Unfortunately, it is difficult to connect with South American stations because they only respond to strong stations.
I also tried 3 times with a station in Peru: it gave a report, but it did not acknowledge mine. In the end, propagation helped make the QSO complete. (RSTs -06, RTSr -10). 142/128 dxcc/cfm - so you have to fight for another dxcc ;-)
--
Gyula HA3HZ


Re: sBITX 64Bit Pi Image Available #sBitx

 

开云体育

Thanks for the awesome 64 bit version JJ,? this plus sBITx apps are huge contributions to our community!

Similar issue here.?? Got update to work by typing "git stash" first, then ./update but lost all of the user data I had entered into the program including my call sign, grid square, initial settings, macros, etc.??? Neil had a similar issue and advised using git stash first followed by ./update followed by ./build sbitx.??? Don't know if using ./build sbitx after updating would restore all of the program's user data.?? JJ,, can you kindly help?

73,

?????????? JS




On 2024-07-04 7:51 p.m., Dave Fugleberg wrote:

Hi JJ -
I'm running the 'Field Day' release with Patch 1. So far so good !
I tried to apply the update from your message this morning but got the following output:

pi@sbitx:~/sbitx $ ./update
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Canceled hold on linux-headers-6.6.20+rpt-common-rpi.
Canceled hold on linux-headers-6.6.20+rpt-rpi-2712.
Canceled hold on linux-headers-6.6.20+rpt-rpi-v8.
Canceled hold on linux-image-6.6.20+rpt-rpi-2712.
Canceled hold on linux-image-6.6.20+rpt-rpi-v8.
Canceled hold on linux-kbuild-6.6.20+rpt.
Thu Jul? 4 09:39:25 PM CDT 2024
remote: Enumerating objects: 126, done.
remote: Counting objects: 100% (126/126), done.
remote: Compressing objects: 100% (100/100), done.
remote: Total 126 (delta 67), reused 44 (delta 26), pack-reused 0
Receiving objects: 100% (126/126), 10.11 MiB | 4.78 MiB/s, done.
Resolving deltas: 100% (67/67), completed with 2 local objects.
From
? ?5fbdf68..f4e9077? main? ? ? ? ? ? ? ? -> origin/main
?* [new branch]? ? ? dev? ? ? ? ? ? ? ? ?-> origin/dev
?* [new branch]? ? ? staging? ? ? ? ? ? ?-> origin/staging
?* [new tag]? ? ? ? ?sBitx-3025-64b-Prod -> sBitx-3025-64b-Prod
Updating 5fbdf68..f4e9077
error: Your local changes to the following files would be overwritten by merge:
ft8_lib/libft8.a
Please commit your changes or stash them before you merge.
Aborting
pi@sbitx:~/sbitx $?

Not sure what this means but it did not work. Any ideas ?

73 de W0ZF


Re: sBITX 64Bit Pi Image Available #sBitx

 

Hi JJ -
I'm running the 'Field Day' release with Patch 1. So far so good !
I tried to apply the update from your message this morning but got the following output:

pi@sbitx:~/sbitx $ ./update
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Canceled hold on linux-headers-6.6.20+rpt-common-rpi.
Canceled hold on linux-headers-6.6.20+rpt-rpi-2712.
Canceled hold on linux-headers-6.6.20+rpt-rpi-v8.
Canceled hold on linux-image-6.6.20+rpt-rpi-2712.
Canceled hold on linux-image-6.6.20+rpt-rpi-v8.
Canceled hold on linux-kbuild-6.6.20+rpt.
Thu Jul? 4 09:39:25 PM CDT 2024
remote: Enumerating objects: 126, done.
remote: Counting objects: 100% (126/126), done.
remote: Compressing objects: 100% (100/100), done.
remote: Total 126 (delta 67), reused 44 (delta 26), pack-reused 0
Receiving objects: 100% (126/126), 10.11 MiB | 4.78 MiB/s, done.
Resolving deltas: 100% (67/67), completed with 2 local objects.
From https://github.com/drexjj/sbitx
? ?5fbdf68..f4e9077? main? ? ? ? ? ? ? ? -> origin/main
?* [new branch]? ? ? dev? ? ? ? ? ? ? ? ?-> origin/dev
?* [new branch]? ? ? staging? ? ? ? ? ? ?-> origin/staging
?* [new tag]? ? ? ? ?sBitx-3025-64b-Prod -> sBitx-3025-64b-Prod
Updating 5fbdf68..f4e9077
error: Your local changes to the following files would be overwritten by merge:
ft8_lib/libft8.a
Please commit your changes or stash them before you merge.
Aborting
pi@sbitx:~/sbitx $?

Not sure what this means but it did not work. Any ideas ?

73 de W0ZF


Re: pi4 boot from usb?

 

In case anyone else tries this and runs into this problem, posting the problem and solutions here:

I was running SbitX ver 3.0.2. and wanted to change the boot order so I could boot from a USB stick

I started the CLI raspi-config tool, and went to Advanced options to change the boot order. I got a dialog box with an error message: "No EEPROM bin file found for version 2023-01-11 - aborting",? and the only choice was<OK>.

Based on some Googling, I selected the advanced option to change the bootloader (option A7), and selected the Default Bootloader. After rebooting, I was able to run raspi-config again and change the boot order.? I then rebooted again, and it booted from the image on the USB stick.

Hope that helps in case somebody else runs into this error.

73 de W0ZF


Re: pi4 boot from usb?

 

Hi Don, yes you can boot from an external USB drive.? You need to change the boot order in the "raspi-config" terminal program, and then just leave the internal Micro SD card in place. Many of us boot from an external USB Stick. It makes changing or updating the OS very easy.
--
Pete VK3PYE


Sbitx IOTA DAY ONE

 

Well day one is in the books as they say. I was pleased with my overall setup. Everything functioned well. Of course contacts were a challenge most folks were working 13 colonies event. The radio never got above 60 degrees.




Re: Can SBITX V3 prevent "DUPLICATE" callsigns?

 

A warning would be nice, but I would be wary of anything that prevents starting a QSO with a duplicate call sign. As a POTA/SOTA hunter I have many repeated contacts with that same activators, sometimes even in the same day when they move to a new park.
--
73
??? Bob? KD8CGH


Re: Can SBITX V3 prevent "DUPLICATE" callsigns?

 

Many thanks....
Are there install instructions ?

Thanks,

Sam Hanie


623-219-8130


On Thu, Jul 4, 2024 at 2:32?PM whoopaholic via <whoopaholic=[email protected]> wrote:
This version does....


Re: Can SBITX V3 prevent "DUPLICATE" callsigns?

 

This version does....


Re: BITX 13 Colony Challenge

 

开云体育

Worked a couple while lota here on Hilton Head on FT8 20m

Get


From: [email protected] <[email protected]> on behalf of JJ - W9JES <w9jes@...>
Sent: Thursday, July 4, 2024 2:11:36 PM
To: [email protected] <[email protected]>
Subject: Re: [BITX20] BITX 13 Colony Challenge

I worked a few of the event stations this morning from the sBitx.


-JJ


Re: BITX 13 Colony Challenge

 

I worked a few of the event stations this morning from the sBitx.


-JJ


Re: I need help reviving my sBITX V3

 

Curious , how long was the reverse voltage applied to the sbitx??
5 Second at the most.?

I kind of gave up on it. I feel frustrated and it seem like everytime I replace a component on it, something else needs to be replaced. I don't think that it can be fixed. I still stand behind what I said when I said the sBITX was the best radio that I have ever used. I hate not having it still. I made the mistake of selling my other radios to pay for the sBITX so now I can't even get on HF anymore. It is my fault. I put all of my eggs in one basket and it bit me. I'm paying for my mistake. I'm saving up to get another one.??
Thanks for everyone's help.?
--
'72
Aaron?


BITX 13 Colony Challenge

 

Anyone else working the 13th college special event this weekend? For those out of us, this is an annual 4th of July special event. Each of the original 13 US colonies activates a special call sign K2A - K2M for a week. There's also a UK station GB13COL, and a French station,? TM13COL, plus? station for the colonial capital of Philadelphia, WM3PEN.

I've worked 12 of the 13 colonies plus the Philly station from my qth in Northern Virginia, all SSB on my 20 w. Homebrew sbitx.? I was listening to French station this morning but not able to break through the pileup.?

Who else is working the event with any flavor of BITX?

73,
Dean
KK4DAS


Re: sbitx v3 failure

 

Pete, thanks for the comments. I’m attempting to get a replacement card from hfsignals. Will keep the group posted for other “orange block” users.

73, Dave NN5DE


Re: sd card replace sbitx

 

Hello Ray

Thank you very much. I plan to order one tomorrow.

73
Frank
WA3RSL

On Thu, Jul 4, 2024 at 12:04?PM ray.erdinc via <ray.erdinc=[email protected]> wrote:
Hi Frank,

Directly from HF Signal.

73's
Ray
G7POQ


Re: sd card replace sbitx

 

Hi Frank,

Directly from HF Signal.

73's
Ray
G7POQ


Re: sBitx CW keyer problems and idea for solution #sBitx #sBITX_v3 #cw #firmware

 

Confirming the farhandev branch does fix the issue. Thanks!?


Re: sBitx CW keyer problems and idea for solution #sBitx #sBITX_v3 #cw #firmware

 

I have an implementation to fix this. It is in the dev branch on the git


On Thu, Jul 4, 2024, 8:06 PM Steve W4SGN via <stnagy=[email protected]> wrote:
For the CW operators here ... have you had any problems with the sBitx CW keyer?

The timing seems off for me when keying at higher speeds, and the TX isn't quite right even using an external keyer. I took a couple of videos showing what I mean:?

Using an external keyer at 25 wpm, the dits are much more staccato than they should be and sometimes entirely cut off. The TX is bad enough that the RBN will not pick up my call when using the external keyer:


Using the sBitx internal keyer at 25 wpm, there are many keying mistakes introduced by the software, for example when keying the word "POTA", which is a word many of us will be keying of course:?


Keying using a small keyboard or a save message seems to work fine, so that's good :)?

I noticed the code polls the GPIO associated with the key only about 10-20 times per second, which I think is much too slow for faster keying, so I was thinking about rewriting it to use GPIO interrupts to change the CW flags instead of repeatedly polling the GPIO.

Does anyone have thoughts on this as a possible approach??

Thanks,?

Steve W4SGN