Keyboard Shortcuts
Likes
- BITX20
- Messages
Search
Re: [BITxV6] BRICKED recovery help needed
?I'll agree that having a spare Nano is a good idea. I bought 2 or 3 myself, pins not soldered that way I can experiment with the raduinos for other project ideas, I have a coupe of Unit's, and another bigger arduino that I bought to experiment with. ?BTW, I don't care for the green screen that come with the raduinos, so I changed one to a blue screen. Pin for pin compatible, just had to solder ?Pins to the blue, and popped it in, so nice. ?Anyway, always a god idea to have spares when you experiment. On Tue, Jan 7, 2020, 8:24 PM Jerry Gaffke via Groups.Io <jgaffke=[email protected]> wrote: Andy, |
Re: mbitx V5 versus V6
Phillip, We have discovered that the Indian customs have opened quite a few of our boxes and packed them back badly. HF Signals is committed to replacing all of them. Write to hfsignals@... with pictures. - f On Wed 8 Jan, 2020, 2:52 AM Philip, <philip.g7jur@...> wrote: Mine turned up with damage. The volume pot broken off the the board, marks on the touch screen, and damage to the corners of the case. Also chipped paint work. |
Re: Hashtags!
Vince Vielhaber
And as soon as those who use email, rather than the web interface, start getting their messages rejected for lack of hashtag, you will see a lack of messages, not an increase of hashtags.
toggle quoted message
Show quoted text
Vince - K8ZW. On 01/07/2020 09:18 PM, Reed N wrote:
Perhaps requiring at least one hashtag could improve people's --
K8ZW |
Re: [BITxV6] BRICKED recovery help needed
Andy,
toggle quoted message
Show quoted text
If downloading firmware to the uBitx, not a bad idea to have a few spare Nano's handy: ? ?? Do buy a Nano without pins yet soldered in place as per that Elegoo product, since to mount it into the socket provided on the Raduino, the Nano pins must be soldered on the? top side of the Nano, not the bottom where normal people put them. Having spare Nano's, you can practice downloading firmware without even touching the uBitx. Once it is downloaded, can power everything off and with proper anti-static precautions, move the new Nano into the socket on the Raduino to try the firmware out. If the uBitx doesn't work, you can go back to the original Nano, see if that fixes it. Having spare Nano's also means you can play with them on other projects. They are very useful and fun.? You might get a few of the cheap 16x2 displays also. Many have noticed that the uBitx receiver works with the uBitx power switch off when a USB connection from a host computer to the Raduino is made.? The power from the USB connection goes "backwards" through the LM7805 regulator up into the main 12v rail of the uBitx. Though that 12v rail only has something less than 5v on it, the receiver behaves more or less normally.? It is possible that this could blow some 5v connection on a Nano due to too heavy a current, though I'm not sure anybody has experienced this. Might be best to add a 1n400x diode between the main uBItx 12v rail and the LM7805 regulator on the Raduino to prevent the backward flow of current from the USB connection.? I don't know why your uBitx failed. At $3, the Nano clones are of variable quality, perhaps it simply died for no particular reason. With any luck, replacing the $3 Nano (after first burning appropriate firmware) will fix your uBitx. Jerry, KE7ER On Tue, Jan 7, 2020 at 11:28 AM, Andy_501 wrote:
|
Re: uBITX V6.0 For Sale
Mark, Just before you ship it to someone else.. the rig is eniterly usable without the touch too. Here is how : Tap the tuning knob and a white square showing the focus will appear around one of the buttons or frequencies. Use the tuning knob to move it to the other button. Press again to select. If you press it over an already selected frequency, it falls into fast tuning mode, press again for normal tuning. I didn't get around to doing the same with the setup menu but it is used just a few times in the life of the rig. - f On Wed 8 Jan, 2020, 3:07 AM Mark WO7T, <wo7t@...> wrote: Full kIt arrived the day before New Years. Reflecting on packing it was OK...nothing was scratched,? |
Re: Hashtags!
Perhaps requiring at least one hashtag could improve people's experience, since it would inspire people to at least choose something relevant to their topic, and thus give others the opportunity to filter somewhat? Currently there are lots of threads with NO tag, and since we can't add them after they're made, there's no way to filter those threads at all.
From?/static/help: Requiring hashtags:?In a group set to Hashtags Required, all messages sent to a group must be tagged with at least one hashtag. Reed |
Who can I call?
Neil k8it
As many of you know I am a totally blind Amatuer trying to calibrate a V6 complete kit. I am willing to call someone who can help me understand the procedure as I have tried several times with varied results. If you are willing to help me , please send me your telephone number direct.
K8it@... Thanks 73 Neil k8it |
Re: Help with troubleshooting Bitx40 - no transmit.
#bitx40help
Would Q13 cause those resisters to fry?
|
Re: ubitx #v6 Screen Speed Mod
#v6
¿ªÔÆÌåÓýI¡¯m on vacation right now, but when I get back, I¡¯d be happy to share a branch I made to support interrupt driven encoder wheel. Rather than calling read_enc() and waiting around 200ms or whatever it waits, instead the pin change interrupts on the encoder wheel call an ISR to increment or decrement a counter, and read_enc() just returns and clears that counter. So the UI responsiveness is Improved (immediate return instead of waiting to count clicks) and it doesn¡¯t miss clicks when not looking for them.? I got this working, then immediately left for vacation with the family. If you¡¯re interested, I can share a PR this coming Saturday or Sunday.? 73 de KR6ZY -Mark On Jan 5, 2020, at 3:32 PM, Reed N <greenkid336600+groupsio@...> wrote:
|
Re: Slow V6 screen
Oh, excellent! I won't bother with the hex then :)
Let me know if you run into any hiccups on the?/g/BITX20/topic/ubitx_v6_screen_speed_mod/69375908?p=,,,20,0,0,0::recentpostdate%2Fsticky,,,20,2,20,69375908?thread Reed |
Re: Slow V6 screen
@Philip - I'll try and get you a hex file tonight. I don't have one on hand.
@Armando - pdq_gfx_update is what I'd recommend, since several people have reported success using it. one_stop_settings apparently has some gremlins in it that I won't be able to sort out until I actually finish my build, and fix_morse only fixes the "F" in the morse playback without modifying the screen at all. Reed |
Re: Slow V6 screen
Reed, which branch are you recommending as most stable and fast? pdq_gfx , one_stop or fix_morse? A On Tue, Jan 7, 2020 at 4:47 PM Reed N <greenkid336600+groupsio@...> wrote: Philip, |
Re: Slow V6 screen
¿ªÔÆÌåÓýYeah upgrade to a Teensy 4.0 with W0EB¡¯s daughter board and watch how fast it goes¡? The display will be the rate limiting step. ? ? From: [email protected] [mailto:[email protected]] On Behalf Of Curt via Groups.Io ? Interesting reaction.? I watched Ashar's video introducing v6 and it seemed fast enough to change bands etc.? usually its the tuning knob and volume control that get all the action.? I didn't see a 'use' for a fancy display but the work that went into v6 looks rather nice.? -- ¡_. _._ |
Re: Help with troubleshooting Bitx40 - no transmit.
#bitx40help
Replace Q13...It has most likely shorted internally...It is the predriver to the transmitter stage...
|