开云体育

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

Re: sBitx V2 FT8 Problems - Big shit...

 

Hi Jens

Before you throw it in the rubbish, would you like to sell it to me and I'll see what I can do with it, please.

Tony


On Thu, 2 Nov 2023 at 18:44, Jens <hb9joi@...> wrote:
?
I think I give this radio in for what it is made : for the rubbish .
?
+++
?
?
From: Evan Hand
Sent: Thursday, November 2, 2023 7:31 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems - Big shit...
?
Jens,

Sorry, I can not help you.? Maybe someone else in the group can help you.

73
Evan
AC9TU


Re: sBitx V2 FT8 Problems - Big shit...

 

开云体育

?
I think I give this radio in for what it is made : for the rubbish .
?
+++
?
?

From: Evan Hand
Sent: Thursday, November 2, 2023 7:31 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems - Big shit...
?
Jens,

Sorry, I can not help you.? Maybe someone else in the group can help you.

73
Evan
AC9TU


Re: sBitx V2 FT8 Problems - Big shit...

 

Jens,

Sorry, I can not help you.? Maybe someone else in the group can help you.

73
Evan
AC9TU


Re: Raspberry Pi in sBITX V2

 

To reply to my own post in case it helps anyone else, I found the problem was permissions were incorrect on /dev/gpiomem.

The whole sequence was:

pi@sbitx:~/sbitx$ ./sbitx
sbitx v2.0
sqlite3 opening returned 0
wiringPiSetup: Unable to open /dev/mem or /dev/gpiomem: Permission denied.
  Aborting your program because if it can not access the GPIO
  hardware then it most certianly won't work
  Try running with sudo?
pi@sbitx:~/sbitx$ ls -l /dev/gpiomem
crw------- 1 root root 238, 0 Nov  2 10:16 /dev/gpiomem
pi@sbitx:~/sbitx$ sudo chown root.gpio /dev/gpiomem 
pi@sbitx:~/sbitx$ sudo chmod g+rw /dev/gpiomem
pi@sbitx:~/sbitx$ ls -l /dev/gpiomem
crw-rw---- 1 root gpio 238, 0 Nov  2 22:25 /dev/gpiomem
pi@sbitx:~/sbitx $ ./sbitx
sbitx v2.0
sqlite3 opening returned 0
synchronised to NTP server (50.205.57.38) at stratum 2 
   time correct to within 13 ms
   polling server every 64 s
