¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Chinese rotary encoder PCB
I had an issue with mine it would only tune down no matter which way I turned it it would only go down. I unsoldered the board off mine and it works now. 73 Nate K7NDM
By K7NDM.nate@... · #392 ·
Re: CW keyer?
Thanks, I've downloaded the code file and will be studying it. I had considered a hardware keyer (that's the easy way), but wanted the Arduino keyer so the code speed could be displayed on LCD. Thanks
By sailingto · #391 ·
Re: CW keyer?
I just shared a link to the sketch for the Canned Frog. https://www.dropbox.com/s/of267gi0l4o4a4d/canned-frog.ino?dl=0 DuWayne
By DuWayne Schmidlkofer · #390 ·
Re: CW keyer?
Thanks for the info - I'll be looking into the sources ya'll gave. KV4qb.blogspot.com looks like a good resource. Thanks again, Ken H>
By sailingto · #389 ·
Re: CW keyer?
When I did the Canned Frog last year I added a simple keyer to the software. For speed control, I used the rotary encoder with the push button pressed to change speed. DuWayne KV4qb.blogspot.com
By DuWayne Schmidlkofer · #388 ·
Re: CW keyer?
Gary,?W0MNA, added a keyer to his rig. (See his earlier post.) There are a bazillion different types of electronic keyers, so pick one you like and add it to the code. The Arduino Projects for
By jjpurdum · #387 ·
CW keyer?
Hello all - I'm new here, have read thru LOTS of the threads and found LOTS of good info. I have ordered the parts, 49-er, etc and PCB and parts kit and waiting for delivery. This sure seems like a
By sailingto · #386 ·
Re: Chinese rotary encoder PCB
Chances are I'm wearing shoes older than you are! Jack, W8TEE To: SoftwareControlledHamRadio@... Sent: Sunday, May 29, 2016 12:41 PM Subject: Re: [SoftwareControlledHamRadio] Chinese
By jjpurdum · #385 ·
Re: Chinese rotary encoder PCB
Hi Jack. Thanks for pointing that mod out. I have had to do it before, mostly when I was playing with PIC programming. I really should do it as a matter of course with rotary encoders generally - I
By Slim Haines · #384 ·
Re: Chinese rotary encoder PCB
Hi Slim: The KY-040 encoder is what I used in the Forty-9er, too. I also added two 0.1uF caps from the CLK and DT lines to ground to debounce the encoder. This can be seen in the attached photo.?
By jjpurdum · #383 ·
Chinese rotary encoder PCB
I thought this might be of interest to the group. I have been using different rotary encoders over the years for diferent projects and perhaps the following info may be of help. I have included a
By Slim Haines · #382 ·
New file uploaded to SoftwareControlledHamRadio
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the SoftwareControlledHamRadio group. File : /rotary encoder.jpg Uploaded by :
By SoftwareControlledHamRadio@... · #381 ·
I2C Displays
I may have missed someone already giving this advice, if I have I apologise. Not all the I2C displays out there are pin for pin compatible. Also the I2C address is very important. 50% of the display
By Slim Haines · #380 ·
Re: Upgrading Displays to I2C
Don: There are a bunch of files in the NewLiquidCrystal library. However, the proper library directory name should be LiquidCrystal_I2C. For my system, I have the 1.6.9 IDE installed on drive E, so I
By jjpurdum · #379 ·
Re: Upgrading Displays to I2C
Make sure you have adjusted the contrast on the I2C LCD converter board. Dave, W0DF
By dfine01 · #378 ·
Re: Upgrading Displays to I2C
Hank / K5HDE, Jack / W8TEE, I just finished assembly of Forty-9er/Nano/DDS/16x2 LCD/Encoder. Finally got the VfoSource sketch to compile but LCD only back lights and has the top row of matrix squares
By DON MAYHALL · #377 ·
Re: Modifying Frequency Range of DDS VFO
Great! Thanks Bud, I'll get it. I think that was one of the hits I had when I was searching for the header file. 73 Dave KF5OCP
By Dave · #376 ·
Re: Modifying Frequency Range of DDS VFO
Yes, this is the page you get to if you go to Yourduino.com and look at their I2C displays. I'm pretty sure this was written by Terry King who owns Yourduino. He also served as Tech Ed on my Beginning
By jjpurdum · #375 ·
Re: Modifying Frequency Range of DDS VFO
https://arduino-info.wikispaces.com/LCD-Blue-I2C https://arduino-info.wikispaces.com/LCD-Blue-I2C A good site Re: LCD I2C compiling and display issues. Bud, K1LC
By lcolclough@... · #374 ·
Re: Modifying Frequency Range of DDS VFO
Dave, At Jack's suggestion I used the following LCD file: NewliquidCrystal_1.3.4.zip written by F Malpartida. All other LCD files must be removed from the library or renamed. There have been some
By lcolclough@... · #373 ·