Re: T41 receive attenuator working?
When I change the attenuator, I can see it clearly across the entire spectrum display. Everything just moves down. - Jerry, KF6VB
By
jerry-KF6VB
·
#32530
·
|
Re: T41 receive attenuator working?
Thanks Oliver. I¡¯ll try this dave
By
D Solt
·
#32529
·
|
Re: T41-EP V11 PA Board JP1 Reference
Hi Greg, I have a question regarding the JP1 pads between U2 and C24 on the V11 PA board. I have a zero ohm resister there now but not sure why. According to the schematic it looks like it should be a
By
Rocco F. Barbaro
·
#32528
·
|
Re: T41 receive attenuator working?
Here's one way to test it. Load the latest code onto the Teensy. It has an option under the RF set menu to change the input attenuation. Then, put a 10 MHz (or whatever) signal into the RF_in SMA
By
Oliver KI3P
·
#32527
·
|
Re: MKV VIDOR 4000 shows up
" not much support from the Arduino crowd." I'm sorry to hear that, but not surprised. I looked at it two or three years ago when I wanted eight fairly high speed counters connected to a
By
John Schindler
·
#32526
·
|
Re: [AmateurRadioBuilders] New Display Driver
You could use pointers because the indices are no different that an index except increment by one moves the byte pointer by sizeof(measure) bytes. Indeed the expression: ??????? int
By
jjpurdum
·
#32525
·
|
Re: MKV VIDOR 4000 shows up
Interesting project.? I have a different FPGA board waiting for my attention. I recently spent about a month working with an STM32H747XI development board (
By
Terrance Robertson, KN6ZDE
·
#32524
·
|
Re: MKV VIDOR 4000 shows up
*** HDMI? Now that *is* interesting. Is it connected to the FPGA? Is there IP available to drive it? - Jerry, KF6VB
By
jerry-KF6VB
·
#32523
·
|
Re: MKV VIDOR 4000 shows up
This board has 1) an arduino processor and 2) a Cyclone 10 FPGA on the same board. It supports a variety of I/o and HDMI display interface. It sounds like a lot of cool stuff. Now, I would never use
By
K9HZ
·
#32522
·
|
Re: [AmateurRadioBuilders] New Display Driver
Here's a test program I adapted for the power/SWR sensor in
By
jerry-KF6VB
·
#32521
·
|
Re: MKV VIDOR 4000 shows up
Just curious - what does this particular board have going for it? Looks like not much support from the Arduino crowd. - Jerry, KF6VB
By
jerry-KF6VB
·
#32520
·
|
Re: [AmateurRadioBuilders] New Display Driver
I can't remember for certain, but I think I did try using a ring buffer when we first started the project, but I couldn't get it to work correctly. Perhaps I don't understand how we get the rollover
By
jjpurdum
·
#32519
·
|
MKV VIDOR 4000 shows up
This board is actually a lot smaller than it looks¡ A little bigger than a Nano but not much! Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ Owner - Operator Big Signal
By
K9HZ
·
#32518
·
|
Re: [AmateurRadioBuilders] New Display Driver
*** Sure there is. Rotating buffers. Something interesting happens, the interrupt loads that fact into the rotating buffer. Does NOTHING but that. Main program checks the buffer, sees that it's not
By
jerry-KF6VB
·
#32517
·
|
Re: [AmateurRadioBuilders] New Display Driver
Look for optimizations in the software.
By
Terrance Robertson, KN6ZDE
·
#32516
·
|
Re: [AmateurRadioBuilders] New Display Driver
I'm really not advocating that because I don't know what can be thrown out of the loop. As I stated earlier, not everything in the loop is interrupt-driven and I explained why. I'm not sure threading
By
jjpurdum
·
#32515
·
|
Re: [AmateurRadioBuilders] New Display Driver
Interrupts on the tuning encoders is a problem because you have to know where you return to after the interrupt is serviced. That's the reason we do polling on the encoder. Because interrupts can be
By
jjpurdum
·
#32514
·
|
T41 receive attenuator working?
How do I tell if the receive PE4302 attenuator is working.? I can't tell any difference in received signals at whatever settings or when I jumper it out.? I have two RF boards built up and they
By
D Solt
·
#32513
·
|
Re: [AmateurRadioBuilders] New Display Driver
So when my desktop computer gets too slow, I just get a new one that's faster? Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ VP2EHZ Owner - Operator Big Signal Ranch ¨C
By
K9HZ
·
#32512
·
|
Re: [AmateurRadioBuilders] New Display Driver
Consider Jack's analogy of the smoke detectors in a building.? If you start with a single story building with only a few smoke detectors, then sequentially checking the status of each one vs having
By
John Lonigro
·
#32511
·
|