¿ªÔÆÌåÓý

Date
Re: Flutter Fix
To reinforce what Jerry is saying, pin names 0 and 1 on the Nano are used to communicate with the PC via the Serial object, so it's best to leave them as is if you expect to do any debugging. Pin 2
By Jack Purdum <econjack@...> · #22386 ·
Re: Flutter Fix
Whoops, had a copy-and-paste error. ?That first line should be: ? ?pinMode(4, OUTPUT); Also, while that first line is typically in the ?setup() ?routine, the other three lines could be most
By Jerry Gaffke · #22385 ·
Re: Enclosure for BITX40
Looks great Roy, what speaker/size are you using? David KG7WFM wrote:
By bigdswitzer · #22384 ·
Re: KB1GMX on the BITX
Allison's comments are probably worth chasing a little further. ?Here's a summary of her points, and my comments: 1) ?Diode ring injection level should be higher for the 1n4148's Likely true. ?An
By Jerry Gaffke · #22383 ·
Re: Flutter Fix
John Smith, Regarding noTone() Pin 6 is used in the Raduino sketch for "CW_TONE", Ashhar has it set up to send out a sidetone. ?Probably best to let pin 6 be, pin 4 is free though, it gets defined as
By Jerry Gaffke · #22382 ·
Re: CW or not to CW?
Modulated CW (MCW) originally was a AM tone. So you had carrier plus both side-bands. Receivable on ordinary am receiver.
By William Kimber <zl1tao@...> · #22381 ·
Re: CW or not to CW?
A pure sine wave into the mic of an ideal SSB transceiver would transmit a clean AIA CW signal. ?In the real world, that sine wave will be distorted, and the carrier not fully suppressed. ?But it
By Jerry Gaffke · #22380 ·
Enclosure for BITX40
http://m.banggood.com/Electronic-Plastic-Shell-Cartridge-Handle-Project-Case-Desk-Instrument-200x175x70mm-p-1035473.html?rmmds=search I had ordered a couple of the Banggood cases and finally got to
By Roy Appleton · #22379 ·
Re: CW or not to CW?
Aside from attempts to use the BitX for what I would call "true CW," i.e., "A1A" mode in which the carrier is directly keyed (with or without shaping) and having a "necessary" bandwidth of only a few
By Todd K7TFC · #22378 ·
Re: Flutter Fix
That's shipped out of California. If you have more weeks than you do dollars, there's cheaper.
By Jerry Gaffke · #22377 ·
Re: Flutter Fix
Good grief...$4.50! Unbelievable how cheap things like this are. The Teensy 3.6 is another one: 1Mb of flash, 256K SRAM, and a 180MHz clock for under $30...amazing! Jack, W8TEE To: [email protected]
By Jack Purdum <econjack@...> · #22376 ·
Re: Flutter Fix
noTone(); is a line of C code that you add to the sketch. For example, if you hack the Raduino sketch to add these four lines inside the setup() routine: pinMode(6, OUTPUT); tone(6, 1000);
By Jerry Gaffke · #22375 ·
Re: Flutter Fix
Sounds good. ? My head is usually down in the bare metal somewhere, and my coding style will reflect that. For a good taste, take a look at the KE7ER/pskuc.c down in the files section, search for the
By Jerry Gaffke · #22374 ·
Re: Flutter Fix
After you two guys decide on your collaboration of coding, I am willing to try it and give you feedback. ?I am at the earliest stages of playing with arduino beyond the Blink and Servo Motor
By John Smith · #22373 ·
Re: CW or not to CW?
Collins did, indeed, use an audio tone to generate CW in their early S-Line equipment.? The Collins design fed the sidetone oscillator into the audio section on the KWM-1, KWM-2/A and 32S-1/2.? And
By Dennis Kidder W6DQ · #22372 ·
Re: bitx output harmonics
Sounds like I need a higher voltage cap. I appreciate the explanation and clarification.
By John Smith · #22371 ·
Re: Flutter Fix
Jerry: Not a problem. Like I said, I wasn't sure that the expression on that one line was correct or not. Since you mentioned that you have run the code on the Nano, I assumed it was, but thought I'd
By Jack Purdum <econjack@...> · #22370 ·
Re: no matching function for call??
Think you need to change the ether kit version in IDE to 1.0.2. Sent from my iPhone
By Art N2AJO · #22369 ·
Re: Flutter Fix
Jack, I do appreciate you taking an interest in the code snippet I sent out. ?You will likely see a fair bit more hideous code from me in the near future. I agree about the 50L vs 50l, was minimizing
By Jerry Gaffke · #22368 ·
no matching function for call??
Hi All, Got the Raduino sketch from:?https://github.com/afarhan/bitx40/blob/master/raduino.ino ( https://github.com/afarhan/bitx40/blob/master/raduino.ino ) Loaded up the Si5351 library into the
By Kent B. · #22367 ·