Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- BITX20
- Messages
Search
Re: Receiver Dead
Vince Vielhaber
Excellent! Use that to follow each step thru the audio with an antenna connected to it. Doesn't matter what it's receiving, even noise will show an ever increasing waveform. Actually noise is preferred in this case.
toggle quoted message
Show quoted text
Vince. On 10/01/2017 09:16 PM, Ken Macy wrote:
Vince --
Michigan VHF Corp. |
Re: Receiver Dead
I'd definitely try to remember which toroid it was. My guess is that the insulation on the magnet wire wasn't quite properly removed, and you have a very flaky solder joint there, waiting to fail again. On Sun, Oct 1, 2017 at 06:31 pm, Michael Davis wrote: re-soldered the connections, (which didn't fix it) then glued the toroid to stabilize it. It's been fine ever since. |
Re: Receiver Dead
Michael Davis
I too had intermittent receive. I used the very non-technical "tap" method. One of the tiny toroids had a problem either in the winding or the soldered connections. I tapped/wiggled it so that it worked, re-soldered the connections, (which didn't fix it) then glued the toroid to stabilize it. It's been fine ever since. I don't remember which toroid it was. Tap and move each one slightly while listening for signals.
Sent from Mike's iPad WA1MAD |
Re: W8TEE pending software release and port(?)
#w8tee
Jack Purdum
Put a switch on an I/O pin and use INPUT_PULLUP with pinMode(). When a NO pushbutton is pushed, the line is pulled LOW, which changes its state. Jack, W8TEE From: Vince Vielhaber <vev@...> To: [email protected] Sent: Sunday, October 1, 2017 7:59 PM Subject: Re: [BITX20] W8TEE pending software release and port(?) #w8tee Wait a minnit.? I think I understand what they're so horribly trying to say.? When input pullup is NOT used, a floating connection is low (or presumably low).? So in order to get it to do something your sensor has to pull it high.? When the pullup IS used, your sensor has to pull the pin low. Vince. On 10/01/2017 07:54 PM, Vince Vielhaber wrote: > As I stated when I put it there, it came from the Arduino docs. > > Vince. > > > > On 10/01/2017 07:38 PM, Allard PE1NWL wrote: >> On Sun, Oct 1, 2017 at 04:01 pm, Vince Vielhaber wrote: >> >>? ? On the digital pins: >> >>? ? There are 20K pullup resistors built into the Atmega chip that can >>? ? be accessed from software. These built-in pullup resistors are >>? ? accessed by setting the pinMode() as INPUT_PULLUP. This effectively >>? ? inverts the behavior of the INPUT mode, where HIGH means the sensor >>? ? is off, and LOW means the sensor is on. >> >> This is absolutely INCORRECT. >> pinMode(xx, INPUT) and pinMode(xx, INPUT_PULLUP) only enable/disable the >> internal pull up resistors. >> They DON'T invert the behaviour of the input! >> >> 73 Allard PE1NWL >> > -- ? Michigan VHF Corp.? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
Re: W8TEE pending software release and port(?)
#w8tee
Yes that is what they're probably trying to say.
But the wording is very confusing to programmers without an EE background. Many don't understand the real purpose of pull up resistors. 73 Allard PE1NWL |
Re: W8TEE pending software release and port(?)
#w8tee
From p66 section 14.11.6 of the datasheet at: ?
toggle quoted message
Show quoted text
" If the input buffer is enabled and the input signal is left floating or have an analog signal level close to VCC/2, the input buffer will use excessive power." That's typical of CMOS input pins. ?If you leave them floating (no pullup or pulldown resistor, and no signal actively driving it) then the input voltage is undefined. ?And if it happens to be right in the middle somewhere (the transition region) the input cell can't decide and that circuitry can start getting hot. ?Or you might get an oscillation going. ?Some chips will have "keeper" circuits that will tend to hold them in their previous state. ?The ATmega328p doesn't have keepers, but allows us to specify pullups (but not pulldowns) for each individual input pin. ? Don't leave pins defined as inputs just "floating". ? Probably won't blow up (at least on this chip) but might have weird things happening. Why is that "effectively inverts" thing in the Arduino docs? Cuz it was written by a CS major, not an EE. Jerry On Sun, Oct 1, 2017 at 04:59 pm, Vince Vielhaber wrote: When input pullup is NOT used, a floating connection is low (or presumably low). |
Re: Cw - another quirk
Yes, I suspected that might be the case. I think I'll put bypass capacitors on both the keying lines and the function switch and spot switch. It probably doesn't help that I am using a plastic enclosure instead of metal, although the board is mounted on a metal plate. I guess I should check the grounding on everything.
Thanks for all your help Brent |
Re: W8TEE pending software release and port(?)
#w8tee
Vince Vielhaber
Wait a minnit. I think I understand what they're so horribly trying to say. When input pullup is NOT used, a floating connection is low (or presumably low). So in order to get it to do something your sensor has to pull it high. When the pullup IS used, your sensor has to pull the pin low.
toggle quoted message
Show quoted text
Vince. On 10/01/2017 07:54 PM, Vince Vielhaber wrote:
As I stated when I put it there, it came from the Arduino docs. --
Michigan VHF Corp. |
Re: W8TEE pending software release and port(?)
#w8tee
Vince Vielhaber
As I stated when I put it there, it came from the Arduino docs.
toggle quoted message
Show quoted text
Vince. On 10/01/2017 07:38 PM, Allard PE1NWL wrote:
On Sun, Oct 1, 2017 at 04:01 pm, Vince Vielhaber wrote: --
Michigan VHF Corp. |
Re: PTT Sense Issues
Ah, very nice.
toggle quoted message
Show quoted text
And 6 more bytes! ? They all count! Regarding pullups, this statement isn't exactly correct, but I think I understand where they are coming from: "This effectively inverts the behavior of the INPUT mode, where HIGH means the sensor is off, and LOW means the sensor is on." No, turning on pullups inside the ATmega328p does not effectively invert anything, doesn't do anything different than adding an external resistor from that pin to 5v. However, the resting state of that pin is then normally high and software reads a 1,? software reads a 0 when we activate a switch or telegraph key that shorts the pin to ground.? On Sun, Oct 1, 2017 at 04:16 pm, Allard PE1NWL wrote: Or even better: |
Re: BITX QSO Night, Sunday, October 1, 7pm Local Time, 7277 kHz in North America, 7177 kHz elsewhere
Well it looked like a promising night but yet again the grow lights around the corner strike again..... qso: W1LY WA3O KA9OOI ? Heard N2CQR N6ORS WI1B ? Hope the FCC helps me out with the RFI but we will see. ? ?73 ? David |
Re: dc power connection bitx40 confusion
I got mine to work with a DPDT switch.? I have the whole thing powered by a 3-cell li-po battery at 12.6V max, 11.1V nominal.
I found that there was a common ground on the input and output of the boost converter I had - There was no voltage potential across the in and out negative terminals, only the voltage of the positive terminal changed.? I don't know a lot about such converters - You may want to check yours. All of the following are connected directly to ground on my power connector: Raduino ground Board ground PA ground Boost converter ground (both input and output) The positive wire from my power connector went to the switch on the volume control knob, so devices were not powered unless I turned the radio on. From the volume switch, positive connectors went to the: Raduino Board power one of the center poles on the DPDT switch. I don't know the numbering conventions for switches, but let's number the pins on the back of my DPDT switch like so: 1? ? ? ? 2 3? ? ? ? 4 5? ? ? ? 6 1 and 2 are shorted together. 3 goes to PA + 4 goes to battery + 5 goes to the +out on the boost converter 6 goes to +in on the boost converter. In position one, the PA+ and battery+ are directly connected - PA gets 12V.? There is no power to the boost converter at all, so it cannot run and possibly produce RFI In position 2, the + from the battery is routed through the boost converter, feeding 20V to the PA. A cooler solution might be to power the PA only through the boost converter and have an external knob control the voltage of the booster - You could dial the power wherever you wanted.? You would probably want to make sure you couldn't turn it up past maybe 24V though - Wouldn't want to fry it!? You would also want to make sure your boost converter was RF quiet first, too.? Mine is pretty good, but does produce a quiet hiss over the speaker. Hope this helps! KE0GYC |
Re: Receiver Dead
William Kimber
By the way if the volume control is set to the minimum end you will not get anything.? Also if you inject your 0db signal it will be shorted out at minimum setting.
toggle quoted message
Show quoted text
Try setting about half way when you touch the centre pin with either wire or signal.? If you still get nothing but you do with putting on pin 3 of LM386 then the connection between is broken. either internally in the wire insulation,? a? dry joint where the volume control socket fits onto board or dodgy connector. Also it is not a good idea starting at the A/e connection and working through system.? Start at the output end and work towards the A/e. Cheers, Will. On 02/10/17 12:09, Vince Vielhaber wrote:
Unplug the vol control from the board and see if touching the pin that would connect to the wiper gives you noise.? That isolates the preamp from the circuit.? If you get the noise you used to get, look at the preamp stage.? If not, look at the LM386. |
Re: W8TEE pending software release and port(?)
#w8tee
On Sun, Oct 1, 2017 at 04:01 pm, Vince Vielhaber wrote:
On the digital pins:This is absolutely INCORRECT. pinMode(xx, INPUT) and pinMode(xx, INPUT_PULLUP) only enable/disable the internal pull up resistors. They DON'T invert the behaviour of the input! 73 Allard PE1NWL |
Re: PTT Sense Issues
Or even better:
toggle quoted message
Show quoted text
//configure the PTT SENSE to use the internal pull-up pinMode(PTT_SENSE, INPUT_PULLUP); // check if PTT sense line is installed PTTsense_installed = !digitalRead(PTT_SENSE); pinMode(PTT_SENSE, INPUT); //disable the internal pull-up saves 6 bytes. 73 Allard PE1NWL On Mon, October 2, 2017 01:06, Allard PE1NWL wrote:
Jerry, |
Re: Receiver Dead
Vince Vielhaber
Unplug the vol control from the board and see if touching the pin that would connect to the wiper gives you noise. That isolates the preamp from the circuit. If you get the noise you used to get, look at the preamp stage. If not, look at the LM386.
toggle quoted message
Show quoted text
Do you have a scope? Vince. On 10/01/2017 06:02 PM, Ken Macy wrote:
On Sun, Oct 1, 2017 at 12:00 pm, Ashhar Farhan wrote: --
Michigan VHF Corp. |
to navigate to use esc to dismiss