Keyboard Shortcuts
Likes
- SoftwareControlledHamRadio
- Messages
Search
Re: V12 compiling error
¿ªÔÆÌåÓýYou can, its just not obvious in the IDE¡ but you can always load HEX code directly ? ? Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ VP2EHZ ? Owner - Operator Big Signal Ranch ¨C K9ZC Staunton, Illinois ? Owner ¨C Operator Villa Grand Piton ¨C J68HZ Soufriere, St. Lucia W.I. Rent it: ? Moderator: North American QRO Group at Groups.IO. Moderator: Amateur Radio Builders Group at Groups.IO. ? email:? bill@... ? ? From: [email protected] <[email protected]> On Behalf Of Tim via groups.io
Sent: Tuesday, February 11, 2025 9:37 AM To: [email protected] Subject: Re: [SoftwareControlledHamRadio] V12 compiling error ? Jerry? That is a raw dump, I think, couldn't load in arduino progrmmer Tim? |
Re: V12 compiling error
It's a hex file. You should be able to upchuck it with the Teensy programmer.
toggle quoted message
Show quoted text
It ( the programmer) has an "Open hex file" function in its command bar at the top. I sent it to you so you could just see if your radio worked, without worrying about libraries or compile options. - Jerry, KF6VB On 2025-02-11 07:36, Tim via groups.io wrote:
Jerry |
Re: V12 compiling error
These look right, now. There's still a few things left for us to fix, but we're close. Jack, W8TEE
On Monday, February 10, 2025 at 11:11:05 PM EST, Tim via groups.io <w4yn@...> wrote:
With smallest LTO
emory Usage on Teensy 4.1:
? FLASH: code:206376, data:127280, headers:8356 ? free for files:7784452 ? ?RAM1: variables:178560, code:195720, padding:888 ? free for local variables:149120 ? ?RAM2: variables:474752 ?free for malloc/new:49536 -- Jack, W8TEE |
Re: V12 compiling error
That's the right file. Did you optimize for smallest code with LTO? And you are using IDE 2.4.3? Jack, W8TEE
On Monday, February 10, 2025 at 04:21:18 PM EST, Tim via groups.io <w4yn@...> wrote:
I got the beta V063-1-2 running and staying up now, not sure what I did different.
My PB's are not what they were before Probably need different menu file?
I noticed that Calibrate RX is way wonky doesn't look at all correct.
But it is running I moved fan around maybe that helped I don't have back on case fan is just positioned near Tweensy?
Temp says 42 degrees C
Tim?
-- Jack, W8TEE |
Re: Initial RX calibration not working
Apparently I've missed the write-up on the V12 receive calibration that Tim is referring to.
Any chance that someone can point me to where I can find it as well as the latest software
version that he is using.? I haven't been able to keep up with all the changes and I admit
to getting confused (old age??) when messages refer to software or other documentation
without a specific reference.
?
Thanks so much!
Steve
K8ZBE |
Re: Rob Sherwood Presentation Slides on Amateur Radio Transceiver Performance
Yes Pure Signal is open. Go take a look at Thetis for the Anan or Hermes/Hermes Lite radio.
?
My simplistic thinking is that it works a bit like noise cancelling headphones, except the thing cancelled is the noise (distortion) added to the signal by the Tx chain not the external noise.
?
Delay in the Tx chain exists but I don't think that stops the predistortion from cancelling IMD. The IMD created in the chain for a given input to the chain should be deterministic and repeatable.
?
On Mon, Feb 10, 2025 at 03:33 PM, Greg KF5N wrote:
|
Re: Rob Sherwood Presentation Slides on Amateur Radio Transceiver Performance
There is a short introduction to predistortion in Experimental Methods in RF Design Section 10.? But, you do need to apply predistortion in both amplitude and phase.? DSP is the way to that.
?
And feedback works, as Greg says.? Imagine an I-Q receiver on an attenuated? output of the transmitter.? This should look just like the delayed input (but doesn't because of distortion), after scaling. Negative feedback can then be applied at the baseband level.
?
Various negative feedback schemes have been applied at RF, but this is tough to do over multi stages, because of the phase shifts.
?
My favorite is feed-forward (search on that along with RF amplifier).? In that case, you take an attenuated sample of the main RF amplifier and subtract that from a delayed sample of the input.? That is the error waveform.? Amplify that error and subtract it from the delayed main amplifier output.? Presto, most of the distortion is gone.? The main amplifier input can include a weak pilot signal that is used to slowly adjust the gains and phases.? All you do is adjust everything to remove the pilot signal at the final output. ? I designed one of these for 900 MHz, a long time ago, and it worked well. A fair number of feed-forward amplifiers are? out there.? Generally they are quite a bit better than the predistorters.? They can be built without DSP, but they do need slow processing.
?
In any event, Jerry is right, there are indeed more efficient methods than class A.
?
73, Bob? W7PUA |
Re: [AmateurRadioBuilders] [SoftwareControlledHamRadio] Rob Sherwood Presentation Slides on Amateur Radio Transceiver Performance
¿ªÔÆÌåÓýThe new attenuator/ 20W dummy load I made can be used as just a 40db tap on the RF line for feedback for something like this (besides the radio calibration).? I don¡¯t think it¡¯s that difficult to design a filter that notches out the salient part of the RF spectrum and add the inverse of the garbage back to the signal at the correct amplitude and phase to cancel the garbage out.? I¡¯ve worked on problems like this before¡ if I get time to do it¡ I¡¯ll have a look. ? ? Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ VP2EHZ ? Owner - Operator Big Signal Ranch ¨C K9ZC Staunton, Illinois ? Owner ¨C Operator Villa Grand Piton ¨C J68HZ Soufriere, St. Lucia W.I. Rent it: ? Moderator: North American QRO Group at Groups.IO. Moderator: Amateur Radio Builders Group at Groups.IO. ? email:? bill@... ? ? From: [email protected] <[email protected]> On Behalf Of jerry-KF6VB
Sent: Monday, February 10, 2025 2:25 PM To: [email protected] Cc: [email protected] Subject: Re: [AmateurRadioBuilders] [SoftwareControlledHamRadio] Rob Sherwood Presentation Slides on Amateur Radio Transceiver Performance ? On 2025-02-10 11:34, K9HZ wrote:
*** NO thanks. A 100W transmitter the size of a Heathkit Apache? |
Re: V12 compiling error
What I sent you was STDVer064. You're compiling someone else's code.
On Monday, February 10, 2025 at 04:21:18 PM EST, Tim via groups.io <w4yn@...> wrote:
I got the beta V063-1-2 running and staying up now, not sure what I did different.
My PB's are not what they were before Probably need different menu file?
I noticed that Calibrate RX is way wonky doesn't look at all correct.
But it is running I moved fan around maybe that helped I don't have back on case fan is just positioned near Tweensy?
Temp says 42 degrees C
Tim?
-- Jack, W8TEE |
Re: V12 compiling error
This code is 100K larger than mine. Where did this code come from and do you have the compile flags set properly (e.g., smallest code size with LT)? Jack, W8TEE
On Monday, February 10, 2025 at 04:26:48 PM EST, Tim via groups.io <w4yn@...> wrote:
IDE 2.3.4
Latest compile
? FLASH: code:303292, data:130360, headers:8708 ? free for files:7684104
? ?RAM1: variables:182112, code:279560, padding:15352 ? free for local variables:47264 ? ?RAM2: variables:474720 ?free for malloc/new:49568 ?
-- Jack, W8TEE |