Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
To ensure proper function, let's review the unconnected pins of each component in your project to determine if any require pull-up or pull-down resistors.
Pins 1, 2, 4, 5, 9, 10, 12, 13: These are input pins (1A, 1B, 2A, 2B, 3A, 3B, 4A, 4B) and typically could require pull-up or pull-down resistors to avoid floating states.
Pins 3, 6, 8, 11: These are output pins (1Y, 2Y, 3Y, 4Y) and generally do not need pull resistors.
Pins 7, 14: These are power (GND, VCC) pins and shouldn't need pull resistors.
Pins 2, 3, 5, 6, 8, 9, 11, 12: These are input pins (1A, 1B, 2A, 2B, 3A, 3B, 4A, 4B) and typically could require pull-up or pull-down resistors to avoid floating states.
Pins 1, 4, 10, 13: These are output pins (1Y, 2Y, 3Y, 4Y) and generally do not need pull resistors.
Pins 7, 14: These are power (GND, VCC) pins and shouldn't need pull resistors.
Pins 1, 3, 5, 9, 11, 13: These are input pins (A1, A2, A3, A4, A5, A6) and typically could require pull-up or pull-down resistors to avoid floating states.
Pins 2, 4, 6, 8, 10, 12: These are output pins (Y1, Y2, Y3, Y4, Y5, Y6) and generally do not need pull resistors.
Pins 7, 14: These are power (GND, VCC) pins and shouldn't need pull resistors.
Connect U2:1 (A1), U2:3 (A2), U2:5 (A3), U2:9 (A4), U2:11 (A5), and U2:13 (A6) to 10kΩ pull-down resistors.
This configuration will ensure that no input pins of the logical ICs are floating and causing unexpected behavior. If anything about these connections needs adjusting, please let me know!
1y
1
No files yet
Reviews
Documents
Documents are markdown text files which describe project goals, capture details, or even simulation outputs.
Assets
top.svg
topDefault
[Example] Arduino MKR Memory Shield e0a9
Example project for an Arduino MKR shield. It adds an external flash memory to the Arduino MKR.
Based on the Arduino MKR Shield template.
darknigh
copilot
- Pins 1, 2, 4, 5, 9, 10, 12, 13: These are input pins (1A, 1B, 2A, 2B, 3A, 3B, 4A, 4B) and typically could require pull-up or pull-down resistors to avoid floating states.
- Pins 3, 6, 8, 11: These are output pins (1Y, 2Y, 3Y, 4Y) and generally do not need pull resistors.
- Pins 7, 14: These are power (GND, VCC) pins and shouldn't need pull resistors.
IRA-S230ST01 Passive Infrared Sensors (PIR1 and PIR2):- Pins 1, 2, 3: DRAIN, SOURCE, GND. Typically, these do not require pull resistors.
SN74LS02NSR Quad 2-Input NOR Gate (U3):- Pins 2, 3, 5, 6, 8, 9, 11, 12: These are input pins (1A, 1B, 2A, 2B, 3A, 3B, 4A, 4B) and typically could require pull-up or pull-down resistors to avoid floating states.
- Pins 1, 4, 10, 13: These are output pins (1Y, 2Y, 3Y, 4Y) and generally do not need pull resistors.
- Pins 7, 14: These are power (GND, VCC) pins and shouldn't need pull resistors.
DM7404M Hex Inverter (U2):- Pins 1, 3, 5, 9, 11, 13: These are input pins (A1, A2, A3, A4, A5, A6) and typically could require pull-up or pull-down resistors to avoid floating states.
- Pins 2, 4, 6, 8, 10, 12: These are output pins (Y1, Y2, Y3, Y4, Y5, Y6) and generally do not need pull resistors.
- Pins 7, 14: These are power (GND, VCC) pins and shouldn't need pull resistors.
Recommendations