
That's correct but you can provide power using a 5 volt regulated source at pin27 or simply provide power to the USB jack.You won't be able to power the circuit with 5+ using Vin
Not really. Usually the gates are connected directly to the pins. Adding a 10 ohm or a 1000 ohm wouldn't make any difference on the FET. The 10 ohm resistors on the LEDs should be rated at least 3 watts, 5 watt better.Resistance on the load with the LED will be 10 ohm only, does the gate from the arduino need to be less than this resistance?
But thats not how its wired on the TS schematic.That's correct but you can provide power using a 5 volt regulated source at pin27 or simply provide power to the USB jack.
Ah, I thought Pin 27 was only 5v output I didnt think I could provide a USB 5v source as input. I will do this.That's correct but you can provide power using a 5 volt regulated source at pin27 or simply provide power to the USB jack.
This is how I've always done it, but I was told otherwiseThe Nano has internal pullup resistor on the inputs that can be activated by code. You can eliminate resistors R5 thru R8 if you rewrite the code for active low on D2 thru D5.
So I’m looking through this circuit and I’m just trying to understand it a little better since I have a use case for it.With a flip-flop, you also need a debounce circuit to ignore any contact bounce from the mechanical push-button switch.
LTspice simulation below, of such a circuit using a FF, as mentioned in posts 2 and 3:
R1C1 delays the feedback to the D input (red trace) which prevents more than one output change-of-state (green trace) per button push (as shown by the simulated switch bounces for the first push (yellow trace).
View attachment 239550
No.Is the point of the C1 cap only to filter out noise?
Yes.is this push button momentary?

How do they maintain state without using power?You need a bistable multivibrator—that is, a flip-flop. Or, a latching relay.
The advantage of the latter is that power is not consumed when except to change state.