Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: CW on zbitx
I updated my Zbitx yesterday (Wednesday) to 3.051 and 1.06. Yes it fixed a couple issues but CW remained unusable. So today (Thursday) I decided to update again, thinking I might have gotten an earlier Raspberry pi copy.
Now I have bricked the radio... No boot up of the Pi ( screen is ok). With an external monitor the Pi doesn't go past the first steps of booting, freezes and ignores keyboard and mouse.
?
It stops at the following:
?????????? USER???????? PID ACCESS COMMAND
/dev/snd/controlc0: Root |
|
Re: CW on zbitx
开云体育?Line 4527: ?modem poll is only being called every 20th tick Modem_poll , then calls cw_poll -but this cannot happen any faster than every 20th tick with the current code It is actually CW_POLL that really causes transmit to occur. But this cannot start any faster than every 20th tick because of the way the routines ?are being called. It is easy enough to prove us wrong. Simply change the calls to modem pole to occur every fourth tick (instead of every 20th tick ) and if it doesn’t get a lot better than we’re wrong. Wishing you the best! Gordon On Apr 3, 2025, at 14:10, Evan Hand via groups.io <elhandjr@...> wrote:
|
|
Re: #zbitx I would really like a formal way to shut down the software gracefully
#zbitx
I do not yet have my zBitx setup, so I can not test using a macro to call JJ's shutdown script in the toolbox.? The macro button, like the logging function buttons, could be available on all screens.
?
73
Evan
AC9TU |
|
Re: #zbitx I would really like a formal way to shut down the software gracefully
#zbitx
You can find it at the zbitx page:? On Thu, Apr 3, 2025 at 2:01?PM Sam Hanie via <SAMHANIE=[email protected]> wrote:
|
|
Re: CW on zbitx
Farhan,
?
The issue is most likely caused by poling the state of the key 96000 times a second and only acting upon it in modem poll 10 times per second. The solution in the 64-bit branch was to adjust modem_poll to check multiple times in each call.? The transition states are being made but not acted upon.
?
From modem_pol()
?
/*
This file implements modems for :
Fldigi: We use fldigi as a proxy for all the modems that it implements
?
?
General:
?
There are three functions called to implement almost all the digital modes
1. There is the modem_init() that is used to initialize all the different modems.
2. The modem_poll() is called about 10 times a second to check if any transmit/receiver
changeover is needed, etc.
3. On receive, each time a block of samples is received, modem_rx() is called and?
it despatches the block of samples to the currently selected modem.?
The demodulators call write_console() to call the routines to display the decoded text.
4. During transmit, modem_next_sample() is repeatedly called by the sdr to accumulate
samples. In turn the sample generation routines call get_tx_data_byte() to read the next
text/ascii byte to encode.
?
*/
?
I need to look at the details more to verify that the comment is accurate.
?
73
Evan
AC9TU
|
|
Re: #zbitx I would really like a formal way to shut down the software gracefully
#zbitx
Please provide a link. Please see the manual. You can export the log into adif. It is on the hdmi /gtk user interface On Thu, Apr 3, 2025 at 1:29?PM Ashhar Farhan via <farhanbox=[email protected]> wrote:
|
|
Re: Just ordered by ZBitX
开云体育
Geeze.. so sry I am slow to really look at the pics.. I don't really see frame damage..?
And I see the ref output on the rear panel.. guess this model didn't have the front connector for ref?
IF the reference works on the rear connector, would you take $275?
thanks for your patience.
Paul From: [email protected] <[email protected]> on behalf of David T-- VE3TOS via groups.io <digiital@...>
Sent: Thursday, April 3, 2025 12:37 PM To: [email protected] <[email protected]> Subject: Re: [BITX20] Just ordered by ZBitX ?
No noise on the zbitx? i was trying out a pack(they call it a UPS) that keeps 2x18650 at a constant?8.8v. But I was hearing noise in the radio.?
On Thu, Apr 3, 2025 at 1:16?PM santiagom5678 via
<santiagom5678=[email protected]> wrote:
|
|
Re: Just ordered by ZBitX
No noise on the zbitx? i was trying out a pack(they call it a UPS) that keeps 2x18650 at a constant?8.8v. But I was hearing noise in the radio.? On Thu, Apr 3, 2025 at 1:16?PM santiagom5678 via <santiagom5678=[email protected]> wrote:
|
|
Re: CW on zbitx
I am not making myself clear. The cw_poll nor modem_poll has any use of reading the keyer. On Thu, Apr 3, 2025, 9:28 PM Gordon Gibby KX4Z via <docvacuumtubes=[email protected]> wrote: Calling anywhere from 5 to 10 times more frequently would probably result in significant improvement.? ? In the sBitx software, he increased it to 20 times more frequently and it was amazing.? |
|
Re: Waiting for the zBitx to start…
开云体育Until someone can help you...I’m no expert. If I was in your situation, I would probably get another SD card. Download the image, burn a new SD card and put that into the radio to give it a try.?
You would still have the original SD card available if needed.. |
Jeff
On Apr 3, 2025, at 1:16?PM, Frank <dd3fh@...> wrote:Does anyone have any idea how I can get the zBitx to work?