Non inverting Schmitt Trigger question
Collapse
X
-
Re: Non inverting Schmitt Trigger question
Back on this project, I wanted to go ahead and source some actual parts so we can at least prototype something, instead of just making assumptions since it could go on forever like this.
As I previously wrote, after my previous searches trying to find the "best" transistors to use (which don't actually exist, since nothing is ideal), I realized I chose too high a drain current rating for my application, but even so, I managed to get myself 2 IRF3205 N-channels...YOLOThey've got a 8 mOhms D-S resistance and they probably take 100A without complaining. I only got these because they were the only ones my local electronics shop had in stock with the lowest RdsON value. Just for curiosity's sake, I also attached the list I put together before realizing I greatly overestimated the drain current, so the list is rather narrow and there might be other better choices out there, they just weren't readily available or they were expensive.
For my P-channels I found the IRF4905 in stock...the D-S resistance is a lot higher with these: 20mOhms, but again...YOLOThey weren't terribly expensive and unless I REALLY screw up, I don't think I'll fry them...
Attached FilesWattevah...Comment
-
Never stop learning
Basic LCD TV and Monitor troubleshooting guides.
http://www.badcaps.net/forum/showthr...956#post305956
Voltage Regulator (LDO) testing:
http://www.badcaps.net/forum/showthr...999#post300999
Inverter testing using old CFL:
http://www.badcaps.net/forum/showthr...er+testing+cfl
Tear down pictures : Hit the ">" Show Albums and stories" on the left side
http://s807.photobucket.com/user/budm/library/
TV Factory reset codes listing:
http://www.badcaps.net/forum/showthread.php?t=24809Comment
-
Re: Non inverting Schmitt Trigger question
Back on my H-bridge project, I realised I may have some impedance issues: the P-channel FET has a 20mOhm on resistance, the N-channel has 8mOhms and the shunt resistor adds another 10, so that's almost 40mOhms of resistance which doesn't sound too good. I worry the motors might be a tad "slow"....does this usually happen with N-P channel H-bridges or is it something I don't need to worry about ? Cheers.Wattevah...Comment
-
Re: Non inverting Schmitt Trigger question
.04 Ohms x 30A = 1.2V Vrops (more at startup). Is that a big deal?Never stop learning
Basic LCD TV and Monitor troubleshooting guides.
http://www.badcaps.net/forum/showthr...956#post305956
Voltage Regulator (LDO) testing:
http://www.badcaps.net/forum/showthr...999#post300999
Inverter testing using old CFL:
http://www.badcaps.net/forum/showthr...er+testing+cfl
Tear down pictures : Hit the ">" Show Albums and stories" on the left side
http://s807.photobucket.com/user/budm/library/
TV Factory reset codes listing:
http://www.badcaps.net/forum/showthread.php?t=24809Comment
-
Re: Non inverting Schmitt Trigger question
Can I rewrite the formula as 0.04*7=0,28v ? Where 7 is an estimated current drawn after the motor has got up to speed and is moving the window freely up/down. I assume those 30a you put there were for the start inrush. There might be a small hick-up upon startup with a 1.2v loss, but should be good enough I guess...I could add a booster to allow me to use all-N channel FETs, though that would clutter up things.Wattevah...Comment
-
Re: Non inverting Schmitt Trigger question
It is just Ohms law, so input the values you need to get the answer.Never stop learning
Basic LCD TV and Monitor troubleshooting guides.
http://www.badcaps.net/forum/showthr...956#post305956
Voltage Regulator (LDO) testing:
http://www.badcaps.net/forum/showthr...999#post300999
Inverter testing using old CFL:
http://www.badcaps.net/forum/showthr...er+testing+cfl
Tear down pictures : Hit the ">" Show Albums and stories" on the left side
http://s807.photobucket.com/user/budm/library/
TV Factory reset codes listing:
http://www.badcaps.net/forum/showthread.php?t=24809Comment
-
Re: Non inverting Schmitt Trigger question
I found something which is interesting, but I don't think it's too much of an improvement over what I already have installed. I found this little doohickey at a flea market which claims to be a window roll-up device that supposedly does what I'm trying to build here. The price on this thing I gotta be honest was zero, because the chap gave it away as "non-functional". See, it didn't come with the wire harness (must've been pulled out of a car, who knows) and the guy said I wouldn't be able to find the exact connector to match, so he gave it away for nothing. Little did he know it's actually a standard 20p ATX connector, so I just said "sure whatever, hand it over"....he was also kind enough to include the instruction leaflet, which is mandatory for China stuff, since you'd have no way of figuring out what it is or how to use it. Anyway, enough chit-chat.
I took an ATX connector with stripped ends and wired the thing on the bench to see what it does: it behaves exactly like the one I currently have installed, except this one gives you the option of either "pulsed" operation or timed operation. If you cut the red wire, each of the relays engage for 10 seconds when it receives a lock signal and if you close that wire, each relay is pulsed very briefly, supposedly for cars which already have latching switches which only require a brief action for the window to go all the way up/down.
I was mostly interested in the control logic, I thought perhaps it has some sort of current sensing which I could hack into, but unfortunately no, it doesn't seem to do this: in "timed" mode, regardless of the load, it keeps running until the time elapses. I'm actually surprised they left the markings on the chips intact, since chinese products usually have them scratched out or use blank chips. The brains of the thing seems to be that MDT2010 chip which I couldn't find much about. The first few searches revealed a datasheet for an 8-bit microcontroller here. I thought for sure there's no way it would be the right thing, despite the model being an exact match, so I searched high and low, but all I got was this 8-bit micro....Is this thing that intelligent ? :| I mean the stuff that datasheet discusses is...intimidating to say the least :| Extremely complex stuff, so it's way over my head to try and hack this if it really IS micro-based and uses that chip indeed. The highest I'd dare to aim for at my level is ArduinoThere will hopefully be some engineering mavericks around here who will look at that stuff and go "oh, elementary...", so if so, please feel free to share you thoughts. Sometimes complex electronics stuff is instantly made easy when properly explained...
The other two ICs are an LM2904 op-amp and an ULN2003 relay driver, for both of which I managed to find the "correct" datasheets (I put that in quotes assuming the MDT one is indeed not right and these last ones are). A very quick look at the circuit made me believe the op-amp is a current sense amplifier connected to that coil. I thought for sure that coil does some sort of current sensing, since it's in series with the battery input, but either I'm doing something wrong, or it's indeed not designed to do that. I also attached the instructions sheet in case you're curious or perhaps spot something that I don't. It's in "chinglish" of course, but you only really need the schematic - the other side is not that important.
What do you guys think ? Would this thing be of any use or is it going in the bin ? Cheers.Wattevah...Comment
-
Re: Non inverting Schmitt Trigger question
You do not use coil for DC current sensing, that coil at the B+ is for filtering noise from alternator just like one you have in car stereo to get rid of the whining sound from alternator.Last edited by budm; 07-20-2017, 09:09 AM.Never stop learning
Basic LCD TV and Monitor troubleshooting guides.
http://www.badcaps.net/forum/showthr...956#post305956
Voltage Regulator (LDO) testing:
http://www.badcaps.net/forum/showthr...999#post300999
Inverter testing using old CFL:
http://www.badcaps.net/forum/showthr...er+testing+cfl
Tear down pictures : Hit the ">" Show Albums and stories" on the left side
http://s807.photobucket.com/user/budm/library/
TV Factory reset codes listing:
http://www.badcaps.net/forum/showthread.php?t=24809Comment
-
Re: Non inverting Schmitt Trigger question
So it seems it does not do current sensing at all, since I don't see any other large shunt element in there...Wattevah...Comment
-
Re: Non inverting Schmitt Trigger question
Any good clear hi-res straight shot of the bottom side of the board?Never stop learning
Basic LCD TV and Monitor troubleshooting guides.
http://www.badcaps.net/forum/showthr...956#post305956
Voltage Regulator (LDO) testing:
http://www.badcaps.net/forum/showthr...999#post300999
Inverter testing using old CFL:
http://www.badcaps.net/forum/showthr...er+testing+cfl
Tear down pictures : Hit the ">" Show Albums and stories" on the left side
http://s807.photobucket.com/user/budm/library/
TV Factory reset codes listing:
http://www.badcaps.net/forum/showthread.php?t=24809Comment
-
Re: Non inverting Schmitt Trigger question
Just curious.Never stop learning
Basic LCD TV and Monitor troubleshooting guides.
http://www.badcaps.net/forum/showthr...956#post305956
Voltage Regulator (LDO) testing:
http://www.badcaps.net/forum/showthr...999#post300999
Inverter testing using old CFL:
http://www.badcaps.net/forum/showthr...er+testing+cfl
Tear down pictures : Hit the ">" Show Albums and stories" on the left side
http://s807.photobucket.com/user/budm/library/
TV Factory reset codes listing:
http://www.badcaps.net/forum/showthread.php?t=24809Comment
Related Topics
Collapse
-
by martonmiklosHi fellows,
I am trying to repair a Dyson DC45 battery powered hoover.
There is a trigger board in it which hosts an Attiny48 and some power stage to drive the brush motor.
Unfortunately a SO8 component burned to hell in it together with a 0603 resistor and the IC could not be identified.
The Attiny output looks to be survived the problem because when pulling the trigger it outputs high for a while and then turns off.
It is likely that it measured the current on the R10 shunt and this is why it is shut down.
I have attached... -
by kamelHi Ideapad when Plugged in 3.3vALW and 5vALW are on, but 1.05vALW and 1.8vALW absent. Power led lights and remains always on and laptop not trigger..
Found a burned spot on LV5075B IC, replaced with a new imported IC, but 1.05vALW and 1.8vALW still failing. .
EC IT8586E working voltages and signals are all ok except PBTN_OUT# 2.44V not changing when power button is pushed and EC_RSMRST# always 0.1V ??
Reflashed EC IT8586E and Main bios with newly download dump from Lenovo site to no avail.
Should I fix again a new L5075B and replace IT8586E to solve the issues.... -
by DAVEMAC02Yamaha Stagepas 300 pa system. I have a problem with the attached inverting op amp circuit. I have no output at pin 1 of the B amp. I have audio across cap 221. I've checked resistancr values and grounds and are all ok. I've checked for diode function on IC204 pins 2 & 3 and check ok. I don't know what other components are in IC204 and how to check. There is FET Q208 & Transistor Q205 and I don't their purpose in the circuit. I don't think IC204 is bad , but I don't know how to prove it is good or bad. Don't want to replace it if it is good as I will still have the problem. Need...1 Photo
-
Channel: Troubleshooting Audio Equipment
-
-
by DAVEMAC02Follow up to my op amp diagram of Q208 FET and IC204 for NJM 2068M op amp. I took took the following DCV readings on the Q208 (2SK246) and IC204 pins:
pin 1 0v, pin 2, 0v, pin 3 0v, pin 4 -15.6v, pin 5 0v, pin 6 .08, pin 7 0v, pin 8 +15.9v
Q208 source -.006, gate -15.5v, drain -.102. These readings are from the op amp Q208 that has no output on pin 1. I don't know what state ie (On or Off ) Q208 should be when op amp is working correctly. This circuit is on the filter/limiter stage of the PA system. Any help is appreciated. Thanks-
Channel: Troubleshooting Audio Equipment
10-03-2024, 01:08 PM -
-
by simabilisimHP LA-C701P REV 1.0 does not trigger after shutdown. However, when we remove the adapter and plug it in, it gets triggered.
- Loading...
- No more items.
Comment