¿ªÔÆÌåÓý

Date

Re: PTO without 3D printer

 

¿ªÔÆÌåÓý

Why is the coil wound that way with the ZL2PD PTO?

I have seen that in other designs too.

K3bo

?

?

Sent from for Windows

?

From: quad@...
Sent: Friday, September 16, 2022 3:46 AM
To: [email protected]
Subject: Re: [BITX20] PTO without 3D printer

?

Indirectly driving the tuning slug is one way to solve this.



There is a 3D printed solution for everything these days :)



https://www.youtube.com/watch?v=2vAoOYF3m8U

?


Re: #sBitx Incorrect frequency display #sBitx

Anthony Good
 

¿ªÔÆÌåÓý

I¡¯ve seen this issue and similar things remedied by a restart. ?A common one is where you¡¯re tuning and the spectrum display and waterfall shows the same recurring pattern of spikes and bumps, but there are no signals actually coming out the speaker. ?I think the SDR code gets into some weird state. ?We¡¯ll eventually figure it out.

The reason the sBitx would appear to be 600 Hz lower on CW is due to the way it calculates the frequency, I believe. ?All commercial rigs I¡¯m aware of take the CW BFO into account when displaying the operating frequency. ?The sBitx on the other hand uses the PITCH setting and line on the spectrum display to show the user where to tune to get the CW beat note they want. ?The displayed frequency is the actual center frequency, not the frequency one would get the desired beat note. ?This is what I¡¯ve gathered; I haven¡¯t actually looked at the code to verify my thinking.

On Sep 16, 2022, at 10:39, Ichiro Ebara <je1jgc@...> wrote:

Restarting the sBitx software seems to have fixed it.
I am comparing my listening with ICOM's IC-705 on CW, and the sBitx shows a lower frequency by about 600 Hz.

Ichiro,JE1JGC


Re: Daylight again schematic questions

 

Hi to all
I started this tread to share infos about the best simple inexpensive way to build the PTO coil without a 3D printer?
( the way used by Farhan). ...and now we are talking about philosophy, theology and the sex of angels.....goooooodd for me!
In my sick brain there are three basic electronic laws, if I do not respect them, I pay with money, time, anger, sleepless
nights,, bad mood.?
1) Murphy laws , if you do not know them, change hobby....
2)? P greek laws: don't you know it? Talking with the first builder of an amateur built aircraft here in Italy, he told me:
never forget:? always multiply estimated cost for p greek, always multiply estimated time for p greek, always multiply problems for p greek,
and you will have a quote by default! Absolutely perfect law.
3) My law: tjhere is only one way to solve problems? ( for example class A amplifiers? that heat ): avoid creating the problem! uSDX can be built with
very small inexpensive output SMD transistors and still have some W, that's the digital way........SMDs .....
Sorry , now? I go to the working table again.
Thanks to all
Paolo


?


Re: #sBitx Incorrect frequency display #sBitx

 

Restarting the sBitx software seems to have fixed it.
I am comparing my listening with ICOM's IC-705 on CW, and the sBitx shows a lower frequency by about 600 Hz.

Ichiro,JE1JGC


Re: Bias #sBitx

Mark Earnest
 

I don't want to go any further with mine without knowing if this is the proper bias process or if I have a problem I need to troubleshoot. Anyone have any ideas?

--
KB3LYB
sBitx #077


Re: #sBitx Incorrect frequency display #sBitx

Mark Earnest
 

I have had this happen twice and restarting the sbitx software fixed it.
Is this consistently happening to you?

--
KB3LYB
sBitx #077


sBIT upgrade

 

Nothing received in Winnipeg for #64

Gerry

Sent by the Thunderbird


Re: #sbitx Upgrades shipped #sBitx

 

Haven¡¯t gotten mine for sBITX #52.
--
Stephen, KO4CVU


#sBitx Incorrect frequency display #sBitx

 

Hello all, I've been trying to find out what's going on with my sBitx.
My sBitx frequency display seems to be incorrect.
It shows about 10KHz higher. Where should I adjust it?

73
Ichiro,JE1JGC


Re: #sbitx Upgrades shipped #sBitx

 

Same here..got it on Wednesday.

Note that there is no tracking, and in my case, it didn't even show up in my USPS daily delivery email. Usually that only happens for magazines and on-off mailings.

?


Re: sBitx Development Tip #sBitx

Anthony Good
 

¿ªÔÆÌåÓý

I would need a bigger standing desk to accommodate three monitors! ?hi hi

Your page on hacking the sBitx encouraged me to check out gdb a few weeks ago. ?I honestly never used a debugger before, with all of my C development work on the Arduino. ?I depended a lot on embedded debug code with #defines to turn it on or off at compile time. ?I noticed you don¡¯t have much debugging code at all in sBitx code. ?I presume gdb is giving you what you need? ?I need to learn gdb.

I¡¯ve been using Microsoft vsCode for years to develop for the Arduino, however I find the UI too complicated and convoluted at times. ?Sublime is straightforward and crisp.

I know the vi keystrokes, to the point where I don¡¯t have to think about it, like driving a manual transmission car :-)

