¿ªÔÆÌåÓý

Date

Re: how can download file x sbitx #sBitx

 

ok, i downloaded raspy imager, but when i go to write, it tells me that the sd is small. formatting it with windows gives me 29.1 gig and raspy says it needs 31.9. now I'm downloading the image file again, maybe I improve something. same thing also with balena hetcher .. wait? other info...

another? question :? the? file? imagine? need open or? i? write as is ??? tnx? to? all..?? i? hope? explicated? ok...? 73? in3izq danilo



--
Questa email ¨¨ stata esaminata alla ricerca di virus dal software antivirus Avast.
www.avast.com


Re: how can download file x sbitx #sBitx

 

You have to use a program that will create a bootable SD card. The Raspberry Pi Imager will work. Other popular programs that can be used include Rufus and Balena Etcher. All of those are available on Windows and other operating systems.

The card that came with your sBitx will work out of the box, and you can update the software in place with git. Reflashing the SD image is mostly useful if you lost the original card, damaged it somehow (either hardware or software), or you want to create an alternate card for testing forked software such as the builds from K3NG.

On Sun, Sep 11, 2022 at 11:30 AM danilo datres <in3izq@...> wrote:
hi everyone, so i downloaded the raspberry pi image from the Ashar site.
then I unpacked the file and put it on the sd with win 32 disk write.
writing ok, but the file doesn't work. Maybe I have to write it with
raspy pi imager? can i do it by installing raspy pi imager on windows or
rather do it from raspberry? I thank everyone for their help, especially
ha3hz, who helped me download the image. '73 to all from in3izq danilo



--
Questa email ¨¨ stata esaminata alla ricerca di virus dal software antivirus Avast.







Re: Some calculations on the IF filter and USB filter

 

Mark,

The N8ME with VU3GAO mods does not have an issue with the v6 stock display.? Since the Nano updates the display, it should have a higher load than the KD8CEC software.? You could look at that code for ideas on implementing the encoder software.

/g/BITX20/filessearch?p=name%2C%2Cn8me%2C20%2C1%2C20%2C0&jump=1


73
Evan
AC9TU


Re: Some calculations on the IF filter and USB filter

 

Gerald,

Just reporting back...

Unfortunately, that didn't work.? There is a clear difference between V1.2 and my "V2.0" when you spin the knob fast. In .1.2, nochange in display right away, but eventually it jumps. In my code, it just looses the change in the encoder position.? Oh well, have to keep this issue open. But the code you highlighted is exactly the problem area. Thanks again! (and sorry for hijacking this thread)

73
Mark
AJ6CU


Re: how can download file x sbitx #sBitx

 

You would have received a full sd card with your kit. For preparing the sd card, you have to use a software called imager available from ?
- f

On Sun, Sep 11, 2022, 9:00 PM danilo datres <in3izq@...> wrote:
hi everyone, so i downloaded the raspberry pi image from the Ashar site.
then I unpacked the file and put it on the sd with win 32 disk write.
writing ok, but the file doesn't work. Maybe I have to write it with
raspy pi imager? can i do it by installing raspy pi imager on windows or
rather do it from raspberry? I thank everyone for their help, especially
ha3hz, who helped me download the image. '73 to all from in3izq danilo



--
Questa email ¨¨ stata esaminata alla ricerca di virus dal software antivirus Avast.







Re: how can download file x sbitx #sBitx

 

hi everyone, so i downloaded the raspberry pi image from the Ashar site.
then I unpacked the file and put it on the sd with win 32 disk write.
writing ok, but the file doesn't work. Maybe I have to write it with
raspy pi imager? can i do it by installing raspy pi imager on windows or
rather do it from raspberry? I thank everyone for their help, especially
ha3hz, who helped me download the image. '73 to all from in3izq danilo



--
Questa email ¨¨ stata esaminata alla ricerca di virus dal software antivirus Avast.
www.avast.com


Re: Some calculations on the IF filter and USB filter

 

Gerald,

Thanks for the pointer! I will give this a try a little later today.

There is a definite "feeling" difference between the encoder working on a nano and that on one of the faster chips. I had played with the threshold for stability and got no where. I quite frankly missed the obvious line comment 10 lines down. :-)

73
Mark
AJ6CU


Re: sBitx Update Kit Received! #sBitx

Anthony Good
 

Are there instructions for installing the new regulator board

On Sep 10, 2022, at 11:32, Anthony Good <anthony.good@...> wrote:

