开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date   
zBitx installed softwares 31
Is it possible to have JS8Call installed? Forme JS8 mode is far more important than JT9 mode as Hearteat can replace JT8 contacts and the plain use of JS8Call allows me to do real QSO with exchange of informations. I experienced a terrible civil war in New Caledonia since the 13th of May this year, with sometimes all communications lost - no more internet nor phone - and JS8Call was my only mean of communication with the outside world and it worked well with my QRP station - Hermes Lite 2 and QRP-Labs QDX which deliver 5 to 6 Watt - The small size of a zBitx with its integrated batteries would make a wonderful emergency transceiver. Anyway this product looks promising, congratulations f. 73 - Pierre - FK8IH
Started by Pierre - FK8IH @ · Most recent @
Adding external relay control to two V2/V3
I’m not normally a voice guy, but we have some local HF nets in our county in Florida. so I’m up in North Carolina 500 miles away, and I have gotten the second (used) version two All modified up with new IRF 520 finals and several other mods as explained elsewhere. It drives an ancient SP – 200 vacuum tube amplifier and I can get past 200 W output that way. On 80 m this is very helpful to try to beat back the absorption from the D layer around sunrise or sunset when a lot of these nets happen this is such a nice radio! A huge screen went in single side band and I can see panoramic display all up and down, and control the bandwidth so easily, and I just discovered it has equalization as well and it just works so very nicely! I’m very used to using a 7300 and about the only improvement it’s got over this is a nice noise reduction, which could be helpful because I think I’ve got some powerline noise nearby but QRN isn’t very bad today and this is just really really really a nice sbitx radio with a much bigger display than the 7300 making it very easy to see signals everywhere. As more of the V2‘s go on the used market, I may try to encourage folks in our local group to snap them up so we can change out the finals and make these other modifications and they’ll have really really nice radios for dirt cheap. I work with a lot of elderly people and price is important to several of them! 73 Gordon Kx4z
Started by Gordon Gibby KX4Z @
SBITx with Heil headset? 13
Is anyone successfully using one of the available Heil headset adapters for an sBitx? Which one? Or do I need to make my own?
Started by Neil K6NCX @ · Most recent @
zbitx schematics and source code 9
The zbitx source code is now available on github. https://github.com/afarhan/zbitxfrontpanel and https://github.com/afarhan/zbitx Please note that this code has not been tested on the sbitx, though it has been derived from the sbitx base. A few things to note: 1. The 64 bit OS didn't have any significant advantage and using its PulseAudio was adding to the auto start required for the zbitx. Hence, this has been tested to compile on 32 bit Raspberry OS. 2. This works with as well as without the front panel. 3. The schematics are also included. This is the version that will start shipping in the next 36 hours. We are finally loadng it up! 73, f.
Started by Ashhar Farhan @ · Most recent @
Setting grid sBitx 5
I’m on a POTA activation 3000 miles from home, and I need to set my grid correctly. It’s still showing my home grid after entering \grid EM73wp multiple times.
Started by Neil K6NCX @ · Most recent @
Working on my 2nd V2 sBitx 4
3 of 6 upgrades done 1. Added “send” optocoupler output /g/BITX20/message/106371 2. 180 ohms in drain of Q101 (protection) /g/BITX20/wiki/36110 3. 470 ohms in series with D20 (protection) /g/BITX20/wiki/36110 3 more upgrades to go on this nice V2!!
Started by Gordon Gibby KX4Z @ · Most recent @
zBit thoughts 3
I know the zBit hasn't been delivered yet. From what little firm information we have, it looks as if this radio would make an excellent unit as a tunable IF to work into a transverter for operation on frequencies above 30 Mhz. I won't be doing this with mine, but it's a thought. One thing I do want to do when I get mine is to install a couple of PDF files that I have prepared as databases for DX work. Those of us who work the satellites might want to install GPREDICT. This is a tracking program, and it is available for Linux. I don't know if it is available for the Pi, but it is for Intel/AMD CPUs. These thoughts might also be good for the sBit. Gerry Sherman Sent by the Windows 11 Thunderbird
Started by Gerald Sherman @ · Most recent @
zBitx alternative board... 10
Hello, we don't even know when it will start shipping, and we all want to rewrite the design from scratch. I'm in, too. Do you think it would be possible to change the raspberry for another more powerful board? Would it be worth it? Could it be to play with Freedv with more guarantees of success? Would it be compatible with the PI pico's screen management? Would everything have to be recompiled or would it work directly on another arm chip? I've seen this board (RADXA) that offers more memory, and more processor speed, and also USB-c connectors.
Started by EB3AM Jordi @ · Most recent @
uBITX v6 Alignment Question 4
Now that the audio issue has been fixed, I proceeded with alignment of BFO and Frequency. For the most part, after viewing multiple videos, I did the alignment mostly by ear. It sounds good, and frequency appears to be spot on. On air reports are fine, both SSB and CW. However, if I am on the Noon-Time-Net (NTN) 7,284 LSB, I notice if I go to USB there is no change in the audio. Sounds just as clear as when in LSB. If I use CW to check into the NTN, dial set at 7,283.30, same thing. No change in the audio on either USB or LSB setting. Is that normal for this radio? No other radio I own acts like this, thus the question. Thanks, 73 Richard AG5M
Started by Richard AG5M @ · Most recent @
The sBitx disk image - too big for certain (theoretically) 32GB SD cards 8
I wanted to install the sBitx software to another SD card to have a backup. I downloaded it from https://drive.google.com/file/d/1T0cUdQjLZ-0lBFqwywaNBh3rToGb4UJ3/view?usp=drive_link (as described in https://www.sbitx.net/ ). However, an attempt to do on my laptop (in your case instead of mmcblk0 you may need to use sdX where X is another character): dd if=sBitx_3.21.img of=/dev/mmcblkp0 bs=4M resulted in interrupted writing due to lack of space on the SD card. So I had to reorganize the image. Please remember that the procedure describe below involves running potentially dangerous commands as root. Be sure, that you don't run them with incorrect device name. Otherwise, you may destroy the filesystem on your workstation or laptop. You do it on your own risk. I hope that I have not mistaken in the description below, but I don't give you any warranty. You must understand what are you doing. As root I have mounted the image: losetup -P -f ./sBitx_3.21.img I have checked which loop devices where assigned to it: losetup -a In my case it was: /dev/loop0: [64770]:61762171 (/home/wzab/sBitx/sBitx_3.21.img) I have verified that the partitions were detected: ls /dev/loop0* /dev/loop0 /dev/loop0p1 /dev/loop0p2 I have resized the the filesystem on the second partition of the image (in your case another loop device may be used, see results of the previous step): resize2fs /dev/loop0p2 20G resize2fs 1.47.2 (1-Jan-2025) Please run 'e2fsck -f /dev/loop0p2' first. The first attempt failed, so I ran the suggested command: e2fsck -f /dev/loop0p2 [...] rootfs: 269323/1933312 files (0.1% non-contiguous), 2387299/7725184 blocks An additional advantage was that I learned how big the filesystem is: 2387299 4KiB blocks (9778376704 bytes). After its successful completion I ran resize2fs again: resize2fs /dev/loop0p2 20G resize2fs 1.47.2 (1-Jan-2025) Resizing the filesystem on /dev/loop0p2 to 5242880 (4k) blocks. I checked the size of all partitions in my image: fdisk -l /dev/loop0 Disk /dev/loop0: 29.72 GiB, 31914983424 bytes, 62333952 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xf8f9cbd4 Device Boot Start End Sectors Size Id Type /dev/loop0p1 8192 532479 524288 256M c W95 FAT32 (LBA) /dev/loop0p2 532480 62333951 61801472 29.5G 83 Linux So I need to add 256 MB for VFAT partition. To be safe, I resize the image to 21 GB: losetup -d loop0 truncate sBitx_3.21.img --size 21G fdisk sBitx_3.21.img In the fdisk I used p command to print the partitions: fdisk ./sBitx_3.21.img Welcome to fdisk (util-linux 2.40.4). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk ./sBitx_3.21.img: 21 GiB, 22548578304 bytes, 44040192 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0xf8f9cbd4 Device Boot Start End Sectors Size Id Type ./sBitx_3.21.img1 8192 532479 524288 256M c W95 FAT32 (LBA) ./sBitx_3.21.img2 532480 62333951 61801472 29.5G 83 Linux It is clear that the second partition spans outside the image (sector 61801472, while 44040192 sectors are available) I correct the partition table. I write somewhere the start sector of partition 2. Then I delete the 2nd partition by pressing "d" and "2" Command (m for help): d Partition number (1,2, default 2): 2 Partition 2 has been deleted. Then I recreate the second partition, by pressing "n", "p" and "2": Command (m for help): n Partition type p primary (1 primary, 0 extended, 3 free) e extended (container for logical partitions) Select (default p): p Partition number (2-4, default 2): 2 First sector (2048-44040191, default 2048): 532480 Last sector, +/-sectors or +/-size{K,M,G,T,P} (532480-44040191, default 44040191): Created a new partition 2 of type 'Linux' and of size 20.7 GiB. Partition #2 contains a ext4 signature. Do you want to remove the signature
Started by WZab - SP5DAA @ · Most recent @
Adding external relay control two V2/V3 13
First efforts at mechanical mounting
Started by Gordon Gibby KX4Z @ · Most recent @
Compiling sBitx in 64 bit image 4
OK, Mr. clueless here. I tried the .\build sbitx On the new image with 64 bit operating system and it didn’t work. Something about missing make file. I know I could probably figure this out, but somebody probably knows the answer right off the bat. What do we have to do in order I’ll the new 64 bit version on the 64 bit image that was so kindly provide provided?? I must be missing something. Now that I have it running, and I have upgraded the hardware on my 2nd sBitx, I want to start tinkering with software things again!! (Full report on the hardware upgrade coming soon. It went way better than expected. I found easier ways to do things.) gordon kx4z
Started by Gordon Gibby KX4Z @ · Most recent @
sBitx v3 - original application gives high power, wsjtx up to 2W only 10
Hi, Due to the problems with non-standard callsigns, I have decided to use wsjtx. I have updated sbitx with the `update` script. I start it via VNC. I installed tigervnc on my sBitx I log in to my sBitx via: `ssh pi@... -L5907:localhost:5907` In another console on PC I run: `vncviewer :7` Then in the vnc session in a terminal I run:`killall sbitx; cd ~/sbitx; sleep 1; ./sbitx` In another console I run `export DISPLAY=:7 ; wsjtx` The wsjtx is configured as described here: https://www.sbitx.net/index.php/using-third-party-softwaremodems/ I set Digital mode in the sbitx and FT8 in wsjtx. The result is that I can see the received FT8 messages, I can transmit, but the power is limited to 2W (as reported by sbitx). I can control the power with the slider in the wsjtx window. The power is proportional to the slider position, but the upper position gives 2W. When running only the original sbitx application, I can control power up to 20W and higher. What is the reason of that problem and how can I cure it? 73, Wojtek
Started by WZab - SP5DAA @ · Most recent @
Trying to update firmware in ubitx6.1 6 #v6
i am trying to upload reedsbn firmware in my ubitx 6.1. i got below error messages in arduino ide. ''Arduino: 1.8.9 (Windows 10), Board: "Arduino Nano, ATmega328P (Old Bootloader)" Sketch uses 30558 bytes (99%) of program storage space. Maximum is 30720 bytes. Global variables use 815 bytes (39%) of dynamic memory, leaving 1233 bytes for local variables. Maximum is 2048 bytes. avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x94 avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x94 Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.''
Started by Praba Karan @ · Most recent @
uBITX v6 Low Audio - Back at it again 29
I appreciate everyone who were helping me troubleshoot my uBITX V6 with low audio before Christmas. I've since been gone spending time with the grand-kiddies. Now going to get back to this. I compiled all the previous dialog and suggestions into one WORD document attached. I'll be going back going over all that was suggested. Checking voltages, resistances, etc. I noticed in one suggestion - "Before you continue trying to align it, the first thing to do is to connect an external audio amplifier to TP20 and ground and see whether it makes a difference and continue using it to see whether the fault reappears. If it works and continues to work then the fault could be in the audio chain." This morning I put my external audio amplifier at TP20. Nothing, no audio from the external amp. And as I mentioned earlier, I do hear the sidetone in the speaker, and it is LOUD! Really loud, cannot use headphones on CW, hurt these old ears. Also this morning, I used the radio to check into the Noon-Time-Net with both CW and SSB. No problems, good reports. So we know TX is apparently working OK. Frequency is a bit off but I can get that later if and when the audio issue is solved. So, in light of not having any audio from TP20 into the external amp, does that tell you something on where to go next? I'm about to drag out the O'Scope, signal tracer, RF generator, blow up the schematic, do some serious studying. Got to clean off this workbench. Thank you all. Take care... 73, Richard AG5M
Started by Richard AG5M @ · Most recent @
Chirpy audio in ubitx6.1 5 #bfo #ubitxv6 #v6
The attached is Rx audio of my ubitx v6.1. Audio is too chirpy and unpleasant to hear. But Tx audio is good as per other hams reports. I tried several bfo adjustments. Anyone help me to rectify the issue. Rx video clip - https://youtu.be/uBxOyW7ejEI
Started by Praba Karan @ · Most recent @
uBITX v6 Low Audio - Back at it again - FIXED 2
Hello all, and thank you for helping me getting my uBITX V6 up and running again. I replaced C30 this morning and I now have audio. Next will be alignment, BFO, and the frequency display is off. So I'll tackle that soon and if I run into problems I'll start a new thread. Thanks again to all and Evan for sending me some new parts. You guys are the greatest. 73, Richard AG5M On Friday, February 28, 2025 at 02:53:06 PM PST, Richard AG5M via groups.io <ag5m@...> wrote: Unknown. I heated the end closer to the back of the PCB, and the cap fell right off the board, with a end still on the PCB. A check of the cap shows it is open, not surprising with the end missing. Anyway, I found a 0.1uF cap in the junk box, just a tad too big, Hi Hi, to put in on the board, but connecting it to the board gives me LOTS of audio again. When replaced with an appropriate cap I'll be back in business. Then to calibrate the BFO, frequency, etc. And have it on the air again. 73, Richard AG5M On Friday, February 28, 2025 at 02:25:59 PM PST, tomekdm sp7etd via groups.io <tomekdm@...> wrote: Interesting why it cracked/failed... due to mechanical stress, like bent of PCB... temperature shock... or was it already bad since new...
Started by Richard AG5M @ · Most recent @
Simple12m TRX QRPp DSB
I built a new trx ...12m DSB ft8. https://www.qsl.net/py2ohh/trx/12mft8trx/12mft8trx.html It is a simple TRX using one TA7358 and 7 x 2N2222 ... 800mW . 73 de py2ohh miguel
Started by Miguel Angelo Bartie @
RX uBITXv5 from scratch 4
Hello everyone, I realize I'm late to the topic, but after a course by the ARI Parma association on the uBITX V5, I wanted to try my hand at designing a single-sided PCB for the receiver part only using Kicad and TH components. I actually created two versions, the first educational, with well-spaced components and the second more compact and more suitable for being placed in a container. Both involve the use of Raduino and the low frequency part, separately. I also created the PCB for these two modules. I'll make them available in case anyone wants to create the RX part only and suggestions are welcome. Soon, I hope to be able to create the TX part too. Thank you and 73 de IU7SUX /g/BITX20/files/IU7SUX
Started by IU7SUX Antonio @ · Most recent @
sBitx Mic input - assist request 25
I have a new sBitxV3 board only. Everything is working except the Mic input. I started experimenting with some microphone I had and the recorded transmission has lots of noise and very low audio. I measure 2.1v on mic input tip. I think it should be 5v. Can anyone guide me as to what the issue may be and where I should look. Here are my measurements/ calculations.
Started by WF4RC Carroll @ · Most recent @
Current Image
Image Name
Sat 8:39am