Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: SI5351 drive level
I'll have a closer look. First thing I did when I got the bitx40 was check the windings and all was good. 73 Ken VA3ABN On Sun, Jan 22, 2017 at 11:51 AM, Ashhar Farhan <farhanbox@...> wrote:
|
Re: Strong stations too loud even at lowest volume
No. A rheostat (variable resistor) from R15 to R16. Check the BITX Hacks blog. Lift the end of R15 that connects to C14 and insert the rheostat. Or the switch. The idea is to reduce or eliminate power to the first? RX RF stage (Q1) to reduce gain. Grounding it would release the magic smoke, wouldn't it? -ND6T |
Low power, RV1 unresponsive
OK, first post. ?AC7QN here. Assembled my BITX40. Output into 50 ohm dummy about 2 watts. Per instructions connected ammeter in series PA supply: ?.07A idle, .190A when PTT activated and .190A when HAAALLLOOOWWW into mic(2W out). I set RV1 fully clockwise per instructions: ?.07A idle, .190A PTT, .190A at HaaaLLLOOOWWW but zero watts out. I set RV1 back to approx original position: ?>07A idle, .190A PTT, >190A at HAAALLLOOOWWW and 3W out. ?I must have set the pot a liitle hotter than orig. setting. Why isn't the current changing, why is the current so high at clockwise setting. ?Appears to be too high (recommended .100A) Any ideas, suggestions, tests??? Tnx Chuck AC7QN |
Battery Monitor
Just topped off my build with a battery monitor. I had a couple of 'free' Analog pins. Since I'm 'minimalist'-ing this BitX, it has only 16 characters My 'voltage divider' starts with 560K / 180K resistors, with an additional 0.01uf (10nf) across the 180K, just to increase consistency and slow any temporary changes. This gives some headroom for the ADC, which shouldn't be run > 5V. This divider translates to an input voltage of around 20.5V MAX, which shouldn't happen (at For the custom characters - I rely on a tool on my website:? int ?batterySense[8] = {647,632,622,612,602,597,592,587}; ? ? // ADC values which correspond to a voltage divider: ? V+ - 560K - (ADC Pin) 180K - GND // Note that ADC Values (Analog Pin read) are based upon the 560k/180k ratio, but 'your mileage may vary' (if, for instance, your 560k is 560,100 or 559,050, etc...) byte battery[][8] = {
? // Setup the Battery Monitor... In the LOOP: ? // You don't look too busy... Check the Battery... at least every (n) seconds. ? if (millis() - lastBatteryCheck > BatteryCheckSeconds) Finally, the battery checkin' itself (I used A0, but - whatever Analog pin you might have available): void display_battery() { ? if (notfound) ????? ? // We never found a 'sensevalue' above approximately 11.9... Thought I'd share this; I enjoyed writing the code & putting together the custom LCD Icons. Hope someone finds it useful. |
Re: Better heatsink for IRF510?
I already have some 40mm x 40mm square heatsinks (not drilled or tapped yet) with fourteen 19mm deep fins (heatsinks are 23mm deep overall). Would one of those possibly be sufficient? Rich KC8MWG On Sunday, January 22, 2017 5:27 PM, John Backo via Groups.Io <iam74@...> wrote:
|
Re: Better heatsink for IRF510?
Something like that will work.
There are plenty of good sources without resorting to something "specific" (and expensive). Computer power supplies and cpu coolers are good sources. Inverters and power converters are another good source. One can often find the cooler fin units as surplus. I have used them in the JBOT and 10W units and they work well. I have one computer cooler used as a dummy load which can take 200W for a few minutes. It is fairly easy to home-brew something by using several pieces of copper sheet bolted together and spread out a little. CW requires more heat dissipation than SSB. The digital modes are probably the worst (though they are usually low power). As always one has to balance efficiency and portability. john AD5YE |
Re: Strong stations too loud even at lowest volume
Rahul Srivastava
Hi!, Very simialr to AGC proposed by Farhan, Russian Klopik Transceiver also has a AVC made around LM386 using single 2N7000, we can also give it a try in Bitx.? Klopik schematics here: 73's Rahul VU3WJM On Monday, 23 January 2017 1:40 AM, KC8WBK via Groups.Io <cruisenewsnet@...> wrote:
|
Re: Strong stations too loud even at lowest volume
From Ashhar's post 18062:"The capacitor between pins 1 and 8 of the LM386 can be removed if you prefer headphones to speakers." Check the LM386 datasheet if you want further info on this. Though I'd think if it were just an issue with audio gain, that could be cured by twiddling the volume control. ?Perhaps you need an RF gain pot going into that first RX amp at Q1. Jerry, KE7ER |
Strong stations too loud even at lowest volume
Strong signals are way too loud with headphones.? What is the best way to deal with this? The problem is mainly with high power stations chatting about their amps and beams.? Some powerful signals are breaking up so as to be unintelligible. I have done the c113 cap delete and the c102 capacitance reduction to 28 pF, that may have something to do with it.? However, I also had issues before I did the c102 mod. |
Re: SI5351 drive level
the transformer might have shorted its turns. try moving the windings apart. - f On 22-Jan-2017 10:08 pm, "Ken" <chase8043@...> wrote:
|
Re: SI5351 drive level
Thanks. Well it looks like one of transistors in the VFO is gone. Next to no drive at the transformer. 73 Ken 2017-01-22 11:35 GMT-05:00 9a3xz <socijalizam1@...>:
|