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: ERF2030+ RF Power Mosfet Transistor, 30 Watt PEP per $1.00
Unfortunately their "datasheet" is more of an app note on how to hack various radios.
toggle quoted message
Show quoted text
Near as I can tell, they haven't bothered to create a real datasheet.? Good luck. On Fri, May 18, 2018 at 10:08 am, Juan Carlos Berberena Glez wrote: Hi Coleagues, |
Re: Volume potentiometer
Vince Vielhaber
Route your +12V thru it. It's your on-off switch.
toggle quoted message
Show quoted text
Vince. On 05/18/2018 01:43 PM, aronax37@... wrote:
How to wire up the two contact on the black back of volume potentiometer? --
Michigan VHF Corp. |
Re: Raduino CAD Files
Vince Vielhaber
On 05/18/2018 01:33 PM, Jerry Gaffke via Groups.Io wrote:
Simple solution. Separate the 5351 from the controller and display. Get that controller a ways away and it also has the benefit of more case options. Vince. -- Michigan VHF Corp. |
Re: Raduino CAD Files
Bob
Some of the features, like the display, are intertwined throughout the code and hard to separate. Others, like the encoder, are just little pieces of code that mostly stand alone. However, even the encoder handler consists of code in the declarations area to define variables, code in the setup section to set up the interrupts, code in the actual interrupt handler and code in the main loop.. Plus, I made a hardware change to the Raduino to exchange some signal lines with others that were more appropriate for the encoder task. I'd have to clean up the sketch which consists of about 8 files and?is in a spaghetti-like state right now because it's under extreme development and contains bunches of debug stuff, and also document it as a first line of defense against the many questions it would raise.in its present state. I'd like to do all that when the functionality stops evolving, but for now the best I can do is describe my approach and send out-of-context? snippets. Having said that, I'd be pleased to answer pointed questions and provide example code snippets. Joe |
Re: Raduino CAD Files
Joe,
toggle quoted message
Show quoted text
You've definitely got your S-Meter requirements taken care of.? ;-) And would indeed be a shame to waste those dual SPI displays on a Nano. Let us know what feels right in a final radio and what is stuff you maybe didn't need. There's a wide range of STM32F parts available, different amounts of memory, ADC speeds and type, FPU. Access to that in? pin compatible packages is worth a buck. Quality and some details (is USB bootloader in flash?? which pin is the LED tied to?? does it work at all?) on a $2 BluePill can vary considerably.? Pretty much zero glue needed except LED's and R's and a voltage regulator. I'd prefer something other than an 8mhz resonator on the processor. We're seeing trouble with the Nano's where the 16mhz and 12mhz resonators can sometimes choose to be of a frequency where fundamental or harmonics of?that and the BFO create audio tones that are hard to kill. When that happens, best bet is to clip out the Nano and try a different one as those resonators are dinky. Likewise, I'd just as soon not have a USB interface running while using the radio, I'm fine with something like this to program the firmware via the bootloader in ROM using a UART interface from a host USB port: ? ?? That item can be configured for 5v or 3.3v io to the Arduino. It's much easier to choke out any RF from those 9600 baud UART lines than it is to clean up a 12mhz USB interface, and sometimes we will want that running while operating the radio. Jerry On Fri, May 18, 2018 at 08:12 am, W3JDR wrote: BTW, I considered starting out at the STM chip level, but you can buy the whole board cheaper than you can buy the chip. And you'd have to put all the necessary 'glue' around it and then build it and burn an Arduino compatible bootloader into it. Also, an FPU is primarily useful in DSP applications, and I see that as being a separate unit, so I'm going the Pill route. |
Re: Encoder issue
Mike aka KC2WVB
Well, I opened the box for the BitX40 thinking I could borrow its rotary encoder until my replacements came in for the full band uBitX radio I am having an issue with. Lo and behold the single band radio uses a 10K potentiometer for tuning, so I will build it and wait for the new rotary encoder to arrive. After this one is assembled I want to explore the idea of tuning the uBitX with an alternative method aside from the encoder. Any ideas out there? On Fri, May 18, 2018, 1:01 PM Mike aka KC2WVB <rb5363@...> wrote:
|
Re: Raduino CAD Files
Vince Vielhaber
Thanks! I just bought one with the ST-Link.
toggle quoted message
Show quoted text
Vince. On 05/18/2018 11:58 AM, W3JDR wrote:
Depends on which one you buy. Some (most) require that you put a --
Michigan VHF Corp. |
Encoder issue
Mike aka KC2WVB
I completed, to the point of testing, the UBitx's receiver late last night. There is little for the builder to assemble and since the board/raduino minus a few discrete components such as the rotary encoder was tested prior to shipping if something was to be amiss it is likely to be associated with the discrete components added by the builder.
?
Something is amiss. The push button feature of the encoder was not properly engaging the menus associated with the raduino. The rotary feature of the encoder was not properly resulting in the portion of the spectrum being listened to having undergone change. Specifically a single push on the encoder's shaft resulted in the display reading, "Band Select ?" and a subsequent or follow up push on the encoder's shaft resulted in "Press to Confirm" being displayed in the LCD screen. One more push brought the display back to "LSB A: 7.150.050" being displayed and any rotary motion applied to the encoder's shaft saw little or no change in the frequency being displayed or heard. It should be noted that the receiver seems to be fine because on a few occasions rotary input resulted in changes that led to several stations in the 40 meter band being heard.
?
I suspected an issue with the encoder and performed a simple voltage test of the encoder's pin outs. The output associated with the black wire showed voltage changing high/low as expected. The output associated with the brown wire was not as expected for it was a constant high or near 5 volts when the shaft was rotated. The output associated with the red wire was changing high to low when the encoder shaft was pushed but in a manner that was erratic.
?
At this point, knowing the main boards were tested prior to shipping, I am assuming the rotary encoder is defective. It also should be noted that wiring the rotary feature of the encoder backwards would only see a change in direction of up the band versus down the band being displayed/tuned by rotating the encoder shaft, so miss wiring is not the cause of the issue.
?
Late last night I ordered 5 rotary encoders, they are fragile, that match what came with the kit from the parts supplier, Digi Key. I also have the 40 meter version of the kit arriving soon that I can borrow an encoder from. My plan is to replace the rotary encoder.
?
?The encoder is more or less meant to be installed on a board with traces much like an IC and is rather fragile. I am thinking that when I make the change/swap that I will first mount the encoder on a bit of board that has foil traces leading to each pin out so as to prevent the pin outs from being damaged during the soldering of the wires leading back to the raduino.
?
Once the swap has occurred I hope to see that the radio is responding to input at the rotary encoder but electronics and micro controllers, not being in the domain of my field, lead me to ask if there is anything that I have overlooked that might be the cause of the issue that I experienced?? Incidentally, the BitX40 arrived today, so I will try sealing out the encoder and report back on the result. Also, the Digi Key part number isPEC11R-4020F-S0012-ND and runs $1.68 each. Thanks, any useful information on this issue will be welcomed. Mike |
Re: uBITX Wireup Diagrams on the HF SIGNALS WEBSITE ARE WRONG!!
#ubitx
#ubitx-help
If you have a jack wired for a straight key you need another jack for the paddle.? Or you can make an adapter, which is what I did.
Sketch attached: 73, Al, N1AW |
Re: Raduino CAD Files
Bob Smallwood
Joe,? I like some of the uBitX changes you are showing in your blog. Any possibility of seeing code for the TFT screen/functions, and the accelerating encoder step size?? Thanks!? Bob, N3FM Bob, N3FM <object width="290" height="130"><param name="movie" value="" /><embed src="" type="application/x-shockwave-flash" width="290" height="130" /></object> On Fri, May 18, 2018 at 11:58 AM, W3JDR <joe@...> wrote: Depends on which one you buy. Some (most) require that you put a bootloader in via STLink. There are, however, a few on EBay that sell them with the bootloader already burned in. They cost a buck or 2 more, but it's worth it. The one I'm using has a Maple Mini bootloader in it, which is supported by the Arduino IDE. Works great once you get your system set up with the correct hardware mapping files. BTW, these boards are advertised as having 64K memory, but every one I have works up to 128K. |
Re: Raduino CAD Files
Depends on which one you buy. Some (most) require that you put a bootloader in via STLink. There are, however, a few on EBay that sell them with the bootloader already burned in. They cost a buck or 2 more, but it's worth it. The one I'm using has a Maple Mini bootloader in it, which is supported by the Arduino IDE. Works great once you get your system set up with the correct hardware mapping files. BTW, these boards are advertised as having 64K memory, but every one I have works up to 128K.
See STM32Duino.com. Joe |
Re: Mic doesn't work in bitx40
#bitx40
Here's a scan of my notes on making a microphone with the components supplied with the ubitx.
|
Re: Raduino CAD Files
Vince Vielhaber
Can you program the blue pill thru the USB or do you have to use the ST-Link?
toggle quoted message
Show quoted text
Vince. On 05/18/2018 10:00 AM, W3JDR wrote:
Thanks everyone for the help! --
Michigan VHF Corp. |
Re: uBITX Wireup Diagrams on the HF SIGNALS WEBSITE ARE WRONG!!
#ubitx
#ubitx-help
I'd add the diode should be after the fuse.
That protects the wires from being burnt up is there is reverse polarity. One note: Clean the key contacts!? Seriously its a known problem since the telegraph days. Bounce is a software issue but high resistance contacts should not be.? Its also a painless fix. Allison |
Re: share your BITX success stories
As an aside on power supply filtering, the stock rig has about 'none' and is very susceptible to power supply noise, especially power supplies with switching regulators. There's not much margin for voltage loss in an input regulator, so I came up with a scheme that uses a cheap Ebay boost-buck regulator board and a built-in LiIon battery pack. This provides some filtering, isolation from input noise and the ability to run at full performance from battery even when the voltage drops below 10V.
Joe |
Shipping Paused?
The word earlier this week was that uBitx were being shipped from stock; I jumped on this news and ordered one on Monday expecting to see a shipping notification in a day or two.? It seems my card was charged yesterday but I have yet to see shipping information.?
I'm not worried, just curious what the status is. Kevin K5KDT |
to navigate to use esc to dismiss