Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: Enclosure for BITX40
You might try your Arts&Crafts store. Copper tape is used
in making stained glass windows, among other things. I have found both copper and pure tin of use from there. Even if it is too thin, it can still be used for lots of things, like soldering the tops and bottoms of pcbs together around the edges to make a good ground. And there is such a thing as sticky copper flashing, so your local HI store or lumberyard might carry some. john AD5YE |
Re: Enclosure for BITX40
toggle quoted message
Show quoted text
|
Re: Enclosure for BITX40
?Try this link: <> or this tiny url: I did a search for the product ID ( ) from the bad link? and this is what it returned. Good luck. Jim Pruitt WA7DUY |
Re: Enclosure for BITX40
¿ªÔÆÌåÓýThanks Larry. Is it "sticky"? We don't have Home Depot in Australia but I dare say the local hardware chain might have similar. I can't recall seeing copper flashing but I have seen aluminium, sorry - make that aluminum for all you in the USA. Bill, VK7MX On 23/02/2017 12:46 AM, Larry Acklin
wrote:
|
Re: Flutter Fix
¿ªÔÆÌåÓýJack ? You got me vote. Another help would be to document, in the opening comment section, what version IDE and libraries are being used to help reduce confusion also. I know it would help me ? Art N2AJO ? From: [email protected] [mailto:[email protected]] On Behalf Of Jack Purdum via Groups.Io
Sent: Wednesday, February 22, 2017 4:33 PM To: [email protected] Subject: Re: [BITX20] Flutter Fix ? We need to have some form of version control for the Raduino code.I would propose the following: ? 1. Farhan's original code should keep it's original name, which I believe is raduino.ino. I would like to see him (and no one else) rename his file to raduinoVer1.0.ino. If he makes changes to it, he will change the version number as he sees fit. If he chooses some other way to track his changes, that's his baby and he can do what he wants. ? 2. If we modify the code, we need to identify it from the file name, as well as comments in the code. I would like to see us use something like W8TEEraduinoVer1.0.ino. That is, whoever modified the code places their call at the front of the file name. That way, we can tell at a glance who "owns" the code and is responsible for maintaining it. If you modify someone's code, place you call at the front of the file name. We should be able to tell from the comments within the header of the file the lineage of the code, for example, the top of every source file should have something similar to: ? ? ? / ? ? ? ? March 22, 2017: W8TEE removed sprintf() calls and replaced with appropriate str*() calls. Reduced flash overhead by XXXX ????????????????????? ? ? ? ? ? ? ? bytes. ? ? ? ? ? Dec. 15, 2016: VU2ESE provides the original source code for the BITX40. ???????? ? ? ? ? ...and so on ? ? If we follow a convention similar to this, we should be able to avoid people getting "out of sync" with others in the group. If someone has a different idea, let's hear it so we can nail this thing down before it gets out of hand. ? Jack, W8TEE ? From: John Smith via Groups.Io <johnlinux77@...> ? I don't understand, what other list? A different "Group" discussion page somewhere else?? Well, I do understand the risk of trying someone else's code augmentation, and accept the risk if I understand it enough to know where my foot is going to land when I take the next step. And since there is no "Mother" web site, I wouldn't know where to go for anything else BITX related. Hardware, software, customer service, or otherwise. Besides that freq flutter thing is an operating nuisance. Lets try to improve it, and restore the original sketch if we don't like it. Now, on the recompiling. ? |
Re: Flutter Fix
FWIW, I rewrote the tuning pot algorithm, posting the code in the "KA7OEI" folder (Re: Message 20288 and thread.)
This code uses a combination of a "leaky bucket", hysteresis and oversampling to both quash the flutter/flicker and provide an apparent increase in the resolution of the tuning pot. It will need to be slightly tweaked to be compiled for the current version of the '5351 library. 73, Clint KA7OEI |
Re: Flutter Fix
Jack Purdum
We need to have some form of version control for the Raduino code.I would propose the following: 1. Farhan's original code should keep it's original name, which I believe is raduino.ino. I would like to see him (and no one else) rename his file to raduinoVer1.0.ino. If he makes changes to it, he will change the version number as he sees fit. If he chooses some other way to track his changes, that's his baby and he can do what he wants. 2. If we modify the code, we need to identify it from the file name, as well as comments in the code. I would like to see us use something like W8TEEraduinoVer1.0.ino. That is, whoever modified the code places their call at the front of the file name. That way, we can tell at a glance who "owns" the code and is responsible for maintaining it. If you modify someone's code, place you call at the front of the file name. We should be able to tell from the comments within the header of the file the lineage of the code, for example, the top of every source file should have something similar to: ? ? / ? ? ? ? March 22, 2017: W8TEE removed sprintf() calls and replaced with appropriate str*() calls. Reduced flash overhead by XXXX ????????????????????? ? ? ? ? ? ? ? bytes. ? ? ? ? Dec. 15, 2016: VU2ESE provides the original source code for the BITX40. ???????? ? ? ? ? ...and so on ? If we follow a convention similar to this, we should be able to avoid people getting "out of sync" with others in the group. If someone has a different idea, let's hear it so we can nail this thing down before it gets out of hand. Jack, W8TEE From: John Smith via Groups.Io <johnlinux77@...> To: [email protected] Sent: Wednesday, February 22, 2017 3:54 PM Subject: Re: [BITX20] Flutter Fix I don't understand, what other list? A different "Group" discussion page somewhere else?? Well, I do understand the risk of trying someone else's code augmentation, and accept the risk if I understand it enough to know where my foot is going to land when I take the next step. And since there is no "Mother" web site, I wouldn't know where to go for anything else BITX related. Hardware, software, customer service, or otherwise. Besides that freq flutter thing is an operating nuisance. Lets try to improve it, and restore the original sketch if we don't like it. Now, on the recompiling.
|
Re: Finished and calibrated, thanks to everyone the BITX20 group. I only wish I could build the nice displays many of you did.
That's a very nice looking finished product. It reminds me of Heathkit. You might make some money from your friends who want a case for their BITX 40 like that too. I have tried boost and buck converters to use only one power supply and got a lot of switching noise too. Mine will have two DC input jacks also, but one will be 20V for the PA. And a switch to shunt over 12V to the PA from the main supply if I can't have both supplies plugged in. |
CW on the BITX Raduino is Working!
I got a simple CW function working on my Raduino! The bad news is, that's the one that I moved to 60m so a simpler 40m version awaits. Nonetheless, the whole sketch is less than 150 lines (including spaces, and comments) but provides a clean CW signal with side tone that matches the offset, an iambic keyer, automatic T/R keying, Shuttle Tuning, and the 5 channels (with scan) that the U.S. allocation provides. All done in native Arduino. No C++ ,no deprecated code warnings generated. |
Re: Enclosure for BITX40
Just had a 2.5" speaker laying around that looked like it would fit and it did. Not the best sounding but it works. :-)) Roy WA0YMH Carrollton, TX On Feb 21, 2017 8:41 PM, "bigdswitzer" <bigdswitzer@...> wrote:
|
Re: Flutter Fix
I don't understand, what other list? A different "Group" discussion page somewhere else?? Well, I do understand the risk of trying someone else's code augmentation, and accept the risk if I understand it enough to know where my foot is going to land when I take the next step. And since there is no "Mother" web site, I wouldn't know where to go for anything else BITX related. Hardware, software, customer service, or otherwise. Besides that freq flutter thing is an operating nuisance. Lets try to improve it, and restore the original sketch if we don't like it. Now, on the recompiling. |
Re: Finished and calibrated, thanks to everyone the BITX20 group. I only wish I could build the nice displays many of you did.
Ed Vignati
My apologies, but for the ones who wanted to know what the controls were on the radio this is the only way this old man knows how to explain it. TR/REC dual color LED, (3 legs), Red/Green for transmit and receive wired to the transmit switch using 550 ohm on the positive lead which goes to on off switch and 1.5K ohm on the green negative leg of the led, no resistor on the red negative leg of the led. I had the board mounted already and needed to find a way to hook up a dual color led without soldering to the relays. Hence: ¡°Give the hardest job to the laziest person and he will find the easiest way¡±, Single led, red for eye candy VU , it pulses dim and bright with the strength of signal coming from the sound output . It kind of looks cool listening to CW. Using pnp transistor and 1K pot and 100 ohm resistor. Works very good, still not up to my standard, needs improvement. PA power, There are two12 V jacks in the back of the radio, one is connected to the radio on off volume control switch and the other goes to a pushbutton on-off switch and from there to the PA /Volt switch. The PA volt switch is DPDT. DPDT Switch: The two top terminals are positive and negative coming from the volume control on off switch, the bottom two terminals come from the DC to DC step up converter and the two middle terminals of the switch go to the PA connection on the board. ?I have installed a DC step up converter, 12 to 32 V, I removed the 10K micro potentiometer from the step up converter and wired in a 10K potentiometer below the voltmeter, this allows me to adjust and monitor the voltage going into the PA, when the switch is in the up position. When the switches in the down position the voltage comes from the main power input to the radio. ?I have a problem, it creates a motorboat noise when hooked up to the same power supply so I added another Jack in the back to go to the PA switch using a 12 V battery, then the noise is virtually eliminated. I¡¯m using an inexpensive Chinese DC step up converter, I need to get a good one hopefully that would eliminate the problem. Thought for the future. For tuning I use a 10 turn potentiometer in place of the one that came with the kit. There was a modification to reduce the brightness of the LCD display, instead of installing a resistor of greater value I installed a 1K potentiometer with a 100 ohm resistor in line as suggested by another ham so I wouldn¡¯t overload the LCD now I can adjust the brightness for nighttime or from outside in the daylight. There¡¯s a great deal going on eBay right now for two 8 ohm speakers nice size magnet and they sound great, just a little¡¯s over six dollars for two of them shipped, here¡¯s the link check it out; ?I used a 2 ? inch hole saw, wish I had a 3 inch. I attached a grill cloth first, then part of the screen from a screen door, added protection, and then the speaker. I attached the speaker to the Jack in the front so when you put on headphones it disconnects the internal speaker. ? The frequency display was only off 1 kHz which was easily calibrated per instructions by just grounding the red wire coming from the eight pin connector on the LCD. On February 18 at 1 AM in the morning using approximately 4 ? to 5 W output power, (I didn¡¯t have the step up converter installed yet ) from my QTH which is approximately 17 miles southwest of Walt Disney World, I made contact with WY7KY? ?CHEYENNE, WY, ? W9EEE ?Columbia City, IN ? and?? K4RVM ? Louisville, KY . I was given great signal reports between 55 and 57 and they said my Audio was excellent and they could not believe it was a QR P radio. Needless to say they wanted to know more about it so I email them all the information. This is a kit everybody will fall in love with. ? 73s and God Bless ????????????? Eddie kj4fgi ? ? |
Re: Finished and calibrated, thanks to everyone the BITX20 group. I only wish I could build the nice displays many of you did.
Ed Vignati
TR/REC dual color LED, (3 legs), Red/Green for transmit and receive wired to the transmit switch using 550 ohm on the positive lead which goes to on off switch and 1.5K ohm on the green negative leg of the led, no resistor on the red negative leg of the led. I had the board mounted already and needed to find a way to hook up a dual color led without soldering to the relays. Hence: ¡°Give the hardest job to the laziest person and he will find the easiest way¡±, Single led, red for eye candy VU , it pulses dim and bright with the strength of signal coming from the sound output . It kind of looks cool listening to CW. Using pnp transistor and 1K pot and 100 ohm resistor. Works very good, still not up to my standard, needs improvement. PA power, There are two12 V jacks in the back of the radio, one is connected to the radio on off volume control switch and the other goes to a pushbutton on-off switch and from there to the PA /Volt switch. The PA volt switch is DPDT. DPDT Switch:? The two top terminals are positive and negative coming from the volume control on off switch, the bottom two terminals come from the DC to DC step up converter and the two middle terminals of the switch go to the PA connection on the board. ?I have installed a DC step up converter, 12 to 32 V, I removed the 10K micro potentiometer from the step up converter and wired in a 10K potentiometer below the voltmeter, this allows me to adjust and monitor the voltage going into the PA, when the switch is in the up position. When the switches in the down position the voltage comes from the main power input to the radio. ?I have a problem, it creates a motorboat noise when hooked up to the same power supply so I added another Jack in the back to go to the PA switch using a 12 V battery, then the noise is virtually eliminated. I¡¯m using an inexpensive Chinese DC step up converter, I need to get a good one hopefully that would eliminate the problem. Thought for the future. For tuning I use a 10 turn potentiometer in place of the one that came with the kit. There was a modification to reduce the brightness of the LCD display, instead of installing a resistor of greater value I installed a 1K potentiometer with a 100 ohm resistor in line as suggested by another ham so I wouldn¡¯t overload the LCD now I can adjust the brightness for nighttime or from outside in the daylight. There¡¯s a great deal going on eBay right now for two 8 ohm speakers nice size magnet and they sound great, just a little over six dollars for two of them shipped, here¡¯s the link check it out; ? ?I used a 2 ? inch hole saw, wish I had a 3 inch. I attached a grill cloth first, then part of the screen from a screen door, added protection, and then the speaker. I attached the speaker to the Jack in the front so when you put on headphones it disconnects the internal speaker. ? The frequency display was only off 1 kHz which was easily calibrated per instructions by just grounding the red wire coming from the eight pin connector on the LCD. On February 18 at 1 AM in the morning using approximately 4 ? to 5 W output power, (I didn¡¯t have the step up converter installed yet ) from my QTH which is approximately 17 miles southwest of Walt Disney World, I made contact with WY7KY? ?CHEYENNE, WY, ? W9EEE ?Columbia City, IN ? and?? K4RVM ? Louisville, KY . I was given great signal reports between 55 and 57 and they said my Audio was excellent and they could not believe it was a QR P radio. Needless to say they wanted to know more about it so I email them all the information. This is a kit everybody will fall in love with. ? 73s and God Bless ????????????? Eddie kj4fgi ? ? |
Re: Flutter Fix
Jack Purdum
Yes. Almost all of the parts can be ordered from Tayda electronics, but some are from ebay. (Tayda is pretty quick as they have a distribution warehouse in CO.) Probably most can be purchased domestically, but at greater cost.? Keep in mind that you can sometimes negotiate a better price if you buy in quantity. For example, the Mega 2560 Pro Mini is $15.50, but I bought 10 for $10 each. I did this as a club build for 24 members, so I got some pretty substantial discounts on encoders, DDS modules, the display, and the Mega. If there's an entrepreneur out there, this might be a way to make a little cash on the side. Jack, W8TEE From: Roy Appleton <twelveoclockhigh@...> To: [email protected] Sent: Wednesday, February 22, 2017 12:45 PM Subject: Re: [BITX20] Flutter Fix That's what I was thinking too. At almost 70 I can't wait too long for some of these projects! As I understand it, the only part of this PKAA project that we can order is a empty PCB and all the rest of it we have to source individually? Roy WA0YMH Carrollton, TX On Feb 22, 2017 10:14 AM, <mikeyancey@...> wrote: On Tue, Feb 21, 2017 at 07:25 pm, Jack Purdum wrote:I have an article coming out in QST on an Arduino antenna analyzer. |
Re: Flutter Fix
Jack Purdum
Fred: The following are the sizes for the main parts of the AA: The display: ????????????????????????????????????????3.375"x2.25" Main PCB: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 3.50"x2.25" Display-PCB-Arduino&DDS height: ? ?1.375" The PCB has a hole for a power connector, but we mounted it off board. The SPDT switch on the case selects between battery and wall wart. A standard 9V (500 mAh) will work, but won't last too long because the display uses more power than an LCD display. An 800mAh rechargeable would be a better choice and can be mounted inside the case. We used a BNC connector, but that's up to the user. Keep in mind that a rotary encoder is also used and must be mounted on the case. Jack, W8TEE From: Fred Finster via Groups.Io <wb7odyfred@...> To: [email protected] Sent: Wednesday, February 22, 2017 1:26 PM Subject: Re: [BITX20] Flutter Fix If you gave me dimensions jack, I would like to collaborate on building a LibreCAD DXF drawing for a metal case for your Antenna Analyzer. ? Would there need to be room in side the case for a battery to make it portable outside the ham shack to the antenna site? ? ?Happy to see the thoughts you share on the list, and see the people you help, plus this antenna analyzer you have created.? Fred Finster WB7ODY |
Re: Flutter Fix
If you gave me dimensions jack, I would like to collaborate on building a LibreCAD DXF drawing for a metal case for your Antenna Analyzer. ? Would there need to be room in side the case for a battery to make it portable outside the ham shack to the antenna site? ? ?Happy to see the thoughts you share on the list, and see the people you help, plus this antenna analyzer you have created.? Fred Finster WB7ODY |
Re: CW or not to CW?
My BitX40 arrived last night. Can't tell you how happy I was to see the box in good order! Since I haven't done one of these before, I am going to build it as provided, but... ?I am really interested in figuring out it is possible to turn it into a single-purposed digital modes or CW transceiver. ?I don't want to make it an all purpose rig, though, so I am willing to give up phone. ? And that makes the last couple of emails from the list timely, though I admit after following the list for the last month or so that I am feeling a little under-prepared to hack this rig. Some of the stuff being done here is amazing! That said, has anyone given serious thought to converting a bitx40 to CW or digital mode only use?? Thanks and 73 Bill K7WXW |
Re: Enclosure for BITX40
I haven't got my BITX40 yet but I'm planning to assemble it in??case complete with internal battery power. ?I received the case yesterday (3 day shipping from IL) and it is of high quality (though heavy for my intended SOTA use). Being aluminum, it eliminates the need for copper tape for RFI protection and can be used as a heatsink for higher PA output. ?My layout will mimic that of ?who has kindly provided measurements for his layout. ? Heat sinking the PA to the chassis should be possible with JAMECO part #2227284. 1/4" and 1/8" knobs can be found as parts?2239120, 265051, or 265077. I plan to use my BITX40 from a backpack, powered by 3 LiPo batteries in the case. Both speaker and mic will only be from an external setup wired to a 4 pin headphone jack compatible with my Samsung smartphone earbuds and a recycled speakermic already made up for another homebrew project. So, I'll run that through a single Jameco part 2201607. I think I'll add RF gain control and an external barrel connector in the back in case I want to power from something else. I'm also considering adding a small bluetooth audio option but that may not work with the 100% metal case. Keep the ideas and results coming! Cheers, Peter, K3OG |
Re: Flutter Fix
That's what I was thinking too. At almost 70 I can't wait too long for some of these projects! As I understand it, the only part of this PKAA project that we can order is a empty PCB and all the rest of it we have to source individually? Roy WA0YMH Carrollton, TX On Feb 22, 2017 10:14 AM, <mikeyancey@...> wrote: On Tue, Feb 21, 2017 at 07:25 pm, Jack Purdum wrote:I have an article coming out in QST on an Arduino antenna analyzer. |
Re: no matching function for call??
¿ªÔÆÌåÓýManage libraries, si5351 search there should be a popdown button selecting the version and install it
Sent from my iPhone
|