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
Lousy Band Conditions
#ubitx
I had luck enough to make a couple of contacts last weekend, but since then the bands seem to have dug a hole, crawled in, and pulled the hole in behind them. I can't hear *anything* out there except for a few squeals of heterodyne and a lot of hash. Even if my antenna was a two-foot piece of rebar, I'd expect to at least HEAR things even if I couldn't get out more than a block, but I'm not hearing diddly.
So my question is, did I blow out the front end or something? I checked the band conditions and last night they were practically zero across the board. I think 30 had a "4" or something, but the rest were flat at the bottom. I suppose the website could be broken, too, so I'm still going to ask if anyone else has been hearing anything worth mentioning, or have I built a wonderful radio and some nice antennage just in time for the bands to die like a squirrel on a six-lane highway? Never fails. If I buy a raffle ticket, the Monsignor wins the Cadillac. 73, Gwen NG3P |
Re: Homebrew from scratch
#ubitx
Peter,
That is a very nice layout. I'm torn though because I really like the ease of soldering SMD parts, it is much faster, however I like having the si5351 and Arduino onboard. This would make a nice uBitx with a Nextion display. Joel N6ALT |
Re: Bitx arduino reprograming
Elmar V?ller
¿ªÔÆÌåÓý.Jack,First, upload Raduino software v 1.27.7 how is described in github was Not possible because I can not select the port. (Win7 and notebook) why.?.? With win10 on my sons pc it was no problem. Now I have fixed the hardware and hope only the nano board was killed. Shame on me old guy. Thanks again Elmar, dl2qa¡ª-g qrp 3231
|
Re: Bitx arduino reprograming
Jack Purdum
I forgot about that possibility. Some old Nanos could have been set with the old bootloader and they are not backwards compatible. If he still has problems, that might be something to try. Jack, W8TEE
On Wednesday, July 11, 2018, 9:16:22 AM EDT, Rick Price <rickprice48@...> wrote:
Jack,
Not sure why but on a couple of nano's I have I needed to
select the chip as 328P old boot loader.? When I used just the 328P chip
select the code appeared to load but nothing happened when I tried to run it in
the nano.? Using the 328P old boot loader selection the code loaded and
then ran.? Hope you have an explanation for that and maybe it is not
applicable here.? Just a suggestion, not trying to confuse the
issue.
?
Rick KN4AIE From: [email protected] [mailto:[email protected]] On Behalf Of Jack Purdum via Groups.Io Sent: Wednesday, July 11, 2018 9:08 AM To: [email protected] Subject: Re: [BITX20] Bitx arduino reprograming Actually, once you fix the broken line, the code should work. However,
let's make sure the Nano is getting the compiled code. Try this:
Load the Arduino IDE
Plug the USB connector into the Nano
Check to make sure the Arduino Nano is selected (Tools --> Board)
Check to make sure a COM port is assigned to the Nano (Tools -->
Port)
??? These last 2 steps must be set to go any further
Load the Blink program (File --> Examples -->01.Basics -->
Blink)
Compile/upload Blink sketch
If you can do this and the Nano red LED blinks in a 1 second rhythm, you
know your Nano is good. Assuming that all is well, then try:
Load the LCD Hello World program (File --> Examples --> LiquidCrystal
--> Hello World). Note that this program may be pretty far down the
list.
Compile/upload the Hello World sketch.
If this works, then I don't know why the Bitx code doesn't work. If this
does not work, then start looking for some kind of wiring/connection error
between the Bitx board and the Raduino board.
Jack, W8TEE
On Wednesday, July 11, 2018, 7:38:19 AM EDT, Elmar V?ller
<dl2qa@...> wrote:
Jack,
Have load the software up but can¡¯t see anything on display.
I checked the hardware and found ?a broken line (no voltage 3,3volt on
si5361a).
Surely I have to reload the software and see what happens.??
73s
I?
Von meinem iPad
gesendet
|
Re: Bitx arduino reprograming
¿ªÔÆÌåÓýJack,
Not sure why but on a couple of nano's I have I needed to
select the chip as 328P old boot loader.? When I used just the 328P chip
select the code appeared to load but nothing happened when I tried to run it in
the nano.? Using the 328P old boot loader selection the code loaded and
then ran.? Hope you have an explanation for that and maybe it is not
applicable here.? Just a suggestion, not trying to confuse the
issue.
?
Rick KN4AIE From: [email protected] [mailto:[email protected]] On Behalf Of Jack Purdum via Groups.Io Sent: Wednesday, July 11, 2018 9:08 AM To: [email protected] Subject: Re: [BITX20] Bitx arduino reprograming Actually, once you fix the broken line, the code should work. However,
let's make sure the Nano is getting the compiled code. Try this:
Load the Arduino IDE
Plug the USB connector into the Nano
Check to make sure the Arduino Nano is selected (Tools --> Board)
Check to make sure a COM port is assigned to the Nano (Tools -->
Port)
??? These last 2 steps must be set to go any further
Load the Blink program (File --> Examples -->01.Basics -->
Blink)
Compile/upload Blink sketch
If you can do this and the Nano red LED blinks in a 1 second rhythm, you
know your Nano is good. Assuming that all is well, then try:
Load the LCD Hello World program (File --> Examples --> LiquidCrystal
--> Hello World). Note that this program may be pretty far down the
list.
Compile/upload the Hello World sketch.
If this works, then I don't know why the Bitx code doesn't work. If this
does not work, then start looking for some kind of wiring/connection error
between the Bitx board and the Raduino board.
Jack, W8TEE
On Wednesday, July 11, 2018, 7:38:19 AM EDT, Elmar V?ller
<dl2qa@...> wrote:
Jack,
Have load the software up but can¡¯t see anything on display.
I checked the hardware and found ?a broken line (no voltage 3,3volt on
si5361a).
Surely I have to reload the software and see what happens.??
73s
I?
Von meinem iPad
gesendet
|
Re: Should I calibrate my rig? (CEC firmware)
#calibration
#ubitx
On Tue, Jul 10, 2018 at 10:07 pm, Eardan wrote:
Jeff had the same problem also this link should help you figure out how to calibrate it?This article mentions using WSPR to get information about your TX actual frequency.? You can use the WSPR website data about your transmissions to find out what the receiving stations think your frequency is.? Could you simply average the receiving stations' frequency reports and use that as the actual frequency? |
Re: Bitx arduino reprograming
Jack Purdum
Actually, once you fix the broken line, the code should work. However, let's make sure the Nano is getting the compiled code. Try this: Load the Arduino IDE Plug the USB connector into the Nano Check to make sure the Arduino Nano is selected (Tools --> Board) Check to make sure a COM port is assigned to the Nano (Tools --> Port) ??? These last 2 steps must be set to go any further Load the Blink program (File --> Examples -->01.Basics --> Blink) Compile/upload Blink sketch If you can do this and the Nano red LED blinks in a 1 second rhythm, you know your Nano is good. Assuming that all is well, then try: Load the LCD Hello World program (File --> Examples --> LiquidCrystal --> Hello World). Note that this program may be pretty far down the list. Compile/upload the Hello World sketch. If this works, then I don't know why the Bitx code doesn't work. If this does not work, then start looking for some kind of wiring/connection error between the Bitx board and the Raduino board. Jack, W8TEE
On Wednesday, July 11, 2018, 7:38:19 AM EDT, Elmar V?ller <dl2qa@...> wrote:
Jack, Have load the software up but can¡¯t see anything on display. I checked the hardware and found ?a broken line (no voltage 3,3volt on si5361a). Surely I have to reload the software and see what happens.?? 73s I?
|
Re: Inexpensive eBay Amplifier Kits
The existing filter can be used to make one for either 40/30m or 30/20m.? You cannot cover
40 and 20m with the same filter as the 40M harmonics fall in or near 20M.? ?Of course external switched filter is easy to do. The 13.56mhz is generally used for heating and other processes allowed in the ISM band. Those less than 100W amps are likely used as drivers for KW sized (induction heating and sputtering).? As a result linearity is not a factor and class B or C is often the case. Allison |
Re: Inexpensive eBay Amplifier Kits
I recently bought one on AliExpress.
This one features a built-in LPF, which seems unusual - but really convenient. The provided LPF is for 13.56 MHz, but retuning for a ham band seems fairly simple. I have not had time yet to built this kit, but I have contacted the maker a couple of times and they seem responsive. That said, I think getting them to provide a different filter will be a long, drawn out process, and not in keeping with a $20 kit. The 13.56 MHz filter is not far from what's needed for 40, 30, or 20 meters, so the provided toroids could likely be used. 73, Paul K2AYZ |
Re: Bitx arduino reprograming
Elmar V?ller
¿ªÔÆÌåÓýJack,Have load the software up but can¡¯t see anything on display. I checked the hardware and found ?a broken line (no voltage 3,3volt on si5361a). Surely I have to reload the software and see what happens.?? 73s I?
|
Hi Allard!
Thank you for the fast response.? Yes, I did adjust LSB from 180 ppm to 90 ppm and USB from default to 1310 Have. Also changed the LSB drive level to 2 mA, frequency span to 100 KHz and scan interval from default to 7.150 - 7.250 MHz. As before, after each change I pressed the FB to go back to settings. Once all these changes are in place the radio works as it should until I power down. At the next power up it loads again the factory settings. I went and modified the factory settings in the sketch, so I am left with the annoying issue of starting with VFO A = VFO B = 7.125 MHz and the message. I can probably go and change those things too, but I would like to have the radio remember where I left when power down. 73, Ion VA3NOI -- Ion VA3NOI |
Re: uBITX raduino no if output help please
Hi Mike
toggle quoted message
Show quoted text
It would seem that the Arduino is probably ok if the display is working normally.?? Maybe a bad solder joint in there.? glenn vk3pe On Tue, Jul 10, 2018 at 10:39 pm, <vk3xl@...> wrote: Hi Glenn, good to hear from you again. I get no RF of any sort from any pin on the raduino. The LCD appears to function normally. The 25mhz crystal is oscillating. Someone above suggested the nano may be dead. I will try a reflash and if its bricked then I will replace the nano. |
Hi Ion,
toggle quoted message
Show quoted text
When you went through the calibration procedure after the upgrade, did you actually change any of the calibration values, or did you just accept the initial default values? If you didn't actually change any of them, then the Raduino will "think" that calibration hasn't been performed, hence the message "uncalibrated" will be shown. 73 Allard PE1NWL On Wed, July 11, 2018 04:52, Ion Petroianu, VA3NOI wrote:
After a lont time of using my Bitx40 with Allard's 1.09 firmware I decided |
Re: #ubitx Where does D2 obtain 5v from?
#ubitx
Which flip flop?? On Tue, 10 Jul 2018, 06:46 Ed Beckerich, <kc8sbv@...> wrote: I had a solder bridge between the anode of D2 and pin 14 on the flip flop IC. They both seem to want 5v, and I was unsure, but used my xacto to break the bridge. Now the flip flop checks to the 5v check point next to resistor R62 on my #2 uBitx board. But the D2 anode does not seem to get 5v from the same point. What am I missing, and should I put the solder bridge back? |
Re: uBITX Firmware CEC Version 1.08 Release
#ubitx
W7PEA
I was finding it hard to find all the links to the things, so I put the uBITX Firmware CEC on its own page and updated it to this latest info
/g/BITX20/wiki/uBITX-Firmware-CEC-by-KD8CEC? Thank you Ian for all your amazing work! Happy 1.08 customer on uBITX v3. 73 Patrick W7PEA |
Re: ubitix v4
Raj, the price will go up, not come down. It will also be another thing for newbies to be confused about. For those who want to use a different audio amp, you have to just wire it up out of the volume control. It is as easy ss it gets even now. - f On Wed, 11 Jul 2018, 13:14 Raj vu2zap, <rajendrakumargg@...> wrote:
|
Re: Homebrew from scratch
#ubitx
Peter Carr
In the attached ZIP file are the files for this PCB plus the schematic etc.
Please read the README file as this has information about the other files along with some notes about circuit changes etc. I hope you find this useful. 73's Peter M0HYT |
Re: ubitix v4
Farhan,
toggle quoted message
Show quoted text
What I would like to see uBitx become more hacker friendly. Please put the audio on a daughter board with a 0.1" pitch socket so we can plug in any chip or discrete home brew board Secondly daughter boards for the filter and the two bidi amps which I call townships. The mother board will shrink and be more hackable. I guess that costs will come down a bit.. Raj At 10-07-18, you wrote: The LM386 can be improved. Here are some great mods to the chip we love to hate |
to navigate to use esc to dismiss