TPS5420D reference design mZUY
This TPS5420D reference design is a step-down voltage regulator providing a stable 5V output from a higher input voltage. It uses capacitors, an inductor, and a diode for filtering and protection, with an EN terminal for control. Ideal for applications needing a regulated 5V supply. #referenceDesign #project #stepDown #voltageRegulator #5V #TPS5420 #powermanagement #texas-instruments #template #reference-design... show more0 Uses
21 Comments
0 Stars
ESP32 Smart City Controller
ESP32 DevKitC 38-pin carrier PCB for ultrasonic sensing, servo control, analog microphone and potentiometer inputs, and six LED building channels from a regulated 5V supply.... show more0 Uses
0 Comments
0 Stars
ESP32-C6 Smart Lighting Controller
Mains-powered ESP32-C6 smart lighting controller with HLK-PM01 isolated 5V supply, AMS1117 3.3V rail, HLK-LD2410C mmWave presence sensor, USB-C programming/debug, and Zigbee/WiFi/BLE connectivity.... show more0 Uses
0 Comments
0 Stars
LM2678SD-5.0 reference design
This LM2678SD-5.0 reference design is a step-down voltage regulator providing a stable 5V output from a higher input voltage. It uses capacitors, an inductor, and a diode for filtering and protection, with an ON/OFF terminal for control. Ideal for applications needing a regulated 5V supply. #referenceDesign #project #stepDown #voltageRegulator #5V #powermanagement #texas-instruments #template#reference-design #polygon... show more0 Uses
0 Comments
0 Stars
TPS5420D reference design
This TPS5420D reference design is a step-down voltage regulator providing a stable 5V output from a higher input voltage. It uses capacitors, an inductor, and a diode for filtering and protection, with an EN terminal for control. Ideal for applications needing a regulated 5V supply. #referenceDesign #project #stepDown #voltageRegulator #5V #TPS5420 #powermanagement #texas-instruments #template #reference-design #polygon... show more0 Uses
0 Comments
0 Stars
OPA2835ID 0111
The OPA835 and OPA2835 from Texas Instruments are single and dual ultra-low-power, rail-to-rail output, negative-rail input, voltage-feedback (VFB) operational amplifiers designed for optimal performance in battery-powered and portable systems. Operating over a power supply range of 2.5 V to 5.5 V, these op amps consume only 250 µA per channel and offer a unity gain bandwidth of 56 MHz, making them industry leaders in performance-to-power ratio for rail-to-rail amplifiers. These components feature a quiescent current of 250 µA/ch (typical), with a power-down mode reducing current to 0.5 µA (typical), a slew rate of 160 V/µs, a rise time of 10 ns for a 2 V step, and a settling time of 55 ns to 0.1% for a 2 V step. Additional features include a signal-to-noise ratio (SNR) of 0.00015% (-116.4 dBc) at 1 kHz (1 VRMS), total harmonic distortion (THD) of 0.00003% (-130 dBc) at 1 kHz (1 VRMS), and a wide input voltage noise of 9.3 nV/√Hz at 100 kHz. The OPA835 and OPA2835 provide rail-to-rail output swing and input voltage range from -0.2 V to 3.9 V (5-V supply), supporting high-density, low-power signal conditioning applications with an operating temperature range from -40°C to +125°C. These components come in various package options, ensuring flexible integration into diverse electronic designs.... show more0 Uses
0 Comments
0 Stars
power supply +12V +5V -12V
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
0 Stars
12v - 5v converter placeholder
This project involves designing a DC-DC buck converter circuit to efficiently step down a 12V input voltage to a stable 5V output voltage. The converter is suitable for various electronic applications requiring 5V DC supply from a 12V source.... show more0 Uses
12 Comments
0 Stars
12v - 5v converter placeholder
This project involves designing a DC-DC buck converter circuit to efficiently step down a 12V input voltage to a stable 5V output voltage. The converter is suitable for various electronic applications requiring 5V DC supply from a 12V source.... show more0 Uses
9 Comments
0 Stars
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 more0 Uses
34 Comments
0 Stars
Binary Clock
A binary LED clock. Uses the 12 hour system and displays using on/off of LEDS to represent 1/0 of binary. The clock does not automatically set itself and requires the use of three button at the top to set it. Its powered by a 5v power supply.... show more0 Uses
17 Comments
0 Stars
Pretty Peach Battle Mech
led on and off with 5v dc supply schematic... show more0 Uses
0 Comments
0 Stars
Secret Crimson Hoverboard
Circuit Overview The circuit you're describing is a digital counter that uses an LDR (Light-Dependent Resistor) and a transistor to detect wheel rotations. The counter's output is then displayed on a seven-segment LED display. Here's a breakdown of the components and their roles: 1. Wheel Rotation Detection (LDR and Transistor) * LDR: The LDR acts as a sensor to detect changes in light intensity. You can mount it on the wheel' or near it, with a reflective or non-reflective surface attached to the wheel. As the wheel rotates, the LDR will be exposed to alternating light and dark conditions, causing its resistance to change. * Transistor: The transistor (e.g., a 2N2222 NPN BJT) is used as a switch or amplifier. The changing resistance of the LDR is used to control the base current of the transistor. When the LDR's resistance drops (more light), the transistor turns on, and when the resistance increases (less light), the transistor turns off. This converts the analog change in light into a digital ON/OFF signal (a pulse). 2. Counter (7490) * 7490 IC: This is a decade counter, meaning it can count from 0 to 9. The output of the transistor (the pulses) is fed into the clock input of the 7490. Each pulse represents one rotation of the wheel, and the 7490 increments its count accordingly. The 7490 has four outputs (Q0, Q1, Q2, Q3) that represent the BCD (Binary-Coded Decimal) equivalent of the count. 3. BCD to Seven-Segment Decoder (7446) * 7446 IC: The 7446 is a BCD-to-seven-segment decoder/driver. Its job is to take the 4-bit BCD output from the 7490 and convert it into a signal that can drive a seven-segment LED display. It has seven outputs (a, b, c, d, e, f, g), each corresponding to a segment of the LED display. 4. Seven-Segment LED Display * Seven-Segment Display: This display is used to show the count. The 7446's outputs are connected to the corresponding segments of the display. 5. Power Supply and Other Components * Power Supply: A regulated DC power supply (e.g., 5V) is needed to power all the ICs and components. * Resistors: Resistors are used for current limiting (e.g., for the LDR and the LED display) and biasing the transistor. * Capacitors: A capacitor might be used for debouncing the signal from the transistor to prevent multiple counts for a single rotation. Conceptual Connections Here is a step-by-step breakdown of how the components would be connected: * LDR and Transistor: * The LDR and a current-limiting resistor are connected in series across the power supply. * The junction between the LDR and the resistor is connected to the base of the NPN transistor. * The emitter of the transistor is connected to ground. * The collector of the transistor, with a pull-up resistor, becomes the output for the pulse signal. * Transistor to 7490: * The output from the transistor's collector is connected to the clock input of the 7490 IC. * The 7490's reset pins (MR and MS) should be connected to ground for normal counting operation. * 7490 to 7446: * The BCD outputs of the 7490 (Q0, Q1, Q2, Q3) are connected to the BCD inputs of the 7446 (A, B, C, D). * 7446 to Seven-Segment Display: * The outputs of the 7446 (a, b, c, d, e, f, g) are connected to the corresponding segments of the seven-segment display. * Crucially, you need to use current-limiting resistors (e.g., 330Ω) in series with each segment to protect the LEDs from high current. * The common terminal of the seven-segment display is connected to the power supply (for a common anode display) or ground (for a common cathode display). This setup creates a chain reaction: wheel rotation changes light, which changes LDR resistance, which turns the transistor on/off, generating a pulse. This pulse increments the 7490, and the 7490's output is decoded by the 7446, which then displays the count on the seven-segment LED.... show more0 Uses
0 Comments
0 Stars
Wittering Amaranth Esper Photo Analyser
ATMEGA328-PU (U1) Setup Power Supply Connections: Connect U1:VCC to U2:5V@1 (5V power supply). Connect U1:GND to U2:GND@1 (Ground). Connect U1:AVCC to U2:5V@2 (Analog Power Supply for better ADC performance). Multiple GND pins (U2:GND@1, U2:GND@2, U2:GND@3, U2:GND@4) should all be connected to a common ground plane for stability. Serial Communication for Debugging: Connect U1:PD0 (RX) to U6:TXD. Connect U1:PD1 (TX) to U6:RXD. These connections enable serial communication between the microcontroller (ATmega328) and the USB-Serial adapter (CH340N) for programming and debugging. Sensor Data Acquisition: Given the components, the MLX90614ESF-ACC-000-SP (U4) is an infrared temperature sensor that could be used for vital detection. It uses an I 2 2 C interface. Connect U1:PC4 (SDA) to U4:PWM_SDA. Connect U1:PC5 (SCL) to U4:SCL_Vz. This allows the ATmega328 to communicate with the MLX90614ESF infrared temperature sensor. Additional Considerations: An analog-to-digital converter (ADC) or a specialized RF module designed for UWB radar applications would be necessary to capture and process radar signals for detecting human vitals through walls. The MAX270CWP+ (U3) could be used for audio signal processing but may not directly apply to UWB radar signal processing. Power Supply to Other Components Connect U6:VCC to U2:5V@1. Connect U4:VDD to U2:5V@2. Ensure all components' ground pins are connected to the common ground plane (U2:GND@1, GND@2, GND@3, GND@4)... show more0 Uses
0 Comments
0 Stars
BreadboardPowerSupply 7gZT
A 5V power supply for solderless bread board designed.... show more0 Uses
0 Comments
0 Stars
5V Mains PWM Supply
Isolated 220 VAC to 5 V / 2 A power supply using a certified AC-DC module, with potentiometer-controlled PWM output for a 5 V load. Includes mains input protection and safety documentation assumptions.... show more0 Uses
0 Comments
0 Stars
Power Supply V1
A PCB for a power supply with a 5V, a 12V and an adjustable voltage terminal... show more0 Uses
0 Comments
0 Stars
Inherent Crimson Transporter
SmartDeskPet v1.0 Shield Stage 1 status: - Goal: 5V input -> dual AMS1117-3.3 rails (+3V3_MCU and +3V3_WIFI) with common GND. - Note: Keep power nets explicitly named (avoid unnamed nets) to keep ERC happy. Stage 1 completion checklist: - Mark J1 Pin_1 (+5V) as a Power Output pin to satisfy ERC power-driver checks. - Verify all GND symbols/returns are on the same GND net. - Keep +5V_SERVO isolated from the main +5V net (only share GND). Stage 2 preparation notes (MPN/LCSC + layout constraints): - MPN/LCSC targets to define before Stage 2 exit: - AMS1117-3.3 (SOT-223): set exact MPN and (optionally) LCSC PN for both U1 and U2. - 100nF capacitor (0603): set MPN/LCSC for all 0603 100nF decouplers. - 4.7k resistor (0603): set MPN/LCSC for I2C pull-ups R1 and R2. - 1000uF bulk capacitor (radial): set MPN/LCSC for C7 (CP_Radial_D10.0mm_P5.00mm). - DC005 power jack/regulator input: select exact DC005 footprint + MPN/LCSC (if used). - 2.54mm headers/sockets: set MPN/LCSC for H1, H2, J1, J3, J4, J5, P3, P4, P5, and J2. - ESP-01S antenna keepout: - Reserve a copper keepout under and in front of the ESP-01S onboard antenna. - No copper pours/traces/components in the antenna region (top and bottom) per module guidelines. - H1/H2 header spacing: - Maintain 1000 mil spacing between H1 and H2 header centerlines (shield mechanical requirement). - Silkscreen placeholders: - Add silkscreen labels for: 5V IN, GND, +3V3_MCU, +3V3_WIFI, SERVO1, SERVO2, I2C SDA/SCL, DHT11, ASRPRO UART2, ESP-01S UART3. - Add placeholder text for: MPN, LCSC, board revision, and date code. Stage 3 layout constraints (placement and routing guidance): - Connector placement strategy: - Place H1 and H2 first to lock the shield mechanical interface; enforce 1000 mil spacing. - Place J1 and any DC005 input at the board edge for easy access. - Designated power area planning: - Group U1, U2, and C7 near the 5V entry point; keep high-current 5V and regulator loops short. - Use wide copper for +5V and any servo supply; stitch GND around power section. - Antenna keepout boundaries: - Place J2 (ESP-01S socket) at a board edge with the antenna facing outward. - Enforce a top-and-bottom copper keepout in the antenna region; keep noisy power traces away.... show more0 Uses
0 Comments
0 Stars
Playground: BRAVE POWER MANAGEMENT BOARD
Brave is a versatile and efficient power board that can provide 12v, 5v and 3.3v outputs for various applications from 4V to 5V Input. It can be powered by battery or solar panel, and the battery can be recharged by solar energy. It can also be powered by a USB port if needed. This board is ideal for IoT projects that require reliable and stable power supply in different environments. USB INPUT: 5V Solar INPUT: 4V - 6V Battery Input: 3.6V - 4.2V OUTPUTs: 12V, 5V, and 3.3V #IoT #power #management #usb... show more0 Uses
141 Comments
0 Stars
ESP32 RS485 Water Flow Meter
USB-C powered ESP32 WiFi water flow meter schematic with protected 5V input, 3.3V LDO, 12V boost supply for an external RS485 ultrasonic sensor, UART programming header, boot/reset network, and three status LEDs for power, WiFi, and flow activity.... show more0 Uses
0 Comments
0 Stars
Low-Voltage-Audio-Power-Amplifier
A Low-Voltage Audio Power Amplifier is a device designed to amplify audio signals while operating at low supply voltages, typically between 1.8V to 5V. These amplifiers are commonly used in battery-powered devices like portable speakers, headphones, and other mobile audio applications where power efficiency and compact size are crucial.... show more0 Uses
0 Comments
0 Stars
Connection Playground: BRAVE POWER MANAGEMENT BOARD
Brave is a versatile and efficient power board that can provide 12v, 5v and 3.3v outputs for various applications from 4V to 5V Input. It can be powered by battery or solar panel, and the battery can be recharged by solar energy. It can also be powered by a USB port if needed. This board is ideal for IoT projects that require reliable and stable power supply in different environments. USB INPUT: 5V Solar INPUT: 4V - 6V Battery Input: 3.6V - 4.2V OUTPUTs: 12V, 5V, and 3.3V #IoT #power #management #usb... show more0 Uses
0 Comments
0 Stars
Mini Power Supply for breadboar
Power supply for breadboard.The module is compatible with 400 or 830 points Breadboard.The power supply must be supplied through a voltage of 5V and has an output through a Micro USB plug, or through a USB cable USB A and USB micro B socket.... show more0 Uses
0 Comments
0 Stars
Milk-V Duo S Carrier
Dual-rail carrier-board power supply with protected 7V to 16V DC input, 5V 5A primary buck rail, and 3.3V 3A modem buck rail.... show more0 Uses
0 Comments
0 Stars
Zoophagous Beige Matter Compiler
- ESP32 DevKitC V4 (microcontroller) - 2x BME280 sensors (temperature, humidity, pressure) - 8ch relay board with 12VDC relays (NO/NC SPDT) - 12VDC power supply - USB connectivity - Various components (resistors, caps, opto couplers, op-amps, motor drivers, multiplexers) - 2x SPDT relay boards (for fan fail-safe) - 4x 2ch bidirectional level controllers (3.3V to 5V) - ESP32 GPIO 21 (SCL) to BME280's SCL - ESP32 GPIO 22 (SDA) to BME280's SDA - ESP32 GPIO 5 (digital output) to 8ch relay board input - ESP32 GPIO 25 (PWM output) -> Fan PWM (0-255 value) - ESP32 GPIO 26 (PWM output) -> Light PWM (0-255 value) - ESP32 GPIO 34 (analog input) -> Tachometer input (0-4095 value, 12-bit ADC) - Add a 5V voltage regulator (e.g., 78L05) to power the ESP32 and other 5V components - Add a 3.3V voltage regulator (e.g., 78L03) to power the BME280 sensors and other 3.3V components - Include decoupling capacitors (e.g., 10uF and 100nF) to filter the power supply lines - Ensure proper grounding and shielding to minimize noise and interference -- Power supply: - VCC=12VD Available, to be used for LM358P - 5V voltage regulator (78L05) - VCC=5V, GND=0V - 3.3V voltage regulator (78L03) - VCC=3.3V, GND=0V - 3.3V voltage regulator (78L03) - VCC=3.3V, GND=0V - Fan PWM boost: - Input (3.3V PWM): 0-3.3V, frequency=20kHz - Output (5V PWM): 0-5V, frequency=20kHz - LM358P op-amp (unity gain buffer) - VCC=5V, GND=0V - R1=1kΩ, R2=1kΩ, R3=1kΩ, R4=1kΩ - C1=10uF (50V), D1=1N4007 - 0-10V signal conditioning: - Input (3.3V PWM): 0-3.3V, frequency=13kHz - Output (0-10V): 0-10V, frequency=13kHz - LM358P op-amp (non-inverting amplifier) - VCC=5V, GND=0V - R5=2kΩ, R6=1kΩ, R7=2kΩ, R8=1kΩ, R9=1kΩ, R10=2kΩ - C2=10uF (50V), R11=10kΩ (1%) ------------------------------------ Fan PWM Boost (3.3V to 5V): 1. ESP32 GPIO 25 (PWM output) -> R1 (1kΩ) -> VCC (3.3V) 2. ESP32 GPIO 25 (PWM output) -> R2 (1kΩ) -> Vin (LM358P) 3. LM358P (Voltage Follower): - VCC (5... show more0 Uses
0 Comments
0 Stars