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: Undervoltage Problems
Sure... ...it's funny NOW... ...!!!! -- Rich Sent from my MetroPCS 4G LTE Android device ------ Original message------ From: jerry@... Date: Thu, May 6, 2021 11:29 PM To: [email protected]; Cc: Subject:Re: [BITX20] Undervoltage Problems On 2021-05-06 20:07, Robert D. Bowers wrote: > Yes, especially back with the TTL devices.? I did encounter it a lot > when working on machines that used a LOT of TTL Power to chips. Here's something that happened to my neighbor: I was coding firmware at a networking equipment manufacturer, and Jimmy the hardware guy was in the next cubicle. He was tearing his hair out over a CMOS barrel shifter. This was a chip that would load an Ethernet packet and on every clock,the packet would proceed one step through the chip. I think it was 32 bits wide. Anyway the thing mostly worked. But every third Tuesday, it would drop a bit. Drove him crazy for a week or two, but he finally got it. *** There was no Vdd - that is, no power connected at the chip's power pin. But this was CMOS, and it would cheerfully run off any input pin that happened to be high. Being that this thing had a LOT of pins, there was (almost) always a high one somewhere. But every third Tuesday, the fates would give the chip all zeros - just for a tiny fraction of a millisecond. And it would lose its noodles. It was the sort of thing where you're amazed that it worked at all. - Jerry KF6VB |
Re: uBitx v6 boots up but unresponsive
#ubitxv6
My hunch is the same as Reed's.?
There is a touch threshold?Z_THRESHOLD.? Could be that your test sketch for the screen had a higher threshold or perhaps you may not have noticed it was always printing a value?) (I did not watch the video) You could uncomment the prints in touch_update() to debug what is going on. Rgds, Gary |
Re: Which 5" Nextion display to buy
Robert and Mike,
There are 3 series of Nextion displays now; Intelligent (The newest), Enhanced, and Basic.? For the ?BITX, there is more than enough processing power in the Basic versions, just not always enough memory.? I am not aware of any pre-compiled hex files for the Intelligent 5" display.? The most common for 5" that I have seen are for the Enhanced version.? You can find a tft file and then compile it for the model that you buy using the free Nextion editor.? The one problem that you could run into with a Basic display is running out of memory if you go to compile the program.? You also need to be aware that the screen files are bitmapped, not scalable, so a 2.4" source has to have all of the background files modified, and the button locations changed to make it work on a larger display.? A rather time-consuming process.?? The Nextion product home page is here: After all of that, I would suggest the Enhanced version:?NX8048K050 for 5" 73 Evan AC9TU |
Re: uBITX Nextion compatibility issue
On Thu, May 6, 2021, at 07:36 PM, <jereed@...> wrote:
My Nextion is NX483K035Joe, That is not a valid Nextion model number.? If you meant an NX4832K035?then it is an enhanced display, so you need an enhanced version of the screen files.? Attached are two that work.? Note that there is either an _E or Enhanced in the hex file name. 73 Evan AC9TU |
Re: Undervoltage Problems
Bob,
toggle quoted message
Show quoted text
Interesting, that agrees with what Reed had posted. I stand corrected. TTL outputs have a similar structure on the output buffers to what Reed showed, but use bipolar transistors instead of CMOS. I designed a bunch of TTL boards back in the 80's, we always just? switched them on.? Never occurred to us that we might try bringing them up slowly, in part because we didn't have a variable bench supply? that could supply the required 30 Amps or so. I didn't make a habit of powering up new boards slowly till about 20 years ago, the logic was mostly Xilinx FPGA's and they were relatively well behaved. Jerry, KE7ER On Thu, May 6, 2021 at 08:07 PM, Robert D. Bowers wrote:
|
Re: uBitx v6 boots up but unresponsive
#ubitxv6
Nicely presented video. It looks like after drawing the first screen, it just doesn't respond at all!
My initial hypothesis is that perhaps the touch screen is constantly reporting that a touch is happening, and that's locking up the rest of the system from doing anything. The first debugging step would be to see if you can get to the calibration menu to re-calibrate the touch screen. Using the stock software, press and hold the rotory button in, then turn power on. It should take you through the touch screen calibration (and LO and BFO too, but you can ignore those for now if you want, and revisit them later). See if you can get through those menus, and if after they complete, if the system behaves nicer. |
Re: uBitx v6 boots up but unresponsive
#ubitxv6
Redo Calibration and BFO..
toggle quoted message
Show quoted text
Raj At 07/05/2021, you wrote: Hi, |
Re: Undervoltage Problems
I used to repair minicomputers back in the late 1970's.? I could tell you a few horror stories about design issues with high amperage multi-voltage power supplies with (lead-acid) backup batteries on the low voltage lines.? Imagine 8 outputs and dual battery systems, and 50 amps output.? the main filter capacitor bank had over a quarter of a farad of capacitance.? This was a linear supply running at about 40% efficiency.
toggle quoted message
Show quoted text
Gerry Sherman Sent by the Thunderbird On 2021-05-06 10:07 p.m., Robert D. Bowers wrote:
Yes, especially back with the TTL devices.? I did encounter it a lot when working on machines that used a LOT of TTL - I'm not sure exactly what chips, but some boards (card rack based devices) would pull more current when the voltage was getting low - especially when near the minimum operating voltage.? I liked to keep the voltage on those machines as close to 5v (on the boards) as possible - it kept things running better and longer (and cooler).? I could usually tell when low voltage was a problem, partially because of how warm certain boards would run.? (I don't remember which brands or models, much less the boards - over 20 years ago now). |
Re: Undervoltage Problems
On 2021-05-06 20:07, Robert D. Bowers wrote:
Yes, especially back with the TTL devices.? I did encounter it a lotPower to chips. Here's something that happened to my neighbor: I was coding firmware at a networking equipment manufacturer, and Jimmy the hardware guy was in the next cubicle. He was tearing his hair out over a CMOS barrel shifter. This was a chip that would load an Ethernet packet and on every clock,the packet would proceed one step through the chip. I think it was 32 bits wide. Anyway the thing mostly worked. But every third Tuesday, it would drop a bit. Drove him crazy for a week or two, but he finally got it. *** There was no Vdd - that is, no power connected at the chip's power pin. But this was CMOS, and it would cheerfully run off any input pin that happened to be high. Being that this thing had a LOT of pins, there was (almost) always a high one somewhere. But every third Tuesday, the fates would give the chip all zeros - just for a tiny fraction of a millisecond. And it would lose its noodles. It was the sort of thing where you're amazed that it worked at all. - Jerry KF6VB |
Re: Undervoltage Problems
Yes, especially back with the TTL devices.? I did encounter it a lot when working on machines that used a LOT of TTL - I'm not sure exactly what chips, but some boards (card rack based devices) would pull more current when the voltage was getting low - especially when near the minimum operating voltage.? I liked to keep the voltage on those machines as close to 5v (on the boards) as possible - it kept things running better and longer (and cooler).? I could usually tell when low voltage was a problem, partially because of how warm certain boards would run.? (I don't remember which brands or models, much less the boards - over 20 years ago now).
toggle quoted message
Show quoted text
I used to repair old CNC and NC machines... and some of them had hundreds of TTL.? The 5v power supplies for them were massive - I may still have one (switching type - for replacement) in my 'stuff' - something like 5 volts at either 75 or 100 amps, well regulated, and very well cooled.? Some of those machines had heavy buss bars instead of cables for power to the racks - one had buss bars that were over 5/8 inch wide, 3/8 thick, solid copper with silver plating.? The ground busses (two) were even bigger.? The power supply that fed that beast was massive (linear type) and required a forklift to move. On 5/6/21 10:26 PM, Jerry Gaffke via groups.io wrote:
Bob, |
Re: Which 5" Nextion display to buy
Hi Mike,?
Just by coincidence, there is an explanation about how low voltage can damage a display on today's posts: ? ?/g/BITX20/topic/82625127 Hopefully, this will help, if your interested. 73, Robert, AG6LK |
Re: Undervoltage Problems
Bob,
toggle quoted message
Show quoted text
Have you noticed increased current draw when feeding less than the recommended voltage? Exactly what sort of electronic device was this? In my experience, that would be very unusual. Jerry, KE7ER On Thu, May 6, 2021 at 02:40 PM, Robert D. Bowers wrote: Most of the time I encountered undervoltage issues, the symptoms were pretty obvious and easily fixed.? The biggest thing I found was increased current draw as the components were stressed. |
Re: Which 5" Nextion display to buy
Hi Mike,
I'm not positive but I thought there was only two versions of the 5¡± Nextion. In not quite sure what the difference is between the two. I bought the Nextion ¡°Enhanced¡± 5¡± display because after reading several post it appeared that was the recommended one. I too just bought a case made for the 5¡± Nextion and also just received a uBITX V6.?I haven't had a chance to assemble ?it yet though. One thing you should read about on the forums is Nextion recommends using a different 5 volt voltage regulator and not to use the one that goes to the arduino. Something about if the power drops too low that you could dame the display. In the Nextion paperwork that came with it it suggest the same. There was no explanation why there could be damage though. Please don't consider my information as the authority, as I'm just learning too. 73, Robert, AG6LK |
Re: Undervoltage Problems
Not really necessary to clean off "Slopware 10" before installing Linux.? Just select to use the whole drive when installing the "Better Operating System Software" (BOSS) and it knows how to get rid of "10".
toggle quoted message
Show quoted text
Gerry Sent by the Thunderbird On 2021-05-06 4:40 p.m., Robert D. Bowers wrote:
I tend to agree with Jerry.? Most of the time I encountered undervoltage issues, the symptoms were pretty obvious and easily fixed.? The biggest thing I found was increased current draw as the components were stressed. |
Re: Undervoltage Problems
I tend to agree with Jerry.? Most of the time I encountered undervoltage issues, the symptoms were pretty obvious and easily fixed.? The biggest thing I found was increased current draw as the components were stressed.
toggle quoted message
Show quoted text
This sort of issue comes into play when you try to design close to the limits.? When I first started learning electronics and so on, I would hear friends talk about a "fudge factor"... for instance designing circuits so that they exceeded tolerances by a significant amount, in order to deal with issues like undervoltage.? That's why the idea (mentioned earlier) of protective circuits is so important, but for most of the applications I've seen, the actual (vs theoretical/given) tolerances provide for a more robust and tolerant circuit. Now that we're working with signals in the Ghz range and timing in the nanoseconds, these things should be in the back of a designer's mind, but at the same time there are other issues that need to be dealt with - like stray capacitance between traces and so on.? If your design is robust, the worst from a undervoltage would be temporary improper behavior. Undervoltages can also sometimes be useful.? When trying to trash W10 on a hard drive so you can install Linux, sometimes you have to resort to something drastic to "kill" Windows.? It may be quick and dirty, but yanking the cord in the midst of saving something to the drive a few times is a good way to force W10 out of the picture - and then you can clean the drive and start fresh. (GD&R!) Bob N4FBZ On 5/6/21 1:49 PM, Jerry Gaffke via groups.io wrote:
I haven't been following the forum too closely, but we seem to have |
uBitx v6 boots up but unresponsive
#ubitxv6
Hi,
i have a uBitx v6 that i put together 4 months ago. Radio was working fine the last time i used it 4 months ago. Then i got the radio shipped to another location. Now when i switch on the radio, the LCD display lights up as expected and i can hear some white noise (although very low audio level) but the radio is unresponsive. Neither is the touch nor the rotary encoder seems to change anything on the display. Steps followed to debug the issue until now On Arduino and LCD side
? On the? main board
Reference Video:? |
Re: Undervoltage Problems
I haven't been following the forum too closely, but we seem to have
toggle quoted message
Show quoted text
hundreds of Nextion displays on uBitx's, and zero incidents of Nextion displays getting blown by a low supply voltage. So to all those with a Nextion, I'd say don't worry about it, but be mindful of the possibility if voltage to the Nextion is below 4.75v. This could be a Nextion design issue, not a CYA issue. For pretty much any other electronics, don't worry about physical damage due to undervoltage at all.? Just unexplained behavior. Jerry, KE7ER On Thu, May 6, 2021 at 10:36 AM, Arv Evans wrote:
|
to navigate to use esc to dismiss