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: #sBitx Idea for sBitx surround sound cw
#sBitx
not sure what made me say eme.. oh well, have worked the birds.. but not since the 90's. :-)
|
Re: Iambic CW Operation Improvement
#sBitx
#sbitx-k3ng
Further testing of this early this morning.. I noticed that the "window" for? receiving a signal was centered n the screen, and thus a signal with your new code was about 1kHz higher than with the original code. Also decoding of cw seemed to stop.. I'm not familiar with the fldigi for cw, butt hat's what seemed to happen.. This is probably really old news now.. but FYI Brad
|
Re: #sBitx Idea for sBitx surround sound cw
#sBitx
Finally got back to reading groups.io. got sidetracked..?
That would be great. Never worked eme, but a friend does and that makes sense. thanks for the response.? Brad |
Ok folks let's begin this,
This weekend I will be ordering 10 of the T30-6 toroids. That will give me enough to make I believe it is called the Low Pass Filter or LPF I will also be ordering the 40 MHz crystals for the Crystal Filter which also uses the T30-6 toroids. (I will have to order more of these as it looks like they are throughout the build.) I will be ordering the crystals and toroids from the GQRP club. I plan on following the advice of the Godfather of the BITX, Mr. Farhan VU2ESE himself, and of course the collective advice of the?BITX20 Group. (I encourage you guys to check out the BITX20 group, there are a lot of great people who happen to be active users, builders, and modifiers of the BITX series of transceivers. I believe that they have superhuman powers because they have even been able to fix my mistakes.) Unless otherwise recommended I plan to use the capacitors and resistors that I have on hand. I will use the Manhatten construction method with MePads and MeSquares from??( I try to purchase from QRP suppliers when I can) I would like to cover it here and on my blog as much as I can as this will be my first major homebrew project. The reason why I picked the sBITX is that the more I look at it the more it matches to be everything that I have been wishing for in a radio (ok the TX power is a little high for my wishing but I will take it)? The only test equipment that I have is an Antuino, Digital Volt Meter, QRPoMeter (RF Power and VSWR Measurement) cheap LC Meter and a dummy load so that will be my shortfall from the start.? Once again thank you for all of the help.? -- '72 Aaron K5ATG |
Re: Need replacement Raspberry Pi image
Hello, I performed the git pull and ./build sbitx. All appeared to go well however now in addition?to no transmission?output I can no longer attempt? to do a CQ call or respond to one in FT8. The sbitx program?closes. Any assistance would be greatly appreciated. Phil On Wed, Sep 28, 2022 at 1:52 PM HA3HZ <gyula@...> wrote: John, |
Re: Sbitx #165 received today, thoughts.
First light...
After cleaning all the mating surfaces, attaching a pigtail for PowerPole? connectors (lab standard here) adding a fuse on the rear, and a stout reverse polarity diode plus heatsink grease I started making basic checks on current limited supply.? I powered up to the sbitx software.? After playing some and making measurements. things noted. Power measured with BIRD wattmeter 50H slug in use (50W FS), monitored on station RX and with SA. Power out and dashboard setting have limited correlation.? When set to 6W I would see anywhere from 15W (10M) to as much as 45W on 80m.? The other is that it wanted to push far more than 50W at 20M set to 40.? The actual after fetching the 100H slug was 63W, way over. Since the apparent power setting is based on drive? there is considerable variation in power chain gain without any alc or other direct measure of output.? Meter your output or risk frying finals. It was very easy to both over drive and run the power well past 40W into the dummy load.?? If not over driven the SA says its clean.? I haven't checked for spurs or harmonics yet but it sounds right.? The other is no audio key down TX 1.5A, I have to check bias for drivers and finals.? While I had it apart a dab of heastsink grease was applied to the finals.? Also insure the final are flat to the heat sink for best cooling. The touch screen need a longer timer as its very easy to touch it and go off to odd places.? The screen timout (screen saver) was a momentary upset before I realized rasipian nominally has it set on. This one also has the WIfi Zzzip buzz.? Not a surprise as the Wfi chip on the RPi is maybe an inch from the audio board. The upside is while running my main radio (FT8 on 10M) I used? the Sbitx to decode my tx (not on antenna) and it did.? Good sign. It will take much more digging into the radio. and like software. More work ahead. Allison ------------------ Please use the forum, offline and private will go to bit bucket. |
Re: N8ME_2_VU3GAO Firmware - Can it have same graphic style as the CEC firmware?
CEC and N8ME/VU3GAO are different in how they create GUIs. The Nextions are "smart" screens where all the GUI programming is hosted locally to the screen and only data is passed back and forth with the Nano that is running on the Raduino. So you basically have two processors with separate memory splitting the load.
The V6 systems have a "dumb" screen and forces all the GUI programming to be done on the Raduino. Think of it as no smarter than the monitor that might be sitting in front of you.? So there is no load sharing.? So my 2 cents for what it is worth (and I know nothing of the underlying N8ME/VU3GAO software...) 1. Could N8ME/VU3GAO be modified? to support a Nextion based GUI? Probably, only a "simple matter of programming". I suspect it would *not* be the CEC GUI because of the architecture in how the screen and Nano based app currently talk. Lots of us have been staring at the communication protocol used by CEC? and I think that all of us find new stuff every time we look at the code... Its complicated as they say.. 2. Could N8ME/VU3GAO provide a more CEC-like GUI using their existing "dumb" screen? - I don't know.... Perhaps the authors could chime in. My 2 cents is that it would probably be difficult to do *to the same extent as CEC* and fit it within the processor and memory constraints of a Arduino Nano. CEC is within a few kb of the maximum memory of the Nano and that is with offloading the GUI to the screen. If the Raduino was upgraded to one of the Teensy line, then again, just a "simple matter of programming". But again, the actual authors will have a much better informed opinion than me. BTW: There are many folks here that are not Nextion fans because of the "noise" it can generate in the RF area. There are differing opinions on this matter and although it has never been a bother to me, there are folks I respect that hold strong opinions otherwise 73 Mark AJ6CU KD8CEC on non-Nano platforms:?https://github.com/AJ6CU/ubitxV20 |
Re: sbitx external T/R
Delete the user_settings file (or rename it to get it out of the way) and redo the pull.? On Wed, Sep 28, 2022 at 2:02 PM John Terrell, N6LN <N6LN@...> wrote: I went to folder sbitx and ran git pull. Aborted. Here is the error msg: |
Re: sbitx external T/R
I went to folder sbitx and ran git pull. Aborted. Here is the error msg:
pi@raspberrypi:~/sbitx?$ git pull updating 558ff8f..dea56ae error: Your local changes to the following files would be overwritten by merge: ? ? ? ? ?data/user_settings.ini Please commit your changes or stash them before you merge. Aborting pi@raspberrypi:~/sbitx?$ What to do? |
Re: Need replacement Raspberry Pi image
John,
can you read in "Updating the sBitx The sBitx like all open source software is constantly getting bug fixes and being updated. To get the latest version in, these are the steps: 1.Connect the sBitx to the Internet through Wifi or the Ethernet. Read https://www.raspberrypi.com/documentation/computers/configuration.html#configuring-networking 2. Open the terminal by either pressing letter T on the keyboard while holding Ctrl and Shift down or clicking on the black terminal icon on the desktop. 3. In the terminal, use cd command to move to the sbitx directory: ??? cd /home/pi/sbitx 4. Then execute git pull: ??? git pull Now, the latest software sources will be on your sbitx., 5. Compile the new sources ./build sbitx (Note that there is a dot before /build) Now, close the terminal and run the new version of sBitx!. " -- Gyula HA3HZ |
Re: sbitx external T/R
Depends on the amp TR switching requirement.? Most want a contact to
ground to put it in TX mode. Grabbing the +12 TX line and buffering it with 2n7000 would be suitable for most amps where the open circuit voltage is under 24V.? ?For some of the older amps with 120V relay switching something more robust will be needed. Allison ------------------ Please use the forum, offline and private will go to bit bucket. |
Re: Need replacement Raspberry Pi image
I downloaded a new image onto a new SD card. The system boots just fine. but when I start sbitx from the command line this is the error I get back:
sbitx v1.0 Unable to init server: Could not connect: Connection refused (sbitx:985) :? Gtk-WARNING? **:22:13:33.268: cannot open display: pi@raspberrypi:~/sbitx?$ Also, about upgrading the sBitx code: what is the cmd line procedure to use? git clone https:// asks for a username and password but then I find that github no longer uses passwords. What's the trick? |
Another approach is to use 2 screens. I run sbitx on the small screen of the transceiver and then have a large 42 inch TV hooked to the micro HDMI port of the rPi. I use a mouse to control everything.
This allows me to run wsjt-x and gridtracker for digital modes (as well as js8call) and all other Pi maintenance stuff in a larger, easy to read space. |
to navigate to use esc to dismiss