Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
Re: Tariffs and zBitx Shipments
#zbitx
I don’t think the exception applies here, but I could be wrong. The price of virtually all ham equipment just took a big jump.? |
Re: CW on zbitx
Ron, I would like you to review the code: 1.? Here, we setup the ISR (interrupt service routine) to call a function called key_isr whenever the state of the paddle chages (press, release). 2. The key_isr () reads the status of the the two paddles (DASH and PTT) and stores them in global variables ptt_state and dash_state. 3. the cw sending loop has to generate 96,000 samples a second. And it cannot spend?time reading the gpio pins to see if the any new symbol (dot/dash/space) has been generated by the user. Instead, it just reads these two variables. This is done by the routine key_poll(). .4 Read key_poll (). You will note that it executes very quickly. To know what type of key we are using, it doesn't even to a string compare of the CW_INPUT settings, instead it just samples the 6th letter with is different for all the three cases (Straight, Iambic and Iambic-B). Let me know what you think of the?implementation and if it can be improved. - f On Thu, Apr 3, 2025 at 6:57?AM Ron, N6YWU via <ron.nicholson=[email protected]> wrote:
|
Re: #zbitx I would really like a formal way to shut down the software gracefully
#zbitx
Agree.? With you being a Linux user.?? I think Farhan mentioned he wanted to avoid giving elevated access to do the shutdown. When at home I ssh into it to issue the shutdown -h now command? On Wed, Apr 2, 2025, 10:03?PM James Kvochick via <kvo=[email protected]> wrote:
|
#zbitx I would really like a formal way to shut down the software gracefully
#zbitx
I get a little nervous pulling power on a running Linux computer. ?Probably 9 times out of 10, no issues, but the ONE time....well, a corrupt SD card doesn't sound like fun.
?
The Raspberry Pi Pico running the display can probably deal with things well, my concern is the other CPU. ?I would feel tons better if there ws a formal shutdown item to click on....any thoughts?
?
Cheers
Jim K8JK
? |
Re: Zbitx power cord connector
toggle quoted message
Show quoted text
|
Re: CW on zbitx
Have you considered using interrupts to handle the GPIO pins connected to the keying inputs? ?Interrupts might reduce or eliminate the possibility of missing the first dot before a dash. ?
?
A priority interrupt handler would need to be written with good real-time coding practices (bounded time algorithm, no locks, no API calls that could involve memory management, etc.). ? But this should be possible. ?Then post the key inputs with time stamps to be handled by the priority keying sidetone process, which perhaps will run only a few milliseconds later. ?The time stamps on the interrupt data would prevent the dash from being handled before any dot, if that was the key closure sequence, and solve at least one issue with fast iambic keying that polling with a slow CPU on a loaded system might never be able to completely solve.
?
73, Ron, N6YWU |
Re: FT8 heat
toggle quoted message
Show quoted text
|
Re: Tariffs and zBitx Shipments
#zbitx
Yeah, but we'll be "great" again, as we pay the increase as buyers.? Sorry for the troubles in this regard.? |
Re: Tariffs and zBitx Shipments
#zbitx
I had been paying a 10% tariff on every part from China.? We did not raise our prices, but we cannot absorb a 54% tariff.? We will have to look at what to do.? ?It will have an effect.
?
? |
Re: Tariffs and zBitx Shipments
#zbitx
I was just wondering that myself.? ?Hope it doesn't affect the new sBitx v4 pricing.
? |
#zbitx Getting started and more cheat sheet
#zbitx
All,
?
I have been working on a summary document for my own reference. ?My radio has not shipped yet so I get to read with a little bit of envy!
?
I have a hard time digging through all the forum entries so my google doc is born. ?As things settle out I will also add more info to the Wiki here.
?
73 KE9A
?
|
Re: Tariffs and zBitx Shipments
#zbitx
Tariffs are kind of a moving target but your radio shouldn't be affected due to the de minimis exception. On Wed, Apr 2, 2025 at 5:54?PM Dennis A via <AC9KQ=[email protected]> wrote:
|
Tariffs and zBitx Shipments
#zbitx
Awaiting my new toy, but wondering what, if any, impact the new tariffs announced by the US will have on shipments to the US.?
AC9KQ
? |
Re: Video: Timing problems with zBitx internal keyer
开云体育?
...the radio completely spoils the joy because of too many shortcomings .
I think purchases of HF=signals should be avoided...
I want to enjoy the hobby and not be constantly annoyed by immature
things.
?
./.
? |
Re: Does zBitx have SWR display?
I’ve done both. Showing zBitx 1.06 and sbitx 3.021 as the versions. 73, Paul, N8HM On Wed, Apr 2, 2025 at 15:26 David T-- VE3TOS via <digiital=[email protected]> wrote:
|
Re: Waiting for the zBitx to start…
toggle quoted message
Show quoted text
Am 02.04.2025 um 21:15 schrieb John AE5X via groups.io <ae5x@...>:
|
to navigate to use esc to dismiss