Received my kit here in W3 land. Yeahhhhh

73
Goody
K3NG


Re: #sbitx #sbitx-k3ng #sBitx #sbitx-k3ng #sBitx

Anthony Good
 

¿ªÔÆÌåÓý

Hi Scott,

If you want to try my latest updates that aren¡¯t merged into Farhan¡¯s main git repository, do this:

1. Open a terminal, execute the following commands...
2. git clone?
3. cd sbitx-k3ng
4.?git checkout 2022.09.06.0115
5. ./build sbitx
6. ./sbitx

This will create a directory separate from the main /home/pi/sbitx/ directory, /home/pi/sbitx-k3ng/ , so you don¡¯t have to worry about some change I made wrecking your mainstream version of sbitx. ?Your desktop and start menu shortcuts for sBitx will still run the mainstream version of the app in /home/pi/sbitx/.

Note that the branch being checked out in step 4 above, 2022.09.06.0115, is the current branch in my repository (sbitx-k3ng) which I¡¯m adding changes to. ?This branch will change in the future. ?When I feel good about the changes I¡¯ve made, I will submit a pull request to Fahran, which allows him to review the changes and merge into his sbitx repository. ?A merge essentially rolls out code changes I made to everyone, and the changes will be propagated to anyone running ¡®git pull¡¯ ?within /home/pi/sbitx/.

If you do the git clone process above to create a sbitx-k3ng repository on your machine, you¡¯ll want to run a ¡®git pull¡¯ frequently in /home/pi/sbitx-k3ng/ to retrieve whatever updates I¡¯ve made recently. ?I¡¯ve been making announcements in the group with the #sbitx-k3ng tag when I make notable changes. ?Make note of whatever branch I¡¯m currently working on, and do a ¡®git checkout {branch name}¡¯ within /home/pi/sbitx-k3ng/ to switch your local repository to the branch I¡¯m working on.

Sorry if I¡¯m covering parts of git you know already. ?Git and Github are really amazing for what they do, but I struggled with both myself. ?They are not always intuitive and can be a bit daunting to understand.

73
Goody
K3NG

On Sep 11, 2022, at 07:12, Ashhar Farhan <farhanbox@...> wrote:

Most or goody's changes are already in the git. What you do is this :
1. Open a terminal from the main screen.
2. In the terminal,? change to sbitx directory:
? ?cd sbitx
3. Get the latest build with git pull :
? ?git pull
4. Rebuild the sbitx
? ?./build sbitx
(Be careful, the dot before the slash is important)
5. Now close the terminal, start the sbitx!
- f

On Sun, Sep 11, 2022, 4:26 PM Scott KE8KYP <scott_massey@...> wrote:
Hey Goody,

I¡¯m embarrassed to ask this but can you outline the steps of downloading and upgrading your code to existing firmware?? I¡¯d like to give your work a try.? I struggle with gathering and making the change outside of the published method in Ashhar¡¯s manual.? It just shows how little I work with RPI.?

Thanks in advance, Scott




Re: #sbitx #sbitx-k3ng #sBitx #sbitx-k3ng #sBitx

 

Most or goody's changes are already in the git. What you do is this :
1. Open a terminal from the main screen.
2. In the terminal,? change to sbitx directory:
? ?cd sbitx
3. Get the latest build with git pull :
? ?git pull
4. Rebuild the sbitx
? ?./build sbitx
(Be careful, the dot before the slash is important)
5. Now close the terminal, start the sbitx!
- f

On Sun, Sep 11, 2022, 4:26 PM Scott KE8KYP <scott_massey@...> wrote:
Hey Goody,

I¡¯m embarrassed to ask this but can you outline the steps of downloading and upgrading your code to existing firmware?? I¡¯d like to give your work a try.? I struggle with gathering and making the change outside of the published method in Ashhar¡¯s manual.? It just shows how little I work with RPI.?

Thanks in advance, Scott


Re: #sbitx #sbitx-k3ng #sBitx #sbitx-k3ng #sBitx

 

Hey Goody,

I¡¯m embarrassed to ask this but can you outline the steps of downloading and upgrading your code to existing firmware? ?I¡¯d like to give your work a try. ?I struggle with gathering and making the change outside of the published method in Ashhar¡¯s manual. ?It just shows how little I work with RPI.?

Thanks in advance, Scott


Re: Some calculations on the IF filter and USB filter

 