Checking for valid NTP time ...Syncing RTC to 2023-11-02 17:22:16
Initialized the waterfall
rx_pitch set to 590
bridge compesation = 100
*Error: field[#kbd_] not found. Check for typo?
#Remote is listening
Reading rtc...RTC time is : year:2023 month:11 day:2 hour:17 min:22 sec:16
time_delta = 1698945732
rtc julian: 1698960136l -14400
done!

The steps that fixed it were:

sudo chown root.gpio /dev/gpiomem 
sudo chmod g+rw /dev/gpiomem

The weird part is the same permission issue was present on the sdcard that I cloned from, and the same fix applied to the sdcard fixed that issue there as well. I still can't figure out what caused the permission problem. I have no idea if it had anything to do with using rpi-clone or not.

The bottom line is I am where I wanted to be a day or so ago. I can boot the rpi4 in the sbitx either on the sdcard or on the external usb-nvme stick. If I power down and disconnect the usb-nvme cable then it falls back to running from the sdcard.

Next I'd like to move forward to the debian bullseye release and run in 64 bit mode on a different usb3-nvme device. That will be a nice step forward.

-- Regards, Dave, N1AI


Re: sBitx V2 FT8 Problems - Big shit...

 

开云体育

?
Yes , using the web Chrome based display .
I have the radio since 4 weeks ... 4 weeks without fun ! Ser.-No. is :? 0394
?
?
?

From: Evan Hand
Sent: Thursday, November 2, 2023 7:12 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems - Big shit...
?
Are you using the web Chrome-based display?? The changes in the post only affect the Chrome display.? The old display you posted in the video is being removed.? It does not have all of the updated functions.

73
Evan
AC9TU


Re: sBitx V2 FT8 Problems - Big shit...

 

Are you using the web Chrome-based display?? The changes in the post only affect the Chrome display.? The old display you posted in the video is being removed.? It does not have all of the updated functions.

73
Evan
AC9TU


Re: Help with sBitx v2 FT8 problem

 

Jens,

The mod provided only works with the Chrome-based display.? The video is using the older gtk-based display that is being phased out.? Try it using the Chrome display.? It should look like this:



73
Evan
AC9TU


Re: sBitx V2 FT8 Problems - Big shit...

 

开云体育

Yes , but solved nothing about the FT8 problem.
?
?

From: Evan Hand
Sent: Thursday, November 2, 2023 6:59 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems - Big shit...
?
Jens,

Did you comment out the lines in index.html in the data folder under the sbitx folder in the pi home directory (/home/pi/sbitx/data/index.html) as per this message?

/g/BITX20/message/105788

73
Evan
AC9TU


Re: sBitx Raspios Bookworm

 

On Thu, Nov 2, 2023 at 01:12 PM, Mark Erbaugh wrote:

have you tried booting your Pi 5 from an external USB drive?

Sorry, no, I have not.

I'm still working through getting my USB3 NVMe to run sbitx correctly with Pi 4 and the old Buster-based OS that came with sbitx.

I just figured out what it was doing wrong, will update the other thread, it was a permissions thing for /dev/gpiomem.

Next I want to use some of the advice I read here to get it to run on Bullseye in 64 bit mode then try Bookworm.

Basically I want to take things one step at a time, always having a fall-back that works so if I screw something up I can still use the radio.

-- Regards, Dave, N1AI


Re: sBitx V2 FT8 Problems - Big shit...

 

Note:? If you edit the message heading, a new topic is created, and links to the old topic are lost.

73
Evan
AC9TU


Re: sBitx V2 FT8 Problems - Big shit...

 

Jens,

Did you comment out the lines in index.html in the data folder under the sbitx folder in the pi home directory?(/home/pi/sbitx/data/index.html)?as per this message?

/g/BITX20/message/105788

73
Evan
AC9TU


Re: Help with sBitx v2 FT8 problem

 

sBitx V2 FT8 Problems - Big shit...
?
Yes ... this all also already I have done and tested , but also this solved NOT the
FT8? time-slot changing problem .
I can not call stations because after report changing FT8 is transmiiting in 2 times following
time-slots one after one , and so from this time the situation occours that my sBITX-V2 is transmitting if the other station is also transmiiting and also we receive and transmit both at the same time-slot .
Never a QSO can made and completed ... it is a big shit .
Nobody seems to have a solution ... I have nothing found in the Internet about solving this problem .
Also HF-Signals have no interest to help with an really firmware update which should ready for download from them. Nothing ..., no support.
?
73 , Jens / HB9JOI
?
Why the sBITX V2 does not work in FT8 like this :
?
?
+++
?
?
?

From: Dave, N1AI
Sent: Thursday, November 2, 2023 4:36 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems
?

Did you try the suggestions in /g/BITX20/topic/help_with_sbitx_v2_ft8/102262327 perhaps?

-- Regards, Dave, N1AI

?
?
?
From: Jens Spiess
Sent: Thursday, November 2, 2023 11:44 AM
To: Jens Spiess
Subject: Re: sBITX-V2 FT-8 Problems and others too ...
?
Why the sBITX V2 does not work in FT8 like this :
?
+++
?
?
From: Jens Spiess
Sent: Tuesday, October 31, 2023 3:51 PM
Subject: sBITX-V2 FT-8 Problems and others too ...
?
?
sBITX-V2 FT-8 Problems and others too ...
?
Hello ... You are a big blame as manufacturer !!!
?
It's a big disgrace what you're doing from HF-Signals :
You're selling a transceiver that does NOT meet the specifications described before
or have not the specifications YOU promise !!!
The device is full of firmware bugs. And if problems arise... YOU don't care.
Open-Source firmware means not to sell a “defect firmware “- product !!!
You simply refer to a community that is supposed to solve the device errors which You have made, even though it is YOUR job to fix the device errors which YOU produced.
You must ensure to give the complete download of a firmware that solves all the device errors which YOU have produced!!!
It's a mess not to do that on YOUR part... !!!!!!!!!!!!!!!!!!!!!!!!!!
It would be YOUR duty to give a complete firmware update download to make the device work without errors !!!!Doing this is NOT the job of a user community...!!! Sorry ...
?
With bad greetings ...
Jens / HB9JOI
?
+++
?
?


Re: Help with sBitx v2 FT8 problem / FT8 Problems - Big shit...

 

?
sBitx V2 FT8 Problems - Big shit...
?
Yes ... this all also already I have done and tested , but also this solved NOT the
FT8? time-slot changing problem .
I can not call stations because after report changing FT8 is transmiiting in 2 times following
time-slots one after one , and so from this time the situation occours that my sBITX-V2 is transmitting if the other station is also transmiiting and also we receive and transmit both at the same time-slot .
Never a QSO can made and completed ... it is a big shit .
Nobody seems to have a solution ... I have nothing found in the Internet about solving this problem .
Also HF-Signals have no interest to help with an really firmware update which should ready for download from them. Nothing ..., no support.
?
73 , Jens / HB9JOI
?
Why the sBITX V2 does not work in FT8 like this :
?
?
+++
?
?
?

From: Dave, N1AI
Sent: Thursday, November 2, 2023 4:36 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems
?

Did you try the suggestions in /g/BITX20/topic/help_with_sbitx_v2_ft8/102262327 perhaps?

-- Regards, Dave, N1AI

?
?
From: Jens Spiess
Sent: Thursday, November 2, 2023 11:44 AM
To: Jens Spiess
Subject: Re: sBITX-V2 FT-8 Problems and others too ...
?
Why the sBITX V2 does not work in FT8 like this :
?
+++
?
?
From: Jens Spiess
Sent: Tuesday, October 31, 2023 3:51 PM
Subject: sBITX-V2 FT-8 Problems and others too ...
?
?
sBITX-V2 FT-8 Problems and others too ...
?
Hello ... You are a big blame as manufacturer !!!
?
It's a big disgrace what you're doing from HF-Signals :
You're selling a transceiver that does NOT meet the specifications described before
or have not the specifications YOU promise !!!
The device is full of firmware bugs. And if problems arise... YOU don't care.
Open-Source firmware means not to sell a “defect firmware “- product !!!
You simply refer to a community that is supposed to solve the device errors which You have made, even though it is YOUR job to fix the device errors which YOU produced.
You must ensure to give the complete download of a firmware that solves all the device errors
which YOU have produced!!!
It's a mess not to do that on YOUR part... !!!!!!!!!!!!!!!!!!!!!!!!!!
It would be YOUR duty to give a complete firmware update download to make the device work without errors !!!!
Doing this is NOT the job of a user community...!!! Sorry ...
?
With bad greetings ...
Jens / HB9JOI
?
+++
?
?


Re: sBitx V2 FT8 Problems - Big shit...

 

开云体育

?
Yes ... this all also already I have done and tested , but also this solved NOT the
FT8? time-slot changing problem .
I can not call stations because after report changing FT8 is transmiiting in 2 times following
time-slots one after one , and so from this time the situation occours that my sBITX-V2 is transmitting if the other station is also transmiiting and also we receive and transmit both at the same time-slot .
Never a QSO can made and completed ... it is a big shit .
Nobody seems to have a solution ... I have nothing found in the Internet about solving this problem .
Also HF-Signals have no interest to help with an really firmware update which should ready for download from them. Nothing ..., no support.
?
73 , Jens / HB9JOI
?
+++
?
?
?

From: Dave, N1AI
Sent: Thursday, November 2, 2023 4:36 PM
Subject: Re: [BITX20] sBitx V2 FT8 Problems
?

Did you try the suggestions in /g/BITX20/topic/help_with_sbitx_v2_ft8/102262327 perhaps?

-- Regards, Dave, N1AI


Re: sBitx Raspios Bookworm

 

I just got a Pi 5 yesterday. Currently I'm not planning on replacing the Pi 4 in my sBitx DE.

Off topic: have you tried booting your Pi 5 from an external USB drive?? I have a USB3 enclosure with an NvME SSD. You can use the Raspberry Pi Imager software to create a bootable USB drive. I tried booting my Pi 5 it and while it boots and runs fine, if I try and update the software, I get a "drive was removed without ejecting error" and have to do a hard shutdown.? The failure is repeatable. The same NvME drive works fine on my Pi 4's (one in the sBitx) and my Pi 400. To eliminate the possibility that the drive was drawing too much current, I connected it to a powered USB3 hub - same failure.? I'm trying to figure out if the problem is with the Pi 5 in general or if my board is defective while I can still return it.
--
73,
Mark, N8ME


Re: sBitx Raspios Bookworm

 

On Sat, Oct 21, 2023 at 02:23 PM, Mark Erbaugh wrote:

official way to manipulate GPIO pins

I didn't find an official statement.

I did see an interview with Eben Upton and he mentioned libgpiod but I can't find a reference for that.

I did find the following which shows libgpiod and gpiozero working on Pi 5 and rpi.gpio is said to not work.

I did check to see what came installed on my Pi 5 with Bookworm and here's what I see:

$ apt list | grep gpio | grep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libgpiod2/stable,now 1.6.3-1+b3 arm64 [installed,automatic]
liblgpio1/stable,now 0.2.2-1~rpt1 arm64 [installed,automatic]
libpigpio-dev/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
libpigpio1/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
libpigpiod-if-dev/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
libpigpiod-if1/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
libpigpiod-if2-1/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
pigpio-tools/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
pigpio/stable,now 1.79-1+rpt1 arm64 [installed]
pigpiod/stable,now 1.79-1+rpt1 arm64 [installed,automatic]
python3-gpiozero/stable,stable,now 2.0-1 all [installed]
python3-lgpio/stable,now 0.2.2-1~rpt1 arm64 [installed,automatic]
python3-libgpiod/stable,now 1.6.3-1+b3 arm64 [installed]
python3-pigpio/stable,stable,now 1.79-1+rpt1 all [installed]
python3-rpi.gpio/stable,now 0.7.1~a4-1+b4 arm64 [installed]
raspi-gpio/stable,now 0.20191001 arm64 [installed]
rpi.gpio-common/stable,now 0.7.1~a4-1+b4 arm64 [installed,automatic]

Note that 'installed' doesn't necessarily mean 'works on Pi 5'.

Note my Pi 5 is not installed in the sbitx chassis nor does it have the sbitx software on it at this point in time so I can't test the sbitx with it right now.

-- Regards, Dave, N1AI


Re: sBitx V2 FT8 Problems

 

Did you try the suggestions in /g/BITX20/topic/help_with_sbitx_v2_ft8/102262327 perhaps?

-- Regards, Dave, N1AI


Re: Open letter to Afarhan et all. Post script

 

Thank you very much Dave I really enjoy the FT8 with auto logging. Finally run about 30% power

carl. KF0ARU?


Re: Open letter to Afarhan et all. Post script

 

Congratulations Carl, you didn`t give up, instead you conquered....well done.
Now is the time to use your new rig and enjoy the hobby.
Dave
G4JBE


Re: sBitx V2 SN #141 Spurious/Harmonic Measurements

 

Great idea, Evan!? ?I'll see if I can reconnect JUST the HV voltage doubler system next.? ?Adding little bit by little bit should teach us a lot!

Here is a schematic of where I am at present, that resulted in a reasonably acceptable spectrum.? ?I was VERY ENCOURAGED by this result, even though it means we still have a lot of real work to do for this Serial No. to be on the air on all bands....
Gordon KX4Z