开云体育

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

Re: zBITX CW Keyer

 

If straight key would work with an external electronic then one could place a small keyer electronic inside the zBitx with a small pot for speed control. I could live with such a solution. Not the original idea, but better than today.
?
73, Gerald - HB9CEY


Re: zBITX CW Keyer

 

Ken, you may be right. I looked at some benchmarks and it looks like the pinfour can be four times or more faster than the 3B plus.?

if that turns out to be the limitation then experienced CW operators might just have to wait for a faster processor or more RAM or something

It’s just surprising because a small change in the software of the SBitx, even tripling. sampling rate would likely work just fine. Johnshoy’s fix multiplied sampling by 20 times!! ? That was probably overkill, but it works great. You would think a similar solution on the slower processor could be arranged to give similar outcomes.

however, perhaps not!
?
A new processor comes out every so often so eventually, this will get fixed!!
?
gordon kx4z?
?
?


Re: Does sequence of updates matter?

 

Got it now, took a few iterations of installing 3.051. Iambic-B is no longer emulating a straight key but still impossible to send correct CW in either iambic mode.


Re: Does sequence of updates matter?

 

I have connected to a monitor and started the zBitx. Evidently, zBitx got deleted as part of the fw update - it no longer opens when connected to monitor. The only window now open (on monitor) is the pi@sbitx: `/sbitx window. From where can I download and reinstall the zBitx program?
?


Re: zBITX CW Keyer

 

On Mon, Mar 31, 2025 at 02:37 AM, Gordon Gibby KX4Z wrote:
Why only 18?
Current sbitx goes much faster!
That seems like a serious limitation……
?
73
Gordon KX4Z
sBitx has an RPi 4, the zBitx has an RPi Zero 2 W, effectively a low-memory RPi 3B+ (the CPU on the Zero 2 is the same as the CPU on the RPi 3B+).
?
The processing of the RPi 4 is significantly greater than the RPi Zero 2.
?
Ken, N2VIP


Re: zBITX CW Keyer

 

?
Looks like a copy paste error here for mode B
?
? ? ? ? if (cw_mode == CW_IAMBICB){
? ? ? ? ? ? if (cw_next_symbol == CW_IDLE && cw_last_symbol == CW_DOT && (symbol_now & CW_DASH)){
? ? ? ? ? ? ? ? cw_next_symbol = CW_DASH;
? ? ? ? ? ? }
? ? ? ? ? ? if (cw_next_symbol == CW_IDLE && cw_last_symbol == CW_DASH && (symbol_now & CW_DOT)){
? ? ? ? ? ? ? ? cw_next_symbol = CW_DASH;???? this should be CW_DOT I think
?


Re: Zbitx RPI SD-card image needed

 

Ashhar
?
Just for giggles I did try the ./update thingy. Here is the output. Might ring a bell for you that understand far more then myself:

pi@sbitx:~/sbitx $ ./update
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Tue ?1 Apr 09:32:27 MST 2025
remote: Enumerating objects: 11, done.
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 (from 0)
Unpacking objects: 100% (6/6), done.
From https://github.com/afarhan/zbitx
? ?8da6d22..b9cabb4 ?main ? ? ? -> origin/main
Already up to date.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Tue ?1 Apr 09:32:29 MST 2025
database is intact
compiling sbitx version v3.021 in /home/pi/sbitx
/usr/bin/ld: cannot open output file sbitx: Permission denied
collect2: error: ld returned 1 exit status
pi@sbitx:~/sbitx $?



--
Tilman D. Thulesius

SM0JZT / Sweden


Re: zBITX CW Keyer

 

Adding 2 x 1nF caps to my bencher paddle did not help


Re: zBitX ft8 TX signal comes speaker

 

开云体育

Well, rats!! ?
Sorry!!?

Gordon kx4z.?



On Apr 1, 2025, at 12:16, Benjamin Kelley - KC0BLK via groups.io <benjamin.kelley@...> wrote:

?
Thanks for the tip. ?Unfortunately it does look like split is off.
?
--ben


Re: zBitX ft8 TX signal comes speaker

 

Thanks for the tip. ?Unfortunately it does look like split is off.
?
--ben


Re: Z bitx when is the order page to re-open

 

开云体育

Is there a warranty? I don't see anything on the website.?






-------- Original message --------
From: "Ashhar Farhan via groups.io" <farhanbox@...>
Date: 4/1/25 11:12 AM (GMT-05:00)
Subject: Re: [BITX20] Z bitx when is the order page to re-open

We had to bump up the price to be able to buy key components faster (ex-stock). We have also been hit by some strange duty getting the PCBs from China. We had to bump the price up by 20 dollars.?
Our vision was really to do a $100 dollar SDR, it just got escalated?to 169 USD
- f

On Tue, Apr 1, 2025 at 7:49?PM Darrell Davis KT4WX via <kt4wx=[email protected]> wrote:
Good Day Everyone:
?
I got my email notifying me that orders were being accepted at 0202 EDT, while I slept.? I ordered mine at 0635 EDT, right after getting up and getting ready for work.? My order number is #3634.? Like someone else said, "who hoo!"? It has been a long wait but well worth it.? The product is a better product for the wait.? The support on this list is wonderful.? Now I need to go and read the manual :-)
?
When you buy a loaf of bread at WalMart, it says on the package, "Baked with Love."? In this case HF Signals could say, "Soldered and assembled with Love".? :-)
?
73 de Darrell KT4WX


--
Mike - K8MCB?


Re: zBITX CW Keyer

 

I cleared out /var/log and I updated the software this morning. The CW keying in Iambic B is still rough... at 22 WPM keying K gets me a Q maybe 20% of the time. I tested this with two paddles

On Tue, Apr 1, 2025 at 11:44?AM John AE5X via <ae5x=[email protected]> wrote:
Ashhar, was the zBitx tested on CW in both iambic modes before being released for sale?


Re: Zbitx RPI SD-card image needed

 

Ashhar
?
Thank you so very much for your attempts. I have tried it , but no luck :-(

Here the output:
pi@sbitx:~ $ cd sbitx
pi@sbitx:~/sbitx $ git checkout master
error: pathspec 'master' did not match any file(s) known to git
pi@sbitx:~/sbitx $ ls -l master*
ls: cannot access 'master*': No such file or directory

Bottom line is I guess that I still need to build a new SD-card with a fresh image. Thank you in advance.
?
?
--
Tilman D. Thulesius

SM0JZT / Sweden


Re: zBITX CW Keyer

 

Ashhar, was the zBitx tested on CW in both iambic modes before being released for sale?


Re: zBITX CW Keyer

 

This just the kernel latency.
Btw, I had some dramatic increase in responsiveness of the radio when I deleted everything in /var/log


On Tue, Apr 1, 2025, 9:05 PM Lee via <kx4tt=[email protected]> wrote:
Could this be as simple as debouncing the keying circuit? I have a 0.1 uf disc ceramic across the output of my J-36 paddles to prevent this.

Lee KX4TT


On Tuesday, April 1, 2025 at 11:00:00 AM EDT, Gerald via <hb9cey=[email protected]> wrote:


The new firmware v1.05 / v3.051 is slightly better than before, but since CW still doesn't work properly for me even with the new firmware, I compared it with the QCX-Mini. Both transceivers were keyed and monitored in parallel, at the same speed, using a paddle. I also tried unsuccessfully with another paddle.

?

While the QCX-Mini didn't lose any characters, the zBITX repeatedly produced errors, dots and dashes were lost or appended. This happened at slow and also faster speeds. This reminds me of my simple diy touch paddle where I always had to wet my fingers otherwise exactly such errors occurred.

?

It seems strange to me that everything works fine for other users.

?

If I use a macro from the zBITX to transmit, the zBITX keys everything flawlessly up to 50 wpm. No lost dots or dashes. How can this be, and where is the difference between keying by macro and the paddle input? I'm neither an IT nor an electronics engineer, but I would first look for the problem with the key input. Perhaps someone can explain this to me.

?

73, Gerald


Re: zBITX CW Keyer

 

Could this be as simple as debouncing the keying circuit? I have a 0.1 uf disc ceramic across the output of my J-36 paddles to prevent this.

Lee KX4TT


On Tuesday, April 1, 2025 at 11:00:00 AM EDT, Gerald via groups.io <hb9cey@...> wrote:


The new firmware v1.05 / v3.051 is slightly better than before, but since CW still doesn't work properly for me even with the new firmware, I compared it with the QCX-Mini. Both transceivers were keyed and monitored in parallel, at the same speed, using a paddle. I also tried unsuccessfully with another paddle.

?

While the QCX-Mini didn't lose any characters, the zBITX repeatedly produced errors, dots and dashes were lost or appended. This happened at slow and also faster speeds. This reminds me of my simple diy touch paddle where I always had to wet my fingers otherwise exactly such errors occurred.

?

It seems strange to me that everything works fine for other users.

?

If I use a macro from the zBITX to transmit, the zBITX keys everything flawlessly up to 50 wpm. No lost dots or dashes. How can this be, and where is the difference between keying by macro and the paddle input? I'm neither an IT nor an electronics engineer, but I would first look for the problem with the key input. Perhaps someone can explain this to me.

?

73, Gerald


Re: Z bitx when is the order page to re-open

 

On Tue, Apr 1, 2025 at 09:19 AM, Darrell Davis KT4WX wrote:
When you buy a loaf of bread at WalMart, it says on the package, "Baked with Love."? In this case HF Signals could say, "Soldered and assembled with Love".? :-)
?
73 de Darrell KT4WX
?
?
What are you smoking?


Re: Does sequence of updates matter?

 

Have you tried to connect to the monitor and does it look to be booting into the desktop ?


On Tue, Apr 1, 2025, 10:37?AM John AE5X via <ae5x=[email protected]> wrote:
No waterfall


Re: Z bitx when is the order page to re-open

 

We had to bump up the price to be able to buy key components faster (ex-stock). We have also been hit by some strange duty getting the PCBs from China. We had to bump the price up by 20 dollars.?
Our vision was really to do a $100 dollar SDR, it just got escalated?to 169 USD
- f

On Tue, Apr 1, 2025 at 7:49?PM Darrell Davis KT4WX via <kt4wx=[email protected]> wrote:
Good Day Everyone:
?
I got my email notifying me that orders were being accepted at 0202 EDT, while I slept.? I ordered mine at 0635 EDT, right after getting up and getting ready for work.? My order number is #3634.? Like someone else said, "who hoo!"? It has been a long wait but well worth it.? The product is a better product for the wait.? The support on this list is wonderful.? Now I need to go and read the manual :-)
?
When you buy a loaf of bread at WalMart, it says on the package, "Baked with Love."? In this case HF Signals could say, "Soldered and assembled with Love".? :-)
?
73 de Darrell KT4WX


Re: Does sequence of updates matter?

 

I had to do the update at least twice each time, then it worked.