开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
Re: Help with rotary encoder code, please, anyone?
VFO?code came from one of your posts on here ( /g/BITX20/attachment/30353/0/B40SoftwareRel0103.ino ) .? I didn't see the AttachInterrupt code when I looked. I'll?give that a try!
By John P <j.m.price@...> · #30686 ·
Re: Help with rotary encoder code, please, anyone?
John, Rotary encoders by using polling has some difficulties, as you now realize. Interrupts work for me. Attached is a simple example (REserial.ino) that just reads direction to your serial monitor
By Don, ND6T · #30685 ·
Re: Help with rotary encoder code, please, anyone?
The encoder interrupt pins are "activated" using this code near line?252: ?Rotary rotary = Rotary(ENCODERPINB, ENCODERPINA); ? ? ? // Interrupts #5 and 4 on the Mega You also need these lines
By Jack Purdum <econjack@...> · #30684 ·
Re: On the Air! Finally!
Hi Dave: Attached is an article I did for QRP Quarterly on using the mic parts that come with the BITX40 to make a mic. My cost was under $1. Jack, W8TEE To: [email protected] Sent: Sunday, July
By Jack Purdum <econjack@...> · #30683 ·
Re: Help with rotary encoder code, please, anyone?
Thanks Jack. I originally had it on pins 9 & 10 but moved it to 2 & 3. Trying to do it without the interrupts, which I think is the way your VFO code works (at least I didn't see anything in the VFO
By John P <j.m.price@...> · #30682 ·
Re: On the Air! Finally!
I like your mic. How did you mount it in the pvc tube and did you add any packaging or padding material inside or any spit screen in front of mic cartridge? I was thinking of using a smaller diameter
By David Wilcox <Djwilcox01@...> · #30681 ·
Re: Lovely LM386?
I know it is not perfect. But the LM386 seems noisy and micro phonic. It might even be oscillating some at full volume. I can turn it all the way up and smack the LM386 with the handle of a small
By Michael Hagen · #30680 ·
Re: Help with rotary encoder code, please, anyone?
I took and old version and added conditional assembly code. Have not done it for a real recent version. You add stuff in setup to get interrupt going too. You substitute the tuning code. you add
By Michael Hagen · #30679 ·
Re: On the Air! Finally!
The tuning voltage into the Raduino is somewhere between 0 and 5v, determined by the position of the pot. ?Doesn't make much difference if the pot is 1k or 100k, the pot is simply a voltage divider.
By Jerry Gaffke · #30678 ·
Re: On the Air! Finally!
What's the NEC board? Vince.
By Vince Vielhaber <vev@...> · #30677 ·
Re: Help with rotary encoder code, please, anyone?
At least part of the problem is that my encode is using a Mega 2560 Arduino, which has 5 external interrupts while the Nano and Uno only have two. Near the top of my code (line 120) are: #define
By Jack Purdum <econjack@...> · #30676 ·
Help with rotary encoder code, please, anyone?
So, I've been trying to get my Arduino UNO to read a rotary encoder. And have been having zero success (beyond a clean compilation). I'm using the Rotary library from?brianlow on GitHub (
By John P <j.m.price@...> · #30675 ·
Re: On the Air! Finally!
Eric KB1VNA wrote... I like your case! Are you sure it isn't going to 10 KHz steps when you get to the ends of the pot? I was originally going to do the mod adding a fixed resistor on the top
By Keith VE7GDH · #30674 ·
On the Air! Finally!
Good afternoon all. I've finally got a Bitx40 on the air! Another local ham had acquired a Raduino version and decided he had too many projects to get it going so he sold it to me for just under
By Eric Torraca · #30673 ·
Re: I7SWX PTT Pop Mute
I checked my work and found a wrong connection on my part.? I fixed the connection and the circuit now works as described, reducing the PTT pop and noise on initial transmit. ? I did not experience
By KC8WBK · #30672 ·
Re: BitX on Display at HamQuest in Lebanon TN
Excellent advocacy David. Happy to be one of the followers. Doug KA4DXX
By Doug Paulson <Canpilot1@...> · #30671 ·
Re: VK3YE AGC questions, description of how it works? and how to make it more effective?
Look how I connected mine in the post before the one you posted my audio was bad till I changed the input to the AGC circuit I also dropped the audio gain of the audio amp between pins 1,8 there's a
By chris gress <Chrisg0wfh@...> · #30670 ·
Re: BitX on Display at HamQuest in Lebanon TN
hey, that is a very nice picture of the bitx40 break down! - f
By Ashhar Farhan · #30669 ·
Re: Finished to build but LCD noise.
About “ground loops” please read... http://www.mosaic-industries.com/embedded-systems/microcontroller-projects/measurement-techniques/instrumentation-amplifier-ground-loop-isolator Sent:
By CX8ABF Carlos Molina · #30668 ·
Re: Finished to build but LCD noise.
I'm just getting started with Diptrace, so this is the best I can do right now. All of the electrolytic capacitors are 330uF 16V and all the rest are 0.1uF disk ceramics. I separated out J1's 12V in
By Jack Purdum <econjack@...> · #30667 ·