7-Segment PCB
This is a simulation of a 7-segment counter using digital logic gates (and, or, not). Three pulsed sources are required at A,B,C and should count out the binary 000-111. This is manufacturable and has a PCB design for it!... show more3 Comments
7 Stars
Realistic Brown Battle Mech
Nice — you can do a clean pulse + latch using a single quad Schmitt-NAND chip: 74HC132 (or 74LVC132 for 3.3 V systems). The HC132 contains four 2-input NAND gates with Schmitt inputs so you can both clean a noisy SYN480R DATA line and build an SR latch (NAND SR is active-LOW) inside one package. Only a few passives and a driver transistor are needed. Below is a ready-to-build recipe (parts, wiring, explanation, tuning tips, and an ASCII schematic) — no extra logic ICs required. Parts (per latch) 1 × 74HC132 (quad 2-input NAND with Schmitt inputs). If your system is 3.3 V use 74LVC132 / 74HC132 rated for 3.3 V. Rin = 47 kΩ (input series) Cfilter = 10 nF (input RC to ground) — tweak for debounce/clean time Rpulldown = 100 kΩ (pull-down at input node, optional) Rpullup = 100 kΩ (pull-up for active-LOW R input so reset is idle HIGH) Rbase = 10 kΩ, Q = 2N2222 (NPN) or small N-MOSFET (2N7002) to drive your load Diode for relay flyback (1N4001) if you drive a coil Optional small cap 0.1 µF decoupling at VCC of IC Concept / how it works (short) Use Gate1 (G1) of 74HC132 as a Schmitt inverter by tying its two inputs together and feeding a small RC filter from SYN480R.DATA. This removes HF noise and provides a clean logic transition. Because it's a NAND with tied inputs its function becomes an inverter with Schmitt behavior. Use G2 & G3 as the cross-coupled NAND pair forming an SR latch (active-LOW inputs S̄ and R̄). A low on S̄ sets Q = HIGH. A low on R̄ resets Q = LOW. Wire the cleaned/inverted output of G1 to S̄. A valid received pulse (DATA high) produces a clean LOW on S̄ (because G1 inverts), setting the latch reliably even if the pulse is brief. R̄ is your reset input (pushbutton, HT12D VT, MCU line, etc.) — idle pulled HIGH. Q drives an NPN/MOSFET to switch your load (relay, LED, etc.). Recommended wiring (pin mapping, assume one chip; use datasheet pin numbers) I’ll refer to the 4 gates as G1, G2, G3, G4. Use G4 optionally for additional conditioning or to build a toggler later. SYN480R.DATA --- Rin (47k) ---+--- Node A ---||--- Cfilter (10nF) --- GND | Rpulldown (100k) --- GND (optional, keeps node low) Node A -> both inputs of G1 (tie inputs A and B of Gate1 together) G1 output -> S̄ (S_bar) (input1 of Gate2) Gate2 (G2): inputs = S̄ and Q̄ -> output = Q Gate3 (G3): inputs = R̄ and Q -> output = Q̄ R̄ --- Rpullup (100k) --- VCC (reset is idle HIGH; pull low to reset) (optional) R̄ can be wired to a reset pushbutton to GND or to an MCU pin Q -> Rbase (10k) -> base of 2N2222 (emitter GND; collector to one side of relay coil) Other side of relay coil -> +V (appropriate coil voltage) Diode across coil If you prefer MOSFET low side switching: Q -> gate resistor 100Ω -> gate of 2N7002 2N7002 source -> GND ; drain -> relay coil low side... show more1 Star
OR Gate
An electronic circuit that gives a high output if one or more of its inputs are high.... show more1 Comment
7-Segment PCB
This is a simulation of a 7-segment counter using digital logic gates (and, or, not). Three pulsed sources are required at A,B,C and should count out the binary 000-111. This is manufacturable and has a PCB design for it!... show more3 Comments
7-Segment PCB 3F6C
This is a simulation of a 7-segment counter using digital logic gates (and, or, not). Three pulsed sources are required at A,B,C and should count out the binary 000-111. This is manufacturable and has a PCB design for it!... show moreSpontaneous Lime R2-D2
Design an 8-input to 3-output encoder WITH PRIORITY, considering: 1. truth table. 2. Output equations. 3. Logic diagram. You can use 2, 3 or 4 input logic gates if you prefer. You can do it in a notebook or in a simulator like multisim. If it is in a notebook, make sure that everything looks clean, so I suggest you do it first in draft and then to hand it in.... show more13 Comments
AO3414 526a
The AO3414 from Alpha & Omega Semiconductor is an N-Channel Enhancement Mode Field Effect Transistor (FET) leveraging advanced trench technology to deliver excellent RDS(ON), low gate charge, and reliable operation with gate voltages as low as 1.8V. Engineered for applications requiring reliable load switching or precise control in PWM circuits, the AO3414 is well-suited for high-efficiency performance. This component features a maximum drain-source voltage (VDS) of 20V and supports a continuous drain current (ID) of 4.2A at VGs of 4.5V. Distinguishing characteristics include RDS(ON) values of less than 50mΩ at VGS = 4.5V, 63mΩ at VGS = 2.5V, and 87mΩ at VGS = 1.8V, ensuring minimal power loss and optimal thermal efficiency. Packaged in a compact TO-236 (SOT-23) form factor, it meets Pb-free standards and is available as the AO3414L for a Green Product option, both versions maintaining electrical equivalence. The AO3414 also boasts fast switching times and robust thermal performance, with comprehensive specifications confirming its suitability for high-performance consumer electronics.... show moreAO3416 e0c7
The AO3416, manufactured by Alpha & Omega Semiconductor, is a 20V N-Channel MOSFET designed using advanced trench technology to deliver superior RDS(ON) performance, low gate charge, and compatibility with gate voltages as low as 1.8V. Ideal for use as a load switch or in PWM applications, the AO3416 features ESD protection and is offered in a compact SOT23 package. Key specifications include a drain-source voltage (VDS) of 20V, a continuous drain current (ID) of 6.5A at VGS=4.5V, and a maximum RDS(ON) of 34mΩ at VGS=1.8V. The component operates efficiently across a temperature range of -55℃ to 150℃ and supports pulsed drain currents up to 30A. Additionally, the AO3416's thermal characteristics ensure robust performance, with a maximum junction-to-ambient thermal resistance of 125°C/W. This device is designed for the consumer market and is not authorized for use in life support systems.... show moreBLE to WiFI Gateway Reference Design
This is a BLE to WiFi gateway Reference Design. It employs an ESP32 microcontroller and an STM32WB5MMGH6TR for BLE functionality. The design includes connectors, multiple capacitors, resistors, switches, and LEDs. USB Type-C is used for power and data. This could be used for IoT purposes in home automation or wireless sensor data transmission. #referenceDesign #edge-computing #espressif #stm #template #ble #reference-design... show more4 Comments
BLE to WiFI Gateway Reference Design aYvh
This is a BLE to WiFi gateway Reference Design. It employs an ESP32 microcontroller and an STM32WB5MMGH6TR for BLE functionality. The design includes connectors, multiple capacitors, resistors, switches, and LEDs. USB Type-C is used for power and data. This could be used for IoT purposes in home automation or wireless sensor data transmission. #referenceDesign #edge-computing #espressif #stm #template #ble #reference-design... show more1 Comment
BLE to WiFI Gateway Reference Design aYvh
This is a BLE to WiFi gateway Reference Design. It employs an ESP32 microcontroller and an STM32WB5MMGH6TR for BLE functionality. The design includes connectors, multiple capacitors, resistors, switches, and LEDs. USB Type-C is used for power and data. This could be used for IoT purposes in home automation or wireless sensor data transmission. #referenceDesign #edge-computing #espressif #stm #template #ble #reference-design... show moreBLE to WiFI Gateway Reference Design r66U
This is a BLE to WiFi gateway Reference Design. It employs an ESP32 microcontroller and an STM32WB5MMGH6TR for BLE functionality. The design includes connectors, multiple capacitors, resistors, switches, and LEDs. USB Type-C is used for power and data. This could be used for IoT purposes in home automation or wireless sensor data transmission. #referenceDesign #edge-computing #espressif #stm #template #ble #reference-design... show moreBLE to WiFI Gateway Reference Design 76zg
This is a BLE to WiFi gateway Reference Design. It employs an ESP32 microcontroller and an STM32WB5MMGH6TR for BLE functionality. The design includes connectors, multiple capacitors, resistors, switches, and LEDs. USB Type-C is used for power and data. This could be used for IoT purposes in home automation or wireless sensor data transmission. #referenceDesign #edge-computing #espressif #stm #template #ble #reference-design... show moreBLE to WiFI Gateway Reference Design
This is a BLE to WiFi gateway Reference Design. It employs an ESP32 microcontroller and an STM32WB5MMGH6TR for BLE functionality. The design includes connectors, multiple capacitors, resistors, switches, and LEDs. USB Type-C is used for power and data. This could be used for IoT purposes in home automation or wireless sensor data transmission. #referenceDesign #edge-computing #espressif #stm #template #ble #reference-design... show more