But I digress.


On Sep 16, 2022, at 08:06, Ashhar Farhan <farhanbox@...> wrote:

Anthony,
I need three consoles, one for the editor (vi), one for running the debugger (I always execute under gdb), the third is "just in case" where i can run manual pages, or view another file simultaneously, etc. My solution is to maximize the ssh window and run screen to split the window into three.
However, there was a time when I also had to refer to the circuit and pinouts that were running on my thinkpad under kicad and libreoffice spreadsheets.

On Fri, Sep 16, 2022, 5:12 PM Anthony Good <anthony.good@...> wrote:
Just wanted to drop a note regarding a development setup that is working well for me.? I had been using vi in an ssh session for development, but that has some real limitations.? Recently I installed Samba on my sBitx to access /home/pi via Windows SMB on my Mac.? I now run Sublime on one screen to edit files and on another screen I have VNC running so I can launch the executable and test the GUI.? For anyone playing with the code, I highly recommend this setup.

73
Goody
K3NG






Re: sBitx Development Tip #sBitx

 

Anthony,
I need three consoles, one for the editor (vi), one for running the debugger (I always execute under gdb), the third is "just in case" where i can run manual pages, or view another file simultaneously, etc. My solution is to maximize the ssh window and run screen to split the window into three.
However, there was a time when I also had to refer to the circuit and pinouts that were running on my thinkpad under kicad and libreoffice spreadsheets.

On Fri, Sep 16, 2022, 5:12 PM Anthony Good <anthony.good@...> wrote:
Just wanted to drop a note regarding a development setup that is working well for me.? I had been using vi in an ssh session for development, but that has some real limitations.? Recently I installed Samba on my sBitx to access /home/pi via Windows SMB on my Mac.? I now run Sublime on one screen to edit files and on another screen I have VNC running so I can launch the executable and test the GUI.? For anyone playing with the code, I highly recommend this setup.

73
Goody
K3NG





sBitx Development Tip #sBitx

Anthony Good
 

Just wanted to drop a note regarding a development setup that is working well for me. I had been using vi in an ssh session for development, but that has some real limitations. Recently I installed Samba on my sBitx to access /home/pi via Windows SMB on my Mac. I now run Sublime on one screen to edit files and on another screen I have VNC running so I can launch the executable and test the GUI. For anyone playing with the code, I highly recommend this setup.

73
Goody
K3NG


Re: #sBitx SSH login to sBitx #sBitx

 

Hello Evan,

I was able to log in with the password hf12345.
Thanks for the information.

73
Ichiro,JE1JGC


Re: #sBitx SSH login to sBitx #sBitx

 

Hello Ichiro,

I am not sure which default password you are using.? The published one for Raspbian or Farhan's one for the sBitx.? Here is the email from Farhan that describes how he accesses SSH on sBitx and has his default password (hf12345);
/g/BITX20/message/95537

73
Evan
AC9TU


#sBitx SSH login to sBitx #sBitx

 

Hello everyone.
I would like to log in to sBitx via SSH, but I can't.
Has the password for the pi been changed from the default?

Ichiro,JE1JGC


Re: PTO without 3D printer

 

Indirectly driving the tuning slug is one way to solve this.



There is a 3D printed solution for everything these days :)



https://www.youtube.com/watch?v=2vAoOYF3m8U


Re: Rahul, VU3WJM, sk

 

I had association with him for over 15 years. I feel sad for his untimely demise . May almighty render peace to his soul.?

Pray for the family to have courage to face tge damage that occured.

Sarma


Re: My new sBitx is RF deaf #sBitx

 

¿ªÔÆÌåÓý

I really only played with it twice, but there was an IF Gain (this is by memory ) that I turned up and I heard a lot of stuff

I¡¯m just been terrifically busy, the update kit just arrived and when I get back from my next trip I will try to switch around the transistors. ? But hey, I demonstrated the radio to a bunch of sixth graders and we now have some handful of kids learning morse code. ?Surprise surprise, they like secret things like that. Go figure! They¡¯re having fun with Morse code straight keys right now.?

Gordon?




On Sep 15, 2022, at 19:15, Ashhar Farhan <farhanbox@...> wrote:

?
Glenn,
Write to sales@.... They will sort it out?for you.

On Fri, Sep 16, 2022, 4:31 AM Glenn Gutshall via <ggutshal=[email protected]> wrote:
This is so annoying.? Is there truly no actual customer support for this product?


Re: #sBitx I give up #sBitx

 

Not to be a lead balloon,

but this is why i decided not to buy the sbitx. toooooo many hardware problems. JUst my own opinion, but the hardware should be worked out. ITs the software i was waiting for the bugs to be worked out.

For the problems, I will completely pass on this one. As for the ubitx? I love em want more of them.
Ashhar did the ham community pround with the ubitx.

73
David
ac9xh

On Thursday, September 15, 2022 at 05:51:58 PM EDT, Glenn Gutshall via groups.io <ggutshal@...> wrote:


I feel your pain.? Mine just never worked right out of the box.