Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
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:
|
Re: Recycled sBIT
On Sat, Jan 20, 2024 at 09:40 PM, Gerald Sherman wrote:
My sBIT came to me second hand when another ham had to give up the hobby. The hardware is V2 and the software is V3, or possibly 3.01, it's about 2 months old.? I can't find a way to change the user call and grid square.?? Hi, Gerald.
I'm not a total stranger to Linux, but I'm no expert - just an ex-spurt (lol).? Any help would be very much appreciated.? If needed, I can edit any text files.? I can start up a terminal window.?? Also, it may contain his contact logs.? ?I will need to delete entries in these logs.? How do I do this??You can move aside the old database and make a new one. Since you are a bit comfortable with Linux, I suggest you make a Terminal window and enter the following commands, one line per command: cd $HOME/sbitx/data mv sbitx.db old-sbitx.db sqlite3 sbitx.db < create_db.sql When the last command finishes, start the sbitx app and you should have an empty database. Then, later, when you are happy it works you can remove the old-sbitx.db file or if not you can move it back to sbitx.db and be back where you started. -- Regards, Dave, N1AI |
Recycled sBIT
My sBIT came to me second hand when another ham had to give up the hobby.? I can't find a way to change the user call and grid square.? Also, it may contain his contact logs.? I will need to delete entries in these logs.? How do I do this?? The hardware is V2 and the software is V3, or possibly 3.01, it's about 2 months old.? I'm not a total stranger to Linux, but I'm no expert - just an ex-spurt (lol).? Any help would be very much appreciated.? If needed, I can edit any text files.? I can start up a terminal window.
Gerry Sherman Sent by the Windows 11 Thunderbird |
Re: An update to the sbitx software - v 3.02
Ok, here are a few comments: 1. The only tried and tested operating system for sbitx is 32 bit operating system. Those trying the 64 bit versions are encouraged to do so at their own risk. We will eventually move to 32 bits but the updates are tested on the operating system provided on the sd card - the 32 bit buster. 2. The sbitx does everything that the ic 705 does with the same stability. It is the things that no other radio does (like keyboard macros and logging) that are at a higher level that any other radios, those continue to report errors. 3. There will be many edge cases like turning the taskbar on/off or using other on-screen keyboards like the matchbox, etc., that will continue to throw up errors. 4. The 3.02 software is not yet a release. We do not have a release cycle yet. V3.0 is the stable software for those who just need a radio that works. - f On Sun, Jan 21, 2024, 7:24 AM Dave, N1AI <n1ai@...> wrote: On Sat, Jan 20, 2024 at 08:32 PM, JJ - W9JES wrote: |
Re: An update to the sbitx software - v 3.02
I think some of us lost track of that, since this topic is about the v3.02 upgrade.I would suggest you start a new topic with a description of your image, the observations you have made, things you have tried, etc.Note the changes that create/use the wisdom file are not even in the stock v3.0 image so it's a non-factor for you.?--Regards,Dave, N1AII used a stock v3.00 image AND upgraded to v3.02 so my testing and observations were relevant here. I am happy to report to Steve, et al., that removing the wisdom files and letting the sBitx app recreate them fixed my issue. Thanks for your help, Steve and Gyula! -JJ |
Re: An update to the sbitx software - v 3.02
On Sat, Jan 20, 2024 at 07:18 PM, JJ - W9JES wrote:
I am using a stock, v3.0 image that came with my prebuilt sBitxHi, I think some of us lost track of that, since this topic is about the v3.02 upgrade. I would suggest you start a new topic with a description of your image, the observations you have made, things you have tried, etc. Note the changes that create/use the wisdom file are not even in the stock v3.0 image so it's a non-factor for you. ? -- Regards, Dave, N1AI |
Re: An update to the sbitx software - v 3.02
On Sat, Jan 20, 2024 at 04:57 PM, Joel Caulkins/N6ALT wrote:
Let me understand, to get this swr bridge update I would have to remove the Atiny85 chip off the board and then update it with swr-bridge.ino in the Arduino IDE?Yes, that is an interesting question to me as well!? ?I saw the changes and had no idea how they get into the arduino that does the swr/power function. ? -- Regards, Dave, N1AI |