Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Transverter sBIT
Vhf version of sbitx??has some interesting thoughts from Farhan and others on this group.
?may also be of interest. I first found out about sbitx via "Solder Smoke",??.? -- Regards, Dave, N1AI |
Re: V1 sBITX 3d printable case released!
开云体育Dave - your idea of a leanable case is an excellent idea.? I have
a few other QRP radios, and some of them have leaning cases.?
Perhaps adding legs to the existing case somehow? Since you mentioned batteries, perhaps those who have used them would like to comment on battery capacity and operating time per charge.? Might be interesting for new users. Gerry Sherman Sent by the Windows 11 Thunderbird On 2024-01-21 13:23, Dave, N1AI wrote:
On Sun, Jan 21, 2024 at 02:05 PM, Mark Hatch wrote: |
Transverter sBIT
I wouldn't be interested in this myself, but perhaps others might be:? an sBIT covering a single frequency range, like 25 to 30 Mhz., a low TX power (a few milliwatts) and separate TX and RX ports to connect to a transverter (or transverters) covering frequencies above 30 Mhz.? Just a thought and if there is enough interest perhaps Ashhar will consider bringing out such a model.
Gerry Sherman Sent by the Windows 11 Thunderbird. |
Re: V1 sBITX 3d printable case released!
On Sun, Jan 21, 2024 at 02:05 PM, Mark Hatch wrote:
Let me know what you think! I think it's wonderful!?? |
V1 sBITX 3d printable case released!
Hi,
Just finished and tested my 3d printable case for the sBitx motherboard. This is based on the OEM case design from HF Signals and leverages the original work done by Mike (KW1ND).? The preferred download is from my github at:? In the? sBitx-case-3d-printer-files directory you can download individual stl files (and the Fusion 360 archive). Or you can go to: Click on the CODE drop down in upper right and download all my3d printing designs. This work is also hosted on Thingiverse at: The github directory has detailed instructions and this is also provided as a pdf on Thingiverse that you can download in the files section. This design in not perfect as the holes for the RaspberryPi are about 1mm too high. This results in a slight tilt to the RaspberryPi. I will fix this in the next version.? There is also no attachments for an internal speaker provided (although there is a grill area for the speaker to the left of the RaspberryPi.) I have some possible candidates for a speaker coming from Amazon, if they work out I will re-release the design with the proper holes and provide the link if you want to buy the speaker (direct, not a referral link ;-) ) I also want to add a brace -- like what Elecraft provides for their KX2/KX3 -- so the sBitx can tilt back slightly. Let me know what you think! 73 Mark -- AJ6CU/7 KD8CEC 2.0, Nextion Screens,? and open source uBITX Raduino boards for Arduino IOT, BLE, RP2040, Teensy 4.0, and Raspberry Pi Pico https://github.com/aj6cu |
The current (v3.02) log program does not accept the / sign, therefore, none of the forms of occasional stations that are located outside can be entered.
The call sign displayed in the reception window is displayed in the form <...>. If it is shorter, you can see it, but during the QSO it happens that it simply disappears and the entry <...> remains in the log file. My example today is that the program entered the / sign. When I wanted to note with the editor that no cfm had occurred, i.e. the R-xx report was not acknowledged, the / sign disappeared from then on. I could tell you to bring POTA, SOTA, so go out into the field with this device, which cannot give your occasional call sign. But I don't because I want it to work well. I'm not a coder and I'm not a good English speaker, as google translator helps with the translation. But I am looking for an opportunity to help someone who can code. I would appreciate any help. -- Gyula HA3HZ |
Re: Recycled sBIT
开云体育Nice to know.? Now I know what software version I'm running, as I don't have the button. Gerry Sent by the Windows 11 Thunderbird On 2024-01-21 10:44, Dave, N1AI wrote:
On Sat, Jan 20, 2024 at 11:23 PM, Ashhar Farhan wrote: |
Re: Recycled sBIT
On Sat, Jan 20, 2024 at 11:23 PM, Ashhar Farhan wrote:
In V3, there is a SET button in the top row, click on that to get the form to change the callsign and grid.Nice.? I note that it was introduced to the code on Jan 6th so not in V3.00, but in V3.01 and later. Also, unfortunately, the user-facing document I linked to above still has the V3.00 screen shot in it and doesn't mention SET. Is there a document update for the newer changes? ? -- Regards, Dave, N1AI |
Re: An update to the sbitx software - v 3.02
On Sat, Jan 20, 2024 at 09:31 PM, Ashhar Farhan wrote:
Ok, here are a few comments:I will offer what I think is constructive feedback, and hope it will be accepted as such. Re: At our own risk: The hfsignals.com web site makes it clear that after thirty days there is no support other than community-based efforts and points to this forum as the main location to interact with the community. Re: Buster: Buster is Debian 10, two releases old, first released in 2019.? ?Security updates ended in 2022.? Long-term support ends in a few months.? It's definitely time to move on to something newer. Re: 64 bits:? Support for a 64-bit OS for Pi has been mainstream since Debian 11 ( Bullseye, 2021 ) which has already been succeeded by Debian 12 ( Bookworm, 2023 ).? Windows dropped support for 32-bit machines in 2020 and new smartphone ARM cores have dropped 32-bit OS support since last year.? ?They may have some ability to run 32-bit apps, but that is fading away fast as well.? Linux itself has had 64-bit support since the 1990s and runs on everything from phones to supercomputers, so it is very mature and robust.? Most apps benefit from processing data 64 bits at a time and using instructions and registers that don't exist in 32-bit mode.? ?Dropping support for 32-bit mode makes CPUs cheaper and faster, so the trend will accelerate.
I agree the sbitx is more innovative than IC-705.? You should be congratulated and celebrated for that. I certainly want the innovation to continue.? I'm willing to put up with bugs as a side effect of innovation.?? This is why software-intense commercial products are expensive.? It takes a robust software team to find fixes for edge cases and deliver them to customers in a timely fashion and in a format that they can use without disrupting their current setup. Most of these people want to be paid, thus the cost.? It's no secret that most of the key Linux developers are being paid to work on Linux one way or the other.? It's a real challenge in the hobbyist space to keep up with that kind of effort.? It is why we need to adopt the best practices sooner rather than later. It's very hard for end users to understand what is a release and what is not a release.? This V3.02 thread started with "I urge you all to run an update and enjoy the better version" which sounds like a release to most people.? The git repo has no tags to indicate what the releases are.? ?The github release facility is not being used.? Git branching is not being used.? Release notes similar to the ones I showed for IC-705 are not being issued.? Upgrade and downgrade strategies are not being documented consistently and effectively.? IMO this thread provides several examples of why these areas need attention. ? -- Regards, Dave, N1AI |
Re: An update to the sbitx software - v 3.02
Harald,
I think that you are not using the device for connection in ft8 mode, where the difference is noticeable. It's still not the real thing, but it's getting better. Oh and it is not mandatory to use ./update. Read back in my messages and you will find the difference. -- Gyula HA3HZ |
Re: An update to the sbitx software - v 3.02
Harald Holt
I have ecperinced some issues vith V3.02 and moved back to V3.01 which seems to be more safe.
It would have been very practical if ./update could give us the option to select between versions. Now, everybody has to make backups of everything. 73 Harald |
Adventures with the sBitx mic bias voltage
"Funny"' experience with my V2 sBitx and the homebrew desktop microphone I built and used very successfully with my (modified) Development Edition.? ?The mic DIDNT WORK with the V2.? Dead.? ?No modulation.? ?Scared me good, thought I had destroyed it somehow.
Mic construction article:?? Digikey has the cartridges for < $1.40, thousands in stock:?? Datasheet on the extremely high output cartridge (-24dB)??specifies 10v max..... The sBitx mic DC bias circuit (a 10K to +12 (which might be +13)) has been discussed extensively in a thread beginning here:? ?/g/BITX20/message/99461 So I put the homebrew desktop mic back on my (modified) DE -- and it works FINE!? ? The difference is mic bias voltage...I had modified the DE to drop the mic bias voltage back into the more traditional voltage range.? ?Cartridge much happier with voltage within spec (<10V). Suggestion:? ?It is much easier for me NOT to have to dive into the surface mount and tear into the V2 (which I finally have back together!! and doing great) -- so merely adding a 33K in parallel with the mic cartridge in the homebrew microphone will drop the DC bias with the sBitx even with +13V back down into the specification range.? ? And the AC load on the mic is down in the 2-3K range because of resistors and base impedance of the 2N3904 amplifier, so adding 33K in parallel will do almost nothing to the AC load impedance or output voltage.? ?? The SUPPLIED mic works fine, just doesn't sound quite as nice (and besides,? I've misplaced one of my mics so need this homebrew to work).? ?? Additional suggestion:? ?as part of the school science fair project I'm helping three students with, we have modified the code to allow chopping off unnecessary bass frequencies, and enhancing intelligibility-important treble frequencies, in the transmitter response.? ?All digital signal processing, just a very few lines of code....and controlled by \commands just like the sidetone, etc.? ? This can tailor the frequency response of the sBitx transmitter to match what ICOM and other brands can do.? ?I'll post snippets soon, and someone might wish to incorporate (or IMPROVE) them to make transmitter equalization possible.? ? Listening on a local ragchew net, it is very interesting with the sBitx to see which brands have this tailoring versus those with wasted low frequency response all the way to near 0 Hz.....and poor poor treble output.? ?Because the sBitx is SDR, tailoring this stuff is duck-soup. With the typical hearing loss in the higher ends of the age group, it can also be useful to tailor the RECEIVER freq response.? ?Adding that would be similarly simple because of the DSP nature of this radio....we have one guy in our group who has real trouble copying callsigns etc (likely due to loss of high freq hearing).? ?? This goes along with the "fix" that I implemented to raise the USB output to be roughly equal to the LSB output.? ?All easy to do on this wonderful little radio that Ashhar provides. 73 Gordon KX4Z |
Re: Windows programs on Pi
Hi Gerry
Use wine? but it needs to be a 4gb pi I have it on my main pi for when I was testing a mode (think it was vara ?) I? have an 8gb pi I used for all radio stuff before I got my sbitx and I used wine on that. I would copy the SD card before installing wine in case there are any unexpected side affects to the sbitx program. Have Fun Richard G7OED? |
Re: Windows programs on Pi
Gerry,
Grid Tracker runs well on the RPi. If you use an external monitor, they fit nicely next to each other with the sbitx. You can find how to install it in a previous message. Use the search function in the upper right corner. This is just a suggestion. Look at it, read it and decide if you need it or not. -- Gyula HA3HZ |
Re: An update to the sbitx software - v 3.02
On Sat, Jan 20, 2024 at 11:51 AM, HA3HZ wrote:
JJ - W9JES,Addendum to my message #108180: For the sake of testing, I have always incorporated pull request changes into the sbitx currently released on github. This was the case with 3.0, 3.01 and 3.02 as well. I currently have 812 ft8 connections on 3 different bands. Previously, before the pull requests, it happened that the audio loop was not built and in that case I restarted sbitx to make it work correctly. Since I installed #69 and have been using it, nothing like this has happened. I note that I discussed my question with Steve. I thought it was important to say this. ? -- Gyula HA3HZ |
Re: Windows programs on Pi
Wine needs x86 chipset to run (to my understanding), pi doesnt support it. - f On Sun, Jan 21, 2024, 9:25 AM Gerald Sherman <ve4gks@...> wrote: I have a registered copy of "DX_Atlas" by VE3NEA.? This is a Windows |
Re: VU2ESE WSPR rx USA
Doug, I was running 20 watts from the sbitx into an inverted dipole. - f On Sun, Jan 21, 2024, 2:59 AM Doug W <dougwilner@...> wrote:
|
Re: Recycled sBIT
In V3, there is a SET button in the top row, click on that to get the form to change the callsign and grid. - f On Sun, Jan 21, 2024 at 8:31?AM Dave, N1AI <n1ai@...> wrote:
|