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
Scale Snap 3D
3D Camera Module is a scalable SPI enabled 4 camera array pinout for 3D photogrammetry reconstruction which uses I2C to connect between each module to expand camera capacity while keeping capture sequences in sync. It uses ATMega32U4 with its built in USB 2.0 for data transfer and camera array adjustments and capture as well as a micro SD card slot for local image storage. An interrupt logic pinout should be used on the SPI master module as capture command. Each module is powered via USB-C (5V) or barrel jack (12V regulated to 5V).... show more96 Comments
6 Stars
7 Seg 3-Bit Counter
A 3-bit counter showcasing digital logic simulation. Input is a sequence of pulses which pass through a logic block to determine the segments.... show more6 Stars
Custom Test Platform V1
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more20 Comments
2 Stars
Logic Analyzer Probe
This is a low cost logic analyzer probe for oscilloscope Rigol MSO5000 with fixded CMOS/TTL logic for 3.3/5.0V input levels with full bandwidth... show more1 Comment
1 Star
Adafruit Trinket Mini Microcontroller - 3V3 Logic
A tiny microcontroller board, built around the Atmel ATtiny85, a little chip with a lot of power. We wanted to design a microcontroller board that was small enough to fit into any project, and low cost enough to use without hesitation. Perfect for when you don't want to give up your expensive dev-board and you aren't willing to take apart the project you worked so hard to design. It's our lowest-cost arduino-IDE programmable board!... show more1 Comment
1 Star
TSAL_KE1_Green
Designing a Tractive System Active light(TSAL) circuit for an Electric Vehicle which does the following operations 1. The TSAL itself must have a red light, flashing continuously with a frequency between 2 Hz and 5 Hz and a duty cycle of 50%, active if and only if the LVS is active and the voltage across DC-link capacitors exceeds half the nominal TS voltage 2. The TSAL itself must have a green light, continuously on, active if and only if the LVS is active and ALL of the following conditions are true: ● All AIRs are opened. ● The pre-charge relay is opened. ● The voltage at the vehicle side of the AIRs inside the TSAC does not exceed 60 VDC or 50 VAC RMS. This schematic will include only the Green Light logic. We have to take proper care of High voltage and Low voltage isolation in this schematic because it will have to be implemented on the PCB as well.... show more39 Comments
1 Star
7 Seg 3-Bit Counter
A 3-bit counter showcasing digital logic simulation. Input is a sequence of pulses which pass through a logic block to determine the segments.... show more15 Comments
1 Star
Webcam & TouchKey Laptop PCB
This project involves designing a PCB for the lid assembly of an open-source laptop. The design integrates various sensors, including a microphone, camera, and ambient light sensor, ensuring precise alignment with the display glass. It features touch sensors to control LED lighting, spring-loaded contacts for touch-key interaction, and 3D-printed light diffusers for efficient lighting. Additionally, the PCB includes a power management system with status LEDs and a PFC for connecting to the external laptop PCB. The goal is to create a versatile, upgradeable, and user-friendly component for the laptop's lid. Specific parts of the project include 1. Microphone - Audio input capture 2. Ambient Light Sensor Module - Light intensity measurement 3. Camera - Video capture 4. LDO Regulators (3 TLV74 Series) - Voltage regulation for different components 5. Crystal - Clock generation 6. Touch Sensor Controller - Touch-key interaction 7. Flip-Flop - State keeping in logic circuits 8. LEDs (LTRBR37G Series) - Lighting indication 9. FPC Connector - Interface with main laptop PCB... show more15 Comments
1 Star
TMF8801-1BM Reference Design
This is a reference design of a PCB utilizing the TMF8801-1BM time-of-flight (ToF) sensor from ams-OSRAM. It comprises electronic components such as resistors, capacitors, voltage regulators, and GPIO connectors. The logic signals are managed via Mosfets BSS138 while the Sensor IC is powered & controlled by a 3.3V AP2112K Voltage Regulator. #industrialSensing #referenceDesign #lzer #I2C #osramusa #template #reference-design... show more5 Comments
1 Star
PCF8523 Real Time Clock Assembled Breakout Board
This is a great battery-backed real time clock (RTC) that allows your microcontroller project to keep track of time even if it is reprogrammed, or if the power is lost. Perfect for datalogging, clock-building, time stamping, timers and alarms, etc. Equipped with PCF8523 RTC - it can run from 3.3V or 5V power & logic!... show more1 Comment
1 Star
7 Seg 3-Bit Counter
A 3-bit counter showcasing digital logic simulation. Input is a sequence of pulses which pass through a logic block to determine the segments.... show more1 Comment
1 Star
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
Custom Test Platform V1
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more1 Star
Multiple Fan Board
Attach multiple fans from the output of a board that turns on and off one fan. The original fan output is used as a signal to turn a MOSFET on and off to turn on 5 fans from the same original logic. An external power supply powers all the fans.... show more1 Star
Fuzzy Salmon Electronic Thumb
@copilot dame un circuito de punta logica automotriz sin componentes programables usa un voltimetro de 3 cables... show more4 Comments
1 Star
Brainstorm a new project with AI [Example]
1. Empieza con el objetivo Ejemplo: “Estoy creando un módulo de control para una bomba de aire de 24 V en una máquina CNC láser. El circuito debe encender y apagar la bomba según la señal FAN que viene de la tarjeta de control (3.3 V o 5 V).” 2. Explica los requerimientos La bomba trabaja a 24 V y hasta 2 A. El control debe ser con un MOSFET N–channel en conmutación. Debe incluir protección contra picos y ruidos eléctricos. Se deben mostrar indicadores LED (encendido, funcionamiento, error). 3. Lista de funciones que quieres en el diseño Protección: fusible, diodo flyback, TVS, snubber RC. Control: MOSFET con resistencia de gate y pull-down. Filtrado: capacitores cerca de la bomba. Indicadores LED: Azul: energía 24 V presente. Verde: bomba activa. Rojo: error o apagado. 4. Explica la lógica de funcionamiento (qué debe pasar) Cuando la fuente 24 V se conecta → LED azul enciende. Cuando la señal FAN activa el MOSFET → bomba enciende + LED verde enciende. Cuando la bomba está apagada → LED rojo puede encender (opcional). Si ocurre sobrecorriente → el fusible abre el circuito. 5. Diagrama de bloques sencillo (texto) [FUENTE 24V] -- [FUSIBLE] --+--> [BOMBA] --> [MOSFET] --> GND | +--> [LED Azul] --> GND [SALIDA FAN] --> [Res 100Ω] --> [Gate MOSFET] [Gate MOSFET] --> [Pull-down 100kΩ a GND] [Protecciones: Diodo, TVS, RC, Capacitores en paralelo con la bomba]... show more1 Star
Vault System
qr code scanner - model - symbol 2 rpi cams atmega connections leds + resistor + necessary logic gates diodes, capacitors, resistors etc wherever needed... show more77 Comments
Logic_Probe [JLCPCB]
A simple Logic Probe. Light and sound made correspond to the logical values of 1, 0, or Undefined. Power is supplied externally by the circuit being probed or some external supply. Supports 5V TTL & 3.3V TTL/CMOS. No Microcontrollers used. Manufactured by JLCPCB.... show more34 Comments
Spontaneous 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
Flux Test Platform (Lite)
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more5 Comments
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
Custom Test Platform V1
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more1 Comment
Scale Snap 3D
3D Camera Module is a scalable SPI enabled 4 camera array pinout for 3D photogrammetry reconstruction which uses I2C to connect between each module to expand camera capacity while keeping capture sequences in sync. It uses ATMega32U4 with its built in USB 2.0 for data transfer and camera array adjustments and capture as well as a micro SD card slot for local image storage. An interrupt logic pinout should be used on the SPI master module as capture command. Each module is powered via USB-C (5V) or barrel jack (12V regulated to 5V).... show more1 Comment
Custom Test Platform V1
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more1 Comment
Custom Test Platform V1 5C3h
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more1 Comment
Custom Test Platform V1
I want to create a standard interface from my PCBs to my test equipment. My equipment: PSU: Rigol DP832 Scope: Siglent SDS 1202X-E WaveGen: Siglent SDG810 Logic Analyzer: DSLogic Plus 400MHz VNA: NanoVNA V2 6 scope channels (4 1X, 2 10X) 8 Logic Analyzer channels 1 Wavegen channel 4 Power Nets ( 2 pins each) (tie power nets to oscilloscope inputs) #template #testing... show more1 Comment