¿ªÔÆÌåÓý


Re: Displaying/setting the network connection in SET screen on zBitx

 

See the manual page 25. "WEB Mode"


Re: Displaying/setting the network connection in SET screen on zBitx

 

Try using the local mdns. ?
?
?
?
?
?
?
?


Re: Displaying/setting the network connection in SET screen on zBitx

 

For the outdoor work, connecting the external HDMI display is not a viable solution.
My zBitx connects to my smartphone working as a mobile hotspot.
The problem is that I don't know what IP it is assigned.
I have verified with sBitx (which displays the assigned IP after it connects) that I can connect from my smartphone to the WiFi client.
So the only lacking point is: what is the IP obtained by zBitx via DHCP.
My smartphone lists the devices connected to its mobile hotspot, but does not report their IPs.
?
That's the whole story.
73,
Wojtek SP5DAA
?
PS. I have a workaround - I use a mobile LTE modem as a WiFi hotspot and connect both smartphone and zBitx to it.
The only problem is, that such a solution is unnecessarily complex.


Re: Order # 3869 April 2

 

#3840 has been shipped this week to me .
?
Look forward to receiving it by the weekend ( DHL) so I can have a good operating session with it.
?
73 ,? Lawrence G4GZG


Re: New zBitx - New User - CW operation

 

I spent some time with my new zBitx today. Sending CW with a paddle is indeed difficult. I can just barely make iambic A work at less than about 22wpm.?


zBitx feature request - jump to frequency

 

Trying out my new zBitx, one missing feature that would really be useful would be to tap on a signal on the waterfall and the VFO would jump to that frequency.?


zBitx IF setting

 

Finally trying out my zBitx received last week. It seemed deaf at first. I am finding that I need to run my IF setting to around 75 on 20m to hear or see any signals.
What are typical IF settings for other users?


Re: Order # 3869 April 2

 

#3774 from April 1 arrived today in kp4.
?
Juan WP3DN


Re: Order # 3869 April 2

 

I¡¯m two behind you so end of may for me as well.?


Re: Order # 3869 April 2

 

3859 here, earlier today I extrapolated from three shipped examples posted prior, and came up with a date towards the very end of May (forget the exact day and I'm on a phone). Patience :)

Sent from my phone

On Mon, May 12, 2025, 7:53?PM Randy.AB9GO via <randy.ab9go=[email protected]> wrote:
Well mine is 3948 so I have no hope until just at least June if not even further out.?
?
Randy AB9GO?


Re: Order # 3869 April 2

 

Well mine is 3948 so I have no hope until just at least June if not even further out.?
?
Randy AB9GO?


Re: zBITX CW Mode - Proof of Concept

 

On Mon, May 12, 2025 at 07:51 PM, Jody - K3JZD wrote:
thank you Jody!!!!!


Re: zBITX CW Mode - Proof of Concept

 

NOTE : It has been discovered that some of the the zBITX units were shipped with sBitx version 3.021 and more recent units have been shipped with sBitx version 3.052.? ? I have the 3.021 version, so my fix for using CW is based on that older version.?
?
Version 3.052 added an additional parameter to a function that I am calling from my new code..? That function is in another file.? So, the sbitx_gtk.c file that I provided will only compile/build with units having sBitx version 3.021
?
I am going to obtain sBitx version 3.052 and see if I can modify my sbitx_gtk.c file to get it to work in version 3.052..
?
So, if you have sBitx version 3,052 in your zBITX, stay tuned
?
72,
Jody - K3JZD?


Re: zBITX CW Mode - Proof of Concept

 

Hi Miguel,
?
My zBITX came with version 3.021 of sbitx.? I see from your build errors that you have version 3.052.? ?So it looks like HF Signals has changed what is being shipped in the zBITX, and now modem_poll() is looking for another parameter.? ?Plus something seems to have changed relating a time sysnc,
?
Assuming that has the all of the files for the version 3.052 that you have, I can pull that down to my zBITX and see what I can do to create a version of my sbitx_gtk.c file that will work with sbitx version3,052? ?
?
I do not recall seeing any notice that said that v3.052 was available - maybe I missed it.
?
Stay tuned.?
?
72,
Jody - K3JZD
?
?
? ?


Re: FS zBitx :: EU Only.

 

Sorry, forgot to add a contact:
toze@...
thank you!


Re: zBITX CW Mode - Proof of Concept

 

Jody,
I tried and it doesnt compile. see below and please advise
?
pi@sbitx:~/sbitx $ ./build?
usage: ? ./build program
example: ./build sbitx
No build target provided
Assuming target is sbitx
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Mon May 12 18:26:22 AST 2025
database is intact
compiling sbitx version v3.052 in /home/pi/sbitx
sbitx_gtk.c: In function ¡®handlePttFalling¡¯:
sbitx_gtk.c:3690:5: error: too few arguments to function ¡®modem_poll¡¯
? ? ?modem_poll(mode_id(get_field("r1:mode")->value));
? ? ?^~~~~~~~~~
In file included from sbitx_gtk.c:42:
sdr.h:203:6: note: declared here
?void modem_poll(int mode, int ticks);
? ? ? ^~~~~~~~~~
sbitx_gtk.c: In function ¡®handleDashFalling¡¯:
sbitx_gtk.c:3721:5: error: too few arguments to function ¡®modem_poll¡¯
? ? ?modem_poll(mode_id(get_field("r1:mode")->value));
? ? ?^~~~~~~~~~
In file included from sbitx_gtk.c:42:
sdr.h:203:6: note: declared here
?void modem_poll(int mode, int ticks);
? ? ? ^~~~~~~~~~
sbitx_gtk.c: In function ¡®ui_tick¡¯:
sbitx_gtk.c:4361:3: error: too few arguments to function ¡®modem_poll¡¯
? ?modem_poll(mode_id(get_field("r1:mode")->value));
? ?^~~~~~~~~~
In file included from sbitx_gtk.c:42:
sdr.h:203:6: note: declared here
?void modem_poll(int mode, int ticks);
? ? ? ^~~~~~~~~~
sbitx_gtk.c: In function ¡®main¡¯:
sbitx_gtk.c:5412:3: warning: implicit declaration of function ¡®sync_system_time¡¯; did you mean ¡®sync_sbitx_time¡¯? [-Wimplicit-function-declaration]
? ?sync_system_time(ntp_server);
? ?^~~~~~~~~~~~~~~~
? ?sync_sbitx_time
pi@sbitx:~/sbitx $?


operating with FLdigi programmes #fldigi

 

I kindly ask this community if FLdigi is already installed on my ZBITX that arrived a few days ago and if so, how to activate it?


Re: Displaying/setting the network connection in SET screen on zBitx

 

Well, you could use the external display, keyboard and mouse to setup the second wifi access in the desktop.
Or you give your mobile access point the same name and password like in your home-wifi setup.

Good luck!

PD0ZZ


WTB: uBITX V3, V4 or V5

 

Judging by the traffic on this forum, I assume most of "us" are now working on sBITX and zBITX radios.
If any of you have an unbuilt uBITX kit (V3, V4 or V5) that you will never get around to building, please contact me through my QRZ address and let me know what you need to ship it to WV Zip 25704.??
I would prefer to pay with a USPS money order but I can also do PayPal.
Bob
WB8BEL


Re: zBITX CW Mode - Proof of Concept

 

Jody,
?
Sounds great !
Will try it.. in a day or two...?
?
Good work/findings !!
?
//Mats - SM0FPR