Hello,
I think that it is only in these lines of code that there is a value to change in order to have a frequence scroll displayed without holes if we turn the encoder a little fast?
there are comments in the programming lines that can help?
it is not of capital importance, for the fun LOL

***
?s = enc_read();
?
? //if time is exceeded, it is recognized as an error,
? //ignore exists values, because of errors
? if (s == 0) {
? ? if (encodedSumValue != 0 && (millis() - encodeTimeOut) > lastEncInputtime)
? ? ? encodedSumValue = 0;
?
? ? lastMovedirection = 0;
? ? return;
? }
? lastEncInputtime = millis();
?
? //for check moving direction
? encodedSumValue += (s > 0 ? 1 : -1);
?
? //check threshold and operator actions (hold dial speed = continous moving, skip threshold check)
? //not use continues changing by Threshold
? //if ((lastTunetime < (millis() - skipThresholdTime)) && ((encodedSumValue *? encodedSumValue) <= (threshold * threshold)))
? if (((encodedSumValue *? encodedSumValue) <= (threshold * threshold)))
? ? return;
?
? lastTunetime = millis();
?
? //Valid Action without noise
? encodedSumValue = 0;
?
? prev_freq = frequency;
? //incdecValue = tuningStep * s;
? //frequency += (arTuneStep[tuneStepIndex -1] * s * (s * s < 10 ? 1 : 3));? //appield weight (s is speed)
? frequency += (arTuneStep[tuneStepIndex -1] * s);? //appield weight (s is speed) //if want need more increase size, change step size
? ??
? if (prev_freq < 10000000l && frequency > 10000000l)
? ? isUSB = true;
? ??
? if (prev_freq > 10000000l && frequency < 10000000l)
? ? isUSB = false;
? ??
? setFrequency(frequency);
? updateDisplay();
}

**


Re: How to set bias on sBitx? #sBitx

 

Peter,
The bias setting procedure is in the assembly manual at the very end.

- f

On Sun, Sep 11, 2022 at 9:00 AM PeteWK8S via <pmeier=[email protected]> wrote:
I just replaced the finals Q18 and Q19 and discovered a cracked leg on driver Q16 so replaced it.
What is the procedure (or where is it documented) for adjusting the bias?

Pete WK8S


How to set bias on sBitx? #sBitx

PeteWK8S
 

I just replaced the finals Q18 and Q19 and discovered a cracked leg on driver Q16 so replaced it.
What is the procedure (or where is it documented) for adjusting the bias?

Pete WK8S


Re: #sbitx #sbitx-k3ng #sBitx #sBitx #sbitx-k3ng

 

Goddy
I'm not seeing the /tree directory in github. Is there a trick to finding it?

Joe
W3JDR


Re: #sbitx #sbitx-k3ng #sBitx #sBitx #sbitx-k3ng

 

Thanks Goody

What version # should display on the screen?


Re: File /uBITX_6_N8ME_2_VU3GAO_Mods.zip uploaded #file-notice

 

Jack,

The option was on the version of Arduino IDE that I downloaded.? Here is a link to the Arduino web that explains how to add boards:


The Board is an Arduino Nano.? The processor is ATmega328P (Old Bootloader).



73
Evan
AC9TU


Re: File /uBITX_6_N8ME_2_VU3GAO_Mods.zip uploaded #file-notice

 

¿ªÔÆÌåÓý

Evan,

?

Thanks¡­ I was away from home all day.

I am not offered the old bootloader option. I can set all the other options. Where/how do I fix that and obtain the missing bootloader?

?

Jack KD4IZ

?

From: [email protected] <[email protected]> On Behalf Of Evan Hand
Sent: Friday, September 9, 2022 23:13
To: [email protected]
Subject: Re: [BITX20] File /uBITX_6_N8ME_2_VU3GAO_Mods.zip uploaded #file-notice

?

Jack,

I am at home and downloaded the newest file in the groups.io file section, extracted it, and compiled it.? I did not get any errors.? Here is the tools dropdown in the Arduino IDE:



73
Evan
AC9TU


Re: Daylight again schematic questions

Mark - N7EKU
 

Hi Paul,

As you your question #4, just use your imagination.? Take a look at the manual for the old MMR-40 QRP rig.? They use a PTO made of brass nuts soldered to a PCB just as you describe.

Cheers,?? Mark


Re: sBitx Update Kit Received! #sBitx

 

Got mine in 9 land.
--
Ken KC9BSD