Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: transmitting CW with Raduino Bitx40?
I asked the same question. ?It looks like you can inject a signal into the mic input and then use an outboard CW filter on receive. ?It might be simple to build a 1kHz sine oscillator using a few discrete components, a few circuits on Facebook? 73 de Mike, G0JXX |
Re: Low Power - Final Amplifier on through - hole kit
I agree. Some of the below displays may be somewhat different as there will be harmonics at most points before the low pass filter. I found the web page I was looking for. This should give plenty of information to isolate a problem in the pa. Leonard |
Re: Low Power - Final Amplifier on through - hole kit
On Fri, Jan 20, 2017 at 10:30 am, kc0wox Leeper wrote:
Rule of thumb says the scope bandwidth should be about 10 times the signal displayed I suppose I could mostly agree with that, though a 20 mhz analog scope should be good enough to diagnose this problem. I assume his transmitter is running at 14 mhz. If you want to check signal shapes to see if there's a harmonic present at 14*3 or 14*7 mhz, then yes. ?If you just want to see if a 14 mhz signal is present and get a fair idea of the amplitude, then a scope with a bandwidth of 14 mhz or more is sufficient. ?A 14 mhz signal through a device with 14 mhz of bandwidth will be 3db down. At 3db down the displayed voltage on the scope will be down by sqrt(2), if it was really 1.414 volts pk-pk the scope would show 1 volt pk-pk. ?Good enough.? Now if we're talking a cheap digital scope claiming a 20 mhz sample rate, then yes, likely not good for looking at a signal much faster than 2 to 4 mhz. ?Sample rate and bandwidth are two different things. ?A good quality digital scope will sample at 10 times the bandwidth of the vertical amplifier, the cheaper ones might limit the bandwidth to 5 times the sample rate. Jerry, KE7ER ? |
Re: Low Power - Final Amplifier on through - hole kit
I would be real suspicious of T1 or T2 not phased right if the problem is in the pa. Also, a mike input of 25-50 mv's is plenty. With 25-50 mv's into the mike jack you should get 1 volt or so at the input to the pa when the 2 boards are connected together. I would guess you are over driving the mike input trying to correct for a different problem. I have a series of pictures at the common points for the pa board but I'll have to put them into web page format so it will take me a couple of days. In the mean time, try checking the linear as shown in the video. You should get meaningful information with your scope. Leonard |
Re: Low Power - Final Amplifier on through - hole kit
This video is from an older version 3 linear
|
Re: Low Power - Final Amplifier on through - hole kit
Yes, about the audio: I injected a 100mV pk-pk signal at the mic input. The source was Audacity on my PC, decoupled with a capacitor, fed through a 10k pot as a voltage divider, and then applied to the exciter board. I turned the pot all the way down, turned on a 1KHz audio signal, and then turned the pot up until 100mV was at the mic input. From there I increased the mic gain until RF was generated at the output of the exciter board.? There is one curious issue with the exciter board however. With a 1KHz tone at 100mV pk-pk at the mic port, and the mic gain all the way down, there is no RF out of the exciter as expected. When the mic gain is increased, the RF level out of the exciter appears quite suddenly, and then increases with mic gain. When the mic gain is less than 1/4 of the way up, no further RF amplitude is gained. I can turn the gain up more and more but the RF maxes out at 2v pk-pk. Almost as if an amplifier is getting saturated somewhere along the line. Could this then cause distortion, and then out-of-band RF energy that is then wasted in one of the filters? Thanks everyone! On Fri, Jan 20, 2017 at 11:58 AM, Jerry Gaffke via Groups.Io <jgaffke@...> wrote:
--
Mark Baldridge 608.561.3853 |
Re: Low Power - Final Amplifier on through - hole kit
Leonard raises a good point. ?I assume Mark is supplying audio at an appropriate level when measuring power out, and not just measuring residual carrier. ?The standard Raduino firmware should generate an audio tone on one of the digital outputs so we have a known audio level to conduct tests like this with. |
Re: Low Power - Final Amplifier on through - hole kit
Yes, could look at the modulation envelope. ?I was concerned that if the max sweep speed was 0.5us/div, the bandwidth would likely be down around 5 MHz. ?But if he really has a 20 mhz scope, then he's all set. What's the gain of the Q1 stage work out to? ?With a 2v pk-pk signal going in, anyone care to guess what ac signal he should see at he gate of Q2? Jerry, KE7ER |
Re: transmitting CW with Raduino Bitx40?
I mentioned FLDigi earlier because our ham radio club will be building the Easy Digi board kits as a club project at next month's meeting. If I am already set up for digital modes, seems like that would be an easy way to go about it. Rich KC8MWG On Thursday, January 19, 2017 10:02 PM, Jerry Gaffke via Groups.Io <jgaffke@...> wrote:
|
Re: Low Power - Final Amplifier on through - hole kit
When testing the modulation envelope the scope sweep speed should be set around 1ms per division so the modulation envelope and not the usb frequency will be displayed. With the scope set at around 1 usec and no modulation, the carrier balance would be set to minimum out. You should end up with less than 1 volt displayed. Most of the ones I've worked on was between 250 mv and 500mv. Leonard |
Re: Low Power - Final Amplifier on through - hole kit
Yes, the bias of the IRF 510 is set to 50mA per the instructions that came with the kit. I will take a look at the gate's AC & DC voltages tonight. Maybe it is a distortion issue of some sort in the exciter. Jerry, my scope is an old 20MHz analog thing probably right out of the 80s. It was free so I don't complain. :) Since it is analog with a scanning beam, I am able to see the amplitude of the waveform, but the individual periods are quite close together and it is hard to see the shape of the waveform.? Thanks guys! ~Mark, KC9DZT On Fri, Jan 20, 2017 at 9:17 AM, Jerry Gaffke via Groups.Io <jgaffke@...> wrote:
--
Mark Baldridge 608.561.3853 |
Re: Raduino Noise
I noticed with another Nano DDS, I had serial monitor commands being processed in my sketch, even though I didn't have the monitor open. I was getting digital noise and couldn't figure it out where it came from. As it turned out, the serial monitor was causing it. Solution was comment out the serial monitor commands in the sketch. 73 Ken VA3ABN On Fri, Jan 20, 2017 at 10:22 AM, Jim Schliestett <aekjrs@...> wrote:
|
Bitx40 Raduino source sketch
Are these the correct sources for the most recent Raduino sketch for the Bitx40 and for the Si5351 library? https://github.com/afarhan/bitx40 https://github.com/etherkit/Si5351Arduino I noticed that there are a number of forks of the Si5351 library and it might explain the following errors when trying to verify raduino.ino:
|
Re: Raduino Noise
Jim Schliestett
¿ªÔÆÌåÓýThanks, I¡¯ll try that. I wasn¡¯t really referring to the ¡°tuning tick¡±, but if your mod eliminates that, I¡¯m sure it will take care of my other problem too. I suspected the noise was getting into the power buss. Also thanks to the others who responded to my post. ? K4AEK ? From: [email protected] [mailto:[email protected]] On Behalf Of T Williams via Groups.Io ? I was able to silence the tuning "tick" by inserting a 22 ohm, 2 watt resistor in series with the Raduino power wire and connnecting a 470 uF capacitor from each end of the resistor to ground (One resistor, two capacitors.). ?You can easily do this right on the back of the volume control/power switch. ?This indicates that it is a power filtering issue. Lower values of resistor and capacitors will work but I have not determined the optimum values. ?Some serious bypass treatment on both input and output of the Raduino's 7805 regulator should help. ? Another suggestion to reduce audio distortion is to connect a 10 uF capacitor between pins 4 (gnd) and 7 (internal bypass) of the LM386. ? K9AC ? I just finished adding the Raduino upgrade to my BitX40. I¡¯m having quite a bit of whining noise and ticking noise in the receiver from the Raduino. Anyone else experiencing that? I tried adding a bypass cap to the Raduino power lead but it didn¡¯t help. ? K4AEK |
Re: Low Power - Final Amplifier on through - hole kit
2v pk-pk sounds about right to me, though I don't really know. Output pk-pk voltage should be about the same with or without the filter and that seems to be pretty much the case, you have trouble elsewhere. I assume you have the bias voltage into the gate of that IRF510 set correctly, what is your current draw when the transmitter is quiet? I'd be really curious what the DC and AC voltages are on the IRF510 gate. With the output filter and the filter at the IRF510 gate both removed, this amp should be very broadband. Maybe create a source of a couple MHz at 2v pk-pk and feed that into the amp, that might let you better see what's going on with a slow scope. Might be able to use your VFO, adding a bunch of caps to lower the frequency. Weird that you can tell the amplitude "is pushing 2v pk-pk" if the scope is otherwise too slow to display it, a simple diode RF probe might be a more suitable instrument to measure RF voltages. ? ? Hopefully somebody out there more familiar with Sunil's design can give you some better pointers. Jerry, KE7ER |
VCO/VFO stability
I forgot mention I use a bourns 100K, it is preferable over a 10K. More steps due to smaller wire gauge in the wire wound
pots! -------- I am very pleased with myself!! got the drift down to +-20Hz, even blowing on the board changes it by 50Hz momentarily. Changed C91-96 with C0G/NP0 SMD's and it was almost perfect! Choose 5% types. I changed the trimmer C93 with a murata Green. then: Old rule of the thumb I followed.. Low inductance higher capacitance makes a stabler VFO! I reduced the original 9.5uH yellow coil to about 6uH. Added 120pF across C95 Then I paralleled 2-3 MV209's across D9. You can parallel them to suit your tuning range. 200 or 300 Khz! You need a frequency counter for this mod. 73 -- Raj, VU2ZAP Bangalore, India. |
VCO/VFO stability
I am very pleased with myself!! got the drift down to +-20Hz, even blowing on the board changes it by 50Hz momentarily.
Changed C91-96 with C0G/NP0 SMD's and it was almost perfect! Choose 5% types. I changed the trimmer C93 with a murata Green. then: Old rule of the thumb I followed.. Low inductance higher capacitance makes a stabler VFO! I reduced the original 9.5uH yellow coil to about 6uH. Added 120pF across C95 Then I paralleled 2-3 MV209's across D9. You can parallel them to suit your tuning range. 200 or 300 Khz! You need a frequency counter for this mod. 73 -- Raj, VU2ZAP Bangalore, India. |
Re: Raduino Noise
Try 10nf + 100nf + 1¦Ìf + 10 - 22¦ÌF on both input and output of the voltage regulator with the shortest possible leads to earth (centre pin of the regulator).? High value electrolytics have too much inductance to effectively bypass high frequency pulses. This is my standard procedure wherever I use a voltage regulator. If possible put the capacitors directly between the input and output pins of the regulator itself. Regards Lawrence |