Skip to main content

New answers tagged

1 vote

Question re: ATTiny85 pin connection

The reset PIN on an MCU is active low. You need to pull it low to put the MCU in a reset state. And to make sure that this pin is always high (noise environment), the author decided to use an ...
G36's user avatar
  • 17.5k
5 votes

IRFZ44N , PWM signal from Atmega328P always conducting

IRFZ44 is not a logic-level MOSFET, though it will 'typically' work with your ~0.5A motor. Use IRLZ44 or similar for a proper design. You need to provide a path for the energy stored in the motor ...
Spehro 'speff' Pefhany's user avatar
0 votes

74LS161 miscounting

Not sure if you ever figured out your problem. I think the problem is your clock. I think you mentioned you used a 74LS04. A 74LS04 is a fast switching chip and usually will not give a stable clock....
tag's user avatar
  • 1
0 votes

Flip Flop Switch for a Rocket

Alternative solution: simulate this circuit – Schematic created using CircuitLab Classic cross-coupled NAND gate based SR latch. Could be done with NOR gates if NAND isn't available. A lot of ...
MOSFET's user avatar
  • 6,454
1 vote

Raspberry Pi reset circuit

I was looking for something like this, but I didn't find any. So, I designed mine. I am adding the circuit here if anybody needs. I used it with another circuit which will sequentially detect ...
TheExpertOne's user avatar
2 votes

Servo Stuttering Under Load with MOSFET Switch

Always look at the datasheet. The IRLB8721 is a logic-level FET, which is good, but if you look at the datasheet it only has \$\mathrm{R_{DS_{ON}}}\$ specifications for a \$\mathrm{V_{GS}}\$ of 10V ...
TimWescott's user avatar
  • 49.3k
2 votes
Accepted

Servo Stuttering Under Load with MOSFET Switch

The problem is switching the GND of the servo - this is not a good idea as the servo will try to source power via signal wire. The solution is to switch the 8.4V supply with a relay or p-Chan MOSFET.
Kartman's user avatar
  • 7,105
1 vote

Using MOSFET as a load switch to control multiple servos

Further to Tim’s fine response, With most engineering problems, the first thing is to ‘qualify and quantify’ ie: servo current. What is the maximum we could expect? A product with a decent datasheet ...
Kartman's user avatar
  • 7,105
1 vote

Using MOSFET as a load switch to control multiple servos

Before getting to the engineering, there are further questions to ask first: Have you established that the problem you imagine, is one? How much current do the servos draw when not changing position, ...
Tim Williams's user avatar
  • 53.1k

Top 50 recent answers are included