ESP32 8 Relay Board
ESP32 8 Relay Board. Has onboard mains to 5V or can use the ESP VIN for the +5V. 8 onboard relays capable of switching about 5A without adding additional tin to the traces.... show more0 Uses
19 Comments
2 Stars
Arduino 220v Switching
Welcome to your new project. Imagine what you can build here.0 Uses
0 Comments
1 Star
RES-1K
The Ariel AI Chip, a pioneering component in the realm of artificial intelligence hardware, integrates a suite of electronic elements tailored for high-performance computing applications. At the heart of this assembly lies a CPU with a Radical Transistor architecture, featuring a quad-core setup clocked at 2GHz, identified by the part number CPU-RT-4C-2G. Power management is facilitated through a DC Power Supply, marked DCPS-5V, ensuring a stable 5V supply to the intricate circuitry. The chip's switching capabilities are bolstered by two NPN transistors, NPN-TRANS-001 and NPN-TRANS-002, which play a crucial role in signal modulation. Essential to the chip's operation are the passive components: two 1kΩ resistors (RES-1K and RES-1K-002) and a 10µF capacitor (CAP-10UF), which together with the transistors, form a robust network ensuring reliable performance under varying load conditions. Designed for integration into advanced AI systems, this chip stands out for its innovative use of standard components in a configuration that emphasizes efficiency, reliability, and high-speed data processing capabilities.... show more0 Uses
1 Comment
1 Star
RES-1K-002
The Ariel AI Chip, a pioneering component in the field of artificial intelligence hardware, integrates advanced features designed to enhance computational efficiency and AI processing capabilities. This chip is distinguished by its utilization of a quad-core CPU with a clock speed of 2GHz, operating on a radical transistor architecture that promises significant improvements in speed and power efficiency. Key components that constitute the Ariel AI Chip include a DC power supply with a 5V output (DCPS-5V), NPN transistors (NPN-TRANS-001 and NPN-TRANS-002) that serve as the fundamental switching elements, precision resistors (RES-1K and RES-1K-002) each with a resistance of 1kΩ, and a capacitor (CAP-10UF) rated at 10μF to stabilize voltage and filter noise. This chip is designed for integration into systems requiring advanced AI capabilities, offering a comprehensive solution for developers looking to leverage machine learning and artificial intelligence in their applications. With its innovative architecture and component selection, the Ariel AI Chip stands out as a versatile and powerful tool for a wide range of AI applications, from embedded systems to more complex computational platforms.... show more0 Uses
1 Comment
1 Star
CPU-RT-4C-2G
The Ariel AI Chip, an innovative component designed for high-performance computing applications, integrates a sophisticated array of electronic parts to deliver unparalleled processing capabilities. At the heart of this system is a CPU with a radical transistor architecture, featuring a core count of 4 and a clock speed of 2GHz, identified by its part number CPU-RT-4C-2G. Power management within the chip is efficiently handled by a DC Power Supply, rated at 5V, with the part number DCPS-5V, ensuring stable and reliable operation. The chip's signal processing and amplification needs are addressed through the inclusion of two NPN transistors, with part numbers NPN-TRANS-001 and a similar variant, providing the necessary gain and switching capabilities for complex computational tasks. Signal conditioning is further enhanced by a pair of 1kΩ resistors, RES-1K and RES-1K-002, and a 10µF capacitor, CAP-10UF, which work together to filter and stabilize the power supply and signal pathways, ensuring clean and noise-free operation. This integration of components within the Ariel AI Chip offers electrical engineers a robust platform for developing advanced AI systems, combining high processing power with efficient power management and signal integrity, suitable for a wide range of applications in the field of artificial intelligence.... show more0 Uses
1 Comment
1 Star
6m-40m Linear Amplifier
100 W, 7–55 MHz Broadband Class‑AB RF Power Amplifier for Yaesu FT‑818 with 50 Ω I/O, 13.8 V/15 A Supply, Relay T/R Switching, PTT/ALC Interface, Selectable 5th‑Order Chebyshev LPF Bank, and Overtemperature‑Controlled Fan Support... show more0 Uses
1 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 more0 Uses
0 Comments
1 Star
PB600BA
The NIKO-SEM PB600BA is an N-Channel Enhancement Mode Field Effect Transistor, presented in a compact PDFN 2x2S package. This semiconductor component operates with a maximum Drain-Source Voltage (VDS) of 30V and boasts a low On-Resistance (RDS(ON)) of 12mΩ, which enables efficient current handling of up to 9A at 25°C. The device is designed for high-performance applications, featuring a Gate-Source Voltage (VGS) range up to ±20V and capable of pulsed drain currents reaching 27A. Additionally, the PB600BA is Halogen-Free and Lead-Free, making it compliant with RoHS standards. It also supports an Avalanche Current (IAS) of 12.6A and an Avalanche Energy (EAS) of 7.9mJ. With thermal resistance parameters optimized for reliable operation, this transistor is ideal for power management and switching applications in various electronic designs.... show more0 Uses
0 Comments
1 Star
2N7002DW-3T6R 34a7
The 2N7002DW from iSion is a high-speed N-channel enhancement mode field-effect transistor (FET) designed for pulse amplifier and drive applications. Manufactured using the N-Channel DMOS process, this component offers robust performance with a maximum drain-source voltage (VDSS) of 60V and a gate-source voltage (VGSS) of +20V. It features a continuous drain current (ID) of 300mA and a pulsed drain current (IDM) of 800mA, making it suitable for demanding switching tasks. The 2N7002DW is compliant with ESD MIL-STD 833, providing +2.5KV contact discharge protection. Available in a compact SOT-363 package, the device also adheres to full RoHS standards, ensuring environmentally friendly compliance. Key electrical characteristics include a gate threshold voltage (VGS(th)) range of 1.0V to 2.5V, a static drain-source on-resistance (RDS(ON)) of up to 3.0Ω at VGS of 10V, and dynamic switching times with a turn-on delay (td(on)) of 6ns and a turn-off delay (td(off)) of 25ns. This transistor is ideal for engineers seeking reliable performance in high-speed pulse applications.... show more0 Uses
0 Comments
1 Star
RT6150B-33-Reference-Design
Typical Application Circuit for RT6150B-33GQW, 1 Positive Fixed Output 3.3V 800mA. Input voltage 6V max. With JST connectors(Vin and +3V3) and with block terminal connectors(Vin and +3V3) #project-template #voltageregulator #switchingregulator #BuckBoost #project... show more0 Uses
1 Comment
1 Star
Switching Regulator
5V to 3V3 Switching regulator submodule based on TP6841S6-A #sublayout #voltageregulator... show more0 Uses
1 Comment
0 Stars
Switching Regulator
5V to 3V3 Switching regulator submodule based on TP6841S6-A #sublayout #voltageregulator... show more0 Uses
0 Comments
0 Stars
Realtime power source monitoring and switching using temperature sensor
Welcome to your new project. Imagine what you can build here.0 Uses
8 Comments
0 Stars
Switching Power
A simple voltage divider to showcase how to make parts. A voltage divider is a simple circuit which turns a large voltage into a smaller one. Using just two series resistors and an input voltage, we can create an output voltage that is a fraction of the input. Voltage dividers are one of the most fundamental circuits in electronics.... show more0 Uses
1 Comment
0 Stars
Input Power Source Switching (USB / Solar)
This project is intended to validate automatic or prioritized input source selection (if any), or test performance across variable solar conditions using the simulation and code tool... show more0 Uses
0 Comments
0 Stars
Basic Switch (Transient load switching)
Welcome to your new project. Imagine what you can build here.0 Uses
0 Comments
0 Stars
3Button Transistor Toggle Switching
Welcome to your new project. Imagine what you can build here.0 Uses
0 Comments
0 Stars
basic transistor power switching circuit
Welcome to your new project. Imagine what you can build here.0 Uses
0 Comments
0 Stars
basic transistor power switching circuit
Welcome to your new project. Imagine what you can build here.0 Uses
0 Comments
0 Stars
switching Ethernet
Welcome to your new project. Imagine what you can build here.0 Uses
0 Comments
0 Stars
100V Line Short-Circuit Detector with 1kHz Signal Injection
This project involves designing a portable device that can inject a 1kHz sine wave signal into a 100V audio line to detect short circuits. The device should be compact (around the size of a smartphone) and include LED indicators to show the status: a green LED for normal operation and a red LED for short-circuit detection. The device will be powered either by a switching power supply or rechargeable batteries.... show more0 Uses
23 Comments
0 Stars
APM2300CA sib4
The APM2300CA, manufactured by Sinopower Semiconductor, is a high-performance N-Channel Enhancement Mode MOSFET designed for power management in notebook computers, portable equipment, and battery-powered systems. This component delivers a maximum drain-source voltage (VDSS) of 20V and can handle continuous drain current up to 6A when VGS is 10V, ensuring robust performance for demanding applications. Its low RDS(ON) values of 25mΩ (typ.) at VGS=10V, 32mΩ (typ.) at VGS=4.5V, 40mΩ (typ.) at VGS=2.5V, and 65mΩ (typ.) at VGS=1.8V minimize power loss and heat generation. The APM2300CA is reliable and rugged, complying with RoHS standards and available in a lead-free, halogen-free SOT-23 package, featuring a maximum power dissipation of 0.83W at 25℃. It is optimized for fast switching, with total gate charge (Qg) of 6nC (typ.) at VGS=4.5V and a gate resistance (RG) of 6Ω, supporting efficient and precise control in diverse power applications.... show more0 Uses
10 Comments
0 Stars
ADP1613 Reference Design 2Ea9
This is a reference design of step-up dc-to-dc switching converter based ADP1613 with a 15V output #dcdc #power #boost #15V #referenceDesign #powermanagement #analogdevices #template #reference-design... show more0 Uses
9 Comments
0 Stars
Bulb TR100N1 30W V09.1
Buck Converter Input Voltage: 220VAC Input Power: 30W AC Frequency : 50/60Hz Power Factor: 0.5 LED Output Voltage: 160V LED Output Current: 170mA Driver Efficiency : 93% Switching Frequency : 200kHz Output Current after diode bridge rectifier : 100mA Output Voltage after diode bridge rectifier : 310VDC... show more0 Uses
6 Comments
0 Stars
ESP32 8 Relay Board desing 3
ESP32 8 Relay Board. Has onboard mains to 5V or can use the ESP VIN for the +5V. 8 onboard relays capable of switching about 5A without adding additional tin to the traces.... show more0 Uses
5 Comments
0 Stars
Coffee Waker Main HQ W/ Module V3.1 82a2
The Coffee Waker is a unique, full-featured coffee maker alarm clock designed to brighten your morning routine with the irresistible aroma of freshly brewed coffee. By seamlessly integrating multiple high-performance components onto a single main board, the Coffee Waker delivers both functionality and innovation: - **Processing & Connectivity:** Powered by an ESP32-S3, it offers built-in WiFi and Bluetooth, enabling smart scheduling, remote control, and over-the-air updates. - **Precision Sensing:** A 16-bit load cell ADC provides accurate measurements, ensuring precise weight sensing for coffee bean dosing or liquid volume monitoring. - **Quality Audio Output:** The onboard 16-bit MP3 DAC guarantees clear audio playback, from alarm sounds to any custom wake-up messages you program. - **Robust Power Handling:** With a 120V heater cartridge relay and a 12V wakeup light converter integrated, the board safely manages high voltage switching and provides a visually soothing light routine. - **Thoughtful Integration:** Designed with automotive-grade components, precision regulators, and careful signal routing, the Coffee Waker Main Board combines performance with reliability while keeping a compact footprint. Overall, the Coffee Waker transcends the ordinary alarm clock, merging daily utility with modern connectivity and a touch of luxury—making it the perfect addition to any nightstand. #CoffeeWaker #SmartHome #CoffeeMaker #AlarmClock #MorningRoutine #Technology #Innovation... show more0 Uses
3 Comments
0 Stars
TPS62175 Template
Buck, Buck-Boost Switching Regulator Input Voltage Range 4.75V to 28V with 100% Duty Cycle Mode. Output 5V #project-template #voltageregulator #template... show more0 Uses
3 Comments
0 Stars
CERILUME Phase 1 LED Controller 0f3b
Low-voltage logic-only CERILUME Phase 1 LED controller using an Arduino Nano ESP32 plug-in module, 5V logic level shifting for WS2812/SK6812 data, microphone input header, and labeled test pads. LED power distribution and high-current switching are intentionally out of scope.... show more0 Uses
1 Comment
0 Stars
Power Inverter cNDq
The inverter specs are Switching frequency: 200kHz Input voltage: 180VDC Output voltage: 120VAC Max power: 1500W I have designed an Inverter schematic for an uninterruptible power supply (UPS), Used an efficiency LCL topology filter to eliminate 3rd and 5th harmonics as induction motor is connected at load. The Inverter schematic that can convert 180VDC into 120VAC, which can be used in any household or industrial application. You can refer the BOM to check the MOSFET parts, drivers, and filter parameter values.... show more0 Uses
1 Comment
0 Stars
TPS62175 Template
Buck, Buck-Boost Switching Regulator Input Voltage Range 4.75V to 28V with 100% Duty Cycle Mode. Output 5V #project-template #voltageregulator #template... show more0 Uses
1 Comment
0 Stars
LM2577-Sub-Layout
It provides all the active functions of a switching step-up regulator, with the capability to drive 3A load.... show more0 Uses
1 Comment
0 Stars
Power Inverter vLxW
The inverter specs are Switching frequency: 200kHz Input voltage: 180VDC Output voltage: 120VAC Max power: 1500W I have designed an Inverter schematic for an uninterruptible power supply (UPS), Used an efficiency LCL topology filter to eliminate 3rd and 5th harmonics as induction motor is connected at load. The Inverter schematic that can convert 180VDC into 120VAC, which can be used in any household or industrial application. You can refer the BOM to check the MOSFET parts, drivers, and filter parameter values.... show more0 Uses
1 Comment
0 Stars
TPS62175 Project
Buck, Buck-Boost Switching Regulator Input Voltage Range 4.75V to 28V with 100% Duty Cycle Mode. Output 5V With JST connectors(Vin and Vout) and with block terminal connectors(Vin and Vout) #project-template #voltageregulator #project... show more0 Uses
1 Comment
0 Stars
MMBFJ177
The J175, J176, MMBFJ175, MMBFJ176, and MMBFJ177 are a series of P-Channel switches designed and manufactured by onsemi™, suitable for low-level analog switching, sample-and-hold circuits, and chopper-stabilized amplifiers. These components are sourced from process 88, indicating a specific manufacturing technique employed by onsemi™ to ensure consistent performance and reliability. The devices are offered in both TO-92 and SOT-23 packages, catering to a variety of mounting preferences and application requirements. They are characterized by their ability to handle a drain-gate voltage of -30V, a gate-source voltage of 30V, and a forward gate current of 50 mA. Operating and storage junction temperature ranges are specified from -55 to +150°C, ensuring robustness across a wide range of environmental conditions. With features like low on-resistance and high transconductance, these components are optimized for efficient signal modulation and minimal power loss, making them highly suitable for precision applications in analog signal processing.... show more0 Uses
1 Comment
0 Stars
GLECS V4 Motor Controller
Industrial motor controller PCB with 12V relay switching zone isolated from STM32/4G LTE logic zone by a routed vertical isolation slot on a 150x100mm 2-layer FR4 board.... show more0 Uses
0 Comments
0 Stars
CERILUME Phase 1 LED Controller
Low-voltage logic-only CERILUME Phase 1 LED controller using an Arduino Nano ESP32 plug-in module, 5V logic level shifting for WS2812/SK6812 data, microphone input header, and labeled test pads. LED power distribution and high-current switching are intentionally out of scope.... show more0 Uses
0 Comments
0 Stars
Single-Slot 18650 SOH Analyzer Prototype
100 mm x 140 mm ESP32-based 18650 battery state-of-health analyzer prototyping board with active MOSFET discharge switching, current/voltage measurement, OLED UI, DS18B20 temperature input, and fan control.... show more0 Uses
0 Comments
0 Stars
BatteryTester v1
Automated NiCad battery tester for calibration lab. Tests all 12 cells of a meter's battery pack in situ (no disconnect) under a 150 ▎ Ω / 15-min timed load. Per-cell measurement via 13 pogo contacts (7 rail + 6 V-gap junctions) into 4× ADS1115 over I²C. ESP32-S3 controls a logic-level MOSFET for load ▎ switching. Wirelessly prints PCL5 reports to an HP printer and ZPL labels to a Zebra. Production target: 10–12 units. Bench rig already validated; this is the production PCB.... show more0 Uses
0 Comments
0 Stars
NF-Universal Alarm
Best-effort NF-UNIVERSAL ALARM schematic recreation from image, with MCP73831 Li-ion charging, dual 555 timers, transistor switching, LEDs, switches, and flagged uncertainties.... show more0 Uses
0 Comments
0 Stars
Universal I/O Controller
Single-channel Universal Input schematic with LM76202 field protection, AD7708 ADC measurement core, CD4066 mode switching, HC595 control mapping, and comparator-backed digital input support for DI, analog, 0-10 V, 0-20 mA, resistance, RTD, and thermistor modes.... show more0 Uses
0 Comments
0 Stars
NF-Universal Alarm
Best-effort NF-UNIVERSAL ALARM schematic recreation from image, with MCP73831 Li-ion charging, dual 555 timers, transistor switching, LEDs, switches, and flagged uncertainties.... show more0 Uses
0 Comments
0 Stars
ESP32 YoRadio Perfboard Carrier
Compact through-hole ESP32 YoRadio perfboard-style carrier with connectors, headers, power switching, LEDs, and audio amplifier section.... show more0 Uses
0 Comments
0 Stars
PlantINT
## PROJECT OVERVIEW Design a compact, battery-powered, IoT-connected plant monitoring PCB sensor node. The board combines WiFi/BLE connectivity, multi-sensor I2C acquisition, LiPo battery management with USB-C charging, and partially weatherproof design for outdoor/planter use. The physical form factor is a FORK (forcina) shape: a wider rectangular head section (~32×30mm) housing all the electronics, and two narrow prongs (~10×45mm each, 8mm gap between them) extending downward to form the capacitive soil moisture electrodes. Reference: the shape resembles a plant stake that is pushed into soil. I trust Flux AI's routing and placement judgment. Please apply your full expertise. The guidance below defines constraints — treat them as requirements, not suggestions. --- ## BOARD SPECIFICATIONS - Layers: 2 (Top + Bottom copper) - Dimensions: Head 32×30mm + two prongs 10×45mm (total board ~32×75mm) - PCB thickness: 1.6mm FR4 - Surface finish: ENIG (Electroless Nickel Immersion Gold) — MANDATORY Reason: the soil prong traces must be gold-plated for corrosion resistance - Min trace width: 0.15mm signal, 0.5mm power - Min clearance: 0.15mm - Soldermask: GREEN on both sides Exception: NO soldermask on the interdigital soil electrode traces on the prongs (the copper must be fully exposed to contact the soil) - Via: min hole 0.3mm, pad 0.6mm - 4× M2.5 mounting holes (2.7mm drill, 5mm annular copper ring) at corners of head section - Conformal coating keep-out zones: SHT40-AD1F-R2 (U8), VEML7700 (U2), soil electrode traces on prongs, USB-C connector J1 --- ## COMPLETE BILL OF MATERIALS ### Active ICs **U1 — ESP32-C3-MINI-1** (Espressif, LCSC C2838502) - Main microcontroller: RISC-V 32-bit 160MHz, 4MB flash, 400KB RAM - WiFi 802.11b/g/n 2.4GHz + BLE 5.0 - Package: SMD module 13.2×16.6×2.4mm, castellated edges - Operating voltage: 3.0–3.6V from VCC rail - I2C: SDA=GPIO8, SCL=GPIO9 - USB: D+=IO19, D-=IO18 - Status outputs: CHG_STATUS=IO2, PG_STATUS=IO3, LOAD_EN=IO4 - CRITICAL placement: antenna area (rightmost ~3mm of module) must hang over board edge OR have copper keepout zone (no copper top or bottom under antenna area). This is mandatory for RF performance. - Add 100nF + 10µF decoupling on 3V3 pin, placed within 1mm of pin **U2 — VEML7700-TT** (Vishay, LCSC C78606) - Ambient light sensor, 0.0036–120,000 lux, I2C address 0x10 - Package: ODFN-6, 2.0×2.0×0.5mm - Operating voltage: 2.5–3.6V - Current: 90µA active, 0.2µA power-down - CRITICAL placement: position at TOP EDGE of head section, centered horizontally. The sensor photodiode window (top of package) must face upward toward the case lid. A transparent PMMA optical window (Ø10mm) in the case will be positioned directly above this IC. Leave 0mm clearance to board edge on that side if possible. The VEML7700 has ±45° field of view, so alignment does not need to be perfect, but centering under the window opening is preferred. - Add 100nF decoupling on VDD, placed within 1mm **U3 — SHT40-AD1B** (Sensirion, LCSC C1550099) — INTERNAL sensor - Temperature + relative humidity sensor, I2C address 0x44 - Package: DFN-4, 1.5×1.5×0.5mm — extremely small, requires careful pad design - Operating voltage: 1.8–3.6V - Current: 3.2µA per measurement (1ms active), 0.1µA sleep - PURPOSE: measures temperature and humidity INSIDE the case (ambient reference) - CRITICAL placement: position in CENTER of head section PCB, far from all heat sources. Minimum 8mm distance from BQ24090 (U6) and ME6211 (LDO1). The SHT40 chip surface IS the sensor — the hygroscopic polymer capacitor is on the top face of the IC. It must NOT be covered by conformal coating. However, for the internal sensor (U3), it can be in a slightly ventilated cavity inside the case to measure internal temperature drift compensation. - Add 100nF decoupling on VDD within 1mm **U8 — SHT40-AD1F-R2** (Sensirion, LCSC C5155469) — EXTERNAL sensor - Same electrical specs as U3 (SHT40 family), I2C address 0x44 - Package: DFN-4 with integrated PTFE filter cap for dust/water protection The filter cap allows vapor to reach the sensor while blocking liquid water - PURPOSE: measures EXTERNAL ambient temperature and humidity (outside the case) - CRITICAL placement: position on the SIDE or BOTTOM EDGE of head section. This sensor must be accessible from outside the case through a ventilated chamber (labyrinth vent structure in case design). It must NOT be covered by conformal coating. The sensor's filter cap must face the vent opening direction. Minimum 10mm distance from BQ24090 and LDO thermal zone. - Connected via TCA9548A channel 1 (see below) — NOT directly on main I2C bus **U4 — FDC1004DGST** (Texas Instruments, LCSC C266239) - 4-channel capacitance-to-digital converter, I2C address 0x50 - Package: WSON-8, 2.0×2.0×0.8mm - Operating voltage: 3.3V - Current: 750µA active, 300nA shutdown - PURPOSE: reads capacitance of interdigital PCB traces immersed in soil. The IC itself is NOT the soil sensor — it measures the capacitance of external electrodes. CIN1 and CIN2 connect to the interdigital copper traces on the prong section. - CRITICAL placement: position at BOTTOM of head section, closest to prong entry point. This minimizes trace length to CIN1/CIN2, reducing parasitic capacitance pickup. Keep CIN1 and CIN2 traces short, wide (0.3mm+), shielded by GND guard rings on both sides of each trace. Route CIN1/CIN2 on the SAME layer (Bottom preferred) as the interdigital electrodes to avoid via parasitic capacitance. - SHLD1 and SHLD2 pins connect to GND (guard shield) - Add 100nF decoupling on VDD within 1mm **U5 — TCA9548A** (Texas Instruments, LCSC C130026) — NEW COMPONENT vs previous schema - 8-channel I2C multiplexer, I2C address 0x70 - Package: SOIC-24 or TSSOP-24, select smallest available footprint - Operating voltage: 1.65–5.5V - PURPOSE: MANDATORY to resolve I2C address conflict between U3 and U8, both of which have fixed address 0x44. Without this IC the two SHT40 sensors will collide on the bus and produce corrupt readings. Channel 0: connects to U3 (SHT40 internal) Channel 1: connects to U8 (SHT40 external) Main I2C bus (from ESP32): connects to TCA9548A upstream SDA/SCL - Add 100nF decoupling on VCC within 1mm - Reset pin (active low): connect to VCC via 10kΩ (always enabled) OR connect to a GPIO for software reset capability **U6 — BQ24090DGQT** (Texas Instruments, LCSC C179663) - Single-cell LiPo/Li-ion battery charger, input 4.5–6.5V, charge voltage 4.2V - Package: DSBGA-9 (wafer-level), extremely small ~1.6×1.6mm - CRITICAL THERMAL: this IC dissipates up to 0.5W during charging. Place a copper thermal pad area ≥1cm² on BOTH layers under the IC. Add minimum 4 thermal vias (0.3mm hole, 0.6mm pad) under thermal exposed pad. Keep this IC at MAXIMUM distance from both SHT40 sensors. Thermal isolation: route at least 10mm of thin trace (~0.2mm) between BQ24090 thermal zone and any temperature-sensitive component. - ISET pin: connect to R3 (1.8kΩ) to set Icharge ≈ 494mA (C/4 for 2000mAh) - PRETERM pin: connect to R2 (5.1kΩ — keep existing value, sets termination threshold) - ISET2 pin: connect per datasheet recommendation (typically VSYS or VBAT) - TS pin: connect to R4 (10kΩ NTC thermistor or static resistor to GND) If using static resistor: 10kΩ to GND disables thermal protection RECOMMENDATION: add NTC 10kΩ B=3950 near battery for thermal protection - CHG# (open drain): connect to LED_RED via 330Ω to VCC, and to U1 IO2 via 10kΩ - PG# (open drain): connect to LED_GREEN via 330Ω to VCC, and to U1 IO3 via 10kΩ - OUT pin: VBAT rail (to battery positive and to LDO input) **LDO1 — ME6211C33M5G-N** (Nanjing Micro One, LCSC C82942) - LDO regulator, Vin 2.0–6.0V → Vout 3.3V fixed - Package: SOT-23-5, 2.9×1.6mm - Quiescent current: 55µA (higher than MCP1700, but adequate) - Dropout: 300mV @ 100mA - CE pin: connect to VCC (always enabled) or to ESP32 GPIO for power gating - THERMAL NOTE: at full system load (~100mA), dissipation = (Vbat-3.3)×0.1 ≈ 40–90mW. Low risk, but keep minimum 5mm from SHT40 sensors. - Vin decoupling: C2 1µF + C1 100nF - Vout decoupling: C3 10µF (electrolytic or ceramic) + additional 100nF ceramic **O1 — SI2301CDS** (Vishay, LCSC C10487) - P-channel MOSFET, Vds=-20V, Id=-3A, Vgs(th)=-0.4V typ - Package: SOT-23, 2.9×1.6mm - PURPOSE: load switch between VBAT and LDO1 input, controlled by ESP32 This allows the ESP32 to cut power to all sensors during deep sleep for maximum battery life (if desired — optional feature) - Gate connection: 10kΩ pull-up resistor from Gate to VBAT (MOSFET OFF by default) + GPIO IO4 from ESP32 drives Gate to GND through 1kΩ series resistor to turn ON IMPORTANT: this was missing from previous schema — gate must NOT float. Series 1kΩ on gate limits gate charge current and protects GPIO. Pull-up 10kΩ to VBAT ensures MOSFET stays OFF during ESP32 boot/reset. - Source: VBAT (battery positive) - Drain: LDO1 VIN ### Connectors and Passive Components **J1 — USBC_C165948** (USB Type-C SMD receptacle, LCSC C165948) - USB-C connector for 5V power input and ESP32 programming - Position: TOP EDGE of head section (accessible when device is in soil) - VBUS pins → BQ24090 IN (via R_protection 1Ω/1A fuse resistor optional) - D+ → ESP32 IO19, D- → ESP32 IO18 - GND → GND plane - All CC pins → GND via 5.1kΩ resistors (CC1: R_CC1 5.1kΩ, CC2: R_CC2 5.1kΩ) These are MANDATORY for USB-C to deliver 5V (tells charger it is a sink device) WITHOUT these resistors the USB-C port will NOT receive power from modern chargers. **U_BAT — LiPo 2000mAh connector** - Use JST PH 2.0mm 2-pin connector (standard LiPo connector) - Position: head section, easily accessible for battery replacement - Polarity protection: the SI2301 load switch also provides polarity protection if wired with Source=Drain correctly (P-FET body diode blocks reverse current) **R1 — 4.7kΩ ±1% 0402** (CHANGED from 5.1kΩ in previous schema) - I2C SDA pull-up: connects VCC to SDA bus - Reason for change: 4.7kΩ is the standard I2C pull-up value per NXP I2C spec. 5.1kΩ causes slower rise times at 400kHz fast-mode, risking data errors. **R2 — 4.7kΩ ±1% 0402** (CHANGED from 5.1kΩ in previous schema) - I2C SCL pull-up: connects VCC to SCL bus **R3 — 1.8kΩ ±1% 0402** - BQ24090 ISET: sets charge current to ~494mA (Ichg = 890/R3) **R4 — 10kΩ 0402** - BQ24090 TS pin bias or NTC resistor (see BQ24090 notes above) **R5, R6 — 5.1kΩ 0402** (NEW — not in previous schema) - USB-C CC1 and CC2 pull-down resistors (MANDATORY for USB-C power delivery) **R7 — 10kΩ 0402** (NEW) - SI2301 Gate pull-up to VBAT **R8 — 1kΩ 0402** (NEW) - SI2301 Gate series resistor from ESP32 GPIO IO4 **R9, R10 — 330Ω 0402** (NEW) - Current limiting for LED_RED and LED_GREEN (status LEDs) **C1 — 100nF 0402 X5R** — LDO Vin decoupling **C2 — 1µF 0402 X5R** — LDO Vin bulk **C3 — 10µF 0805 X5R** — LDO Vout bulk **C4 — 100nF 0402** — ESP32 VCC decoupling **C5–C9 — 100nF 0402** — Per-IC VCC decoupling (one per U2/U3/U4/U5/U8) **C10 — 4.7µF 0402** — BQ24090 IN bypass **C11 — 4.7µF 0402** — BQ24090 OUT bypass **LED1 — Green 0402** — USB power good / charging complete indicator **LED2 — Red 0402** — Charging in progress indicator **BTN1 — 3×3mm SMD tactile switch** (optional, recommended) - Connected between ESP32 EN pin and GND, with 100nF debounce cap - Allows manual reset without USB for field use --- ## ELECTRICAL NETS SUMMARY | Net Name | Description | Connected to | |----------|-------------|--------------| | VBUS_5V | USB-C 5V input | J1 VBUS, BQ24090 IN | | VBAT | Battery voltage 3.2–4.2V | U_BAT+, BQ24090 OUT, O1 Source | | VCC | Regulated 3.3V | LDO1 OUT, all IC VDD/VCC pins | | GND | Common ground | All GND pins, copper pour both layers | | SDA | I2C data (main bus) | ESP32 IO8, TCA9548A SDA_A, VEML7700 SDA, FDC1004 SDA, R1 pull-up | | SCL | I2C clock (main bus) | ESP32 IO9, TCA9548A SCL_A, VEML7700 SCL, FDC1004 SCL, R2 pull-up | | SDA_CH0 | I2C mux channel 0 | TCA9548A SD0, SHT40-internal SDA | | SCL_CH0 | I2C mux channel 0 | TCA9548A SC0, SHT40-internal SCL | | SDA_CH1 | I2C mux channel 1 | TCA9548A SD1, SHT40-external SDA | | SCL_CH1 | I2C mux channel 1 | TCA9548A SC1, SHT40-external SCL | | SOIL_A | Soil electrode set A | FDC1004 CIN1, interdigital traces prong (even fingers) | | SOIL_B | Soil electrode set B | FDC1004 CIN2, interdigital traces prong (odd fingers) | | USB_DP | USB D+ | J1 D+, ESP32 IO19 | | USB_DM | USB D- | J1 D-, ESP32 IO18 | | CHG_STATUS | Charger status | BQ24090 CHG#, LED_RED, ESP32 IO2 | | PG_STATUS | Power good | BQ24090 PG#, LED_GREEN, ESP32 IO3 | | LOAD_EN | Load switch control | ESP32 IO4 via R8, SI2301 Gate | --- ## PARASITIC AND SIGNAL INTEGRITY CONSTRAINTS Please consider the following parasitic effects when placing components and routing: **I2C bus parasitics:** The I2C specification allows maximum 400pF total bus capacitance. With 4 devices on the main bus (ESP32, VEML7700, FDC1004, TCA9548A) plus the multiplexed sub-buses, keep total SDA/SCL trace length under 50mm. Route SDA and SCL as a parallel differential pair with 0.15mm clearance between them. Do not route I2C traces near switching power lines or under the antenna keep-out zone. **FDC1004 CIN1/CIN2 parasitic capacitance — CRITICAL:** Any stray capacitance on CIN1/CIN2 traces directly offsets the soil measurement. Each picofarad of parasitic capacitance reduces measurement range. Requirements: - Keep CIN1/CIN2 trace length under 15mm from FDC1004 pins to prong entry point - Route on Bottom layer only, no layer changes (vias add ~0.5pF each) - Add copper guard ring (connected to SHLD1/SHLD2=GND) completely surrounding each CIN trace on the same layer — this shields the trace from external fields - Maintain 0.5mm spacing between CIN1 trace and CIN2 trace (and their guard rings) - The interdigital soil electrodes on the prongs: finger width 0.8mm, gap 0.8mm, finger length 25mm, approximately 15–20 alternating fingers per electrode These traces have NO soldermask (fully exposed copper, ENIG finish) **BQ24090 switching node:** The BQ24090 is a linear charger, NOT a switching regulator, so there is no switching noise. However, it dissipates power as heat. The primary constraint is thermal, not EMI. Keep input/output bypass capacitors (C10, C11) within 2mm. **ESP32-C3 antenna zone:** Mandatory keepout: no copper, no traces, no vias, no components in the area directly beneath and 3mm around the ESP32 module antenna. The antenna is on the left side of the module. Orient the module so the antenna faces toward the top or side edge of the board. **Power supply decoupling placement:** All 100nF decoupling capacitors MUST be placed within 1mm of their associated VCC/VDD pin. The parasitic inductance of a longer connection nullifies the effect. Place decoupling on the same layer as the IC where possible. The 10µF bulk cap (C3) can be up to 5mm from the LDO output. **Thermal gradients and temperature sensor placement:** The two SHT40 sensors measure temperature via an on-chip bandgap reference. Self-heating of nearby components creates a thermal offset error. Known heat sources on this board and their typical power dissipation: - BQ24090: up to 500mW during USB charging - ME6211 LDO: 40–90mW at typical load - ESP32-C3: 15–25mW in active mode (WiFi), 0.02mW in deep sleep Required minimum distances from any SHT40: - From BQ24090: ≥12mm (critical) - From ME6211 LDO: ≥8mm - From ESP32-C3: ≥5mm (less critical — low dissipation) --- ## THERMAL MANAGEMENT REQUIREMENTS The device will be used outdoors in ambient temperatures from -10°C to +50°C. The case is a sealed or semi-sealed plastic enclosure approximately 35×35×80mm. Internal temperature rise above ambient must be kept below +8°C during USB charging. **BQ24090 thermal design:** - Thermal pad (exposed pad on DSBGA package): connect to copper area on both layers - Top layer: copper fill area ≥ 1cm² directly under and around IC - Bottom layer: mirrored copper fill area ≥ 1cm² connected via thermal vias - Minimum 4 thermal vias under pad: 0.3mm drill, 0.6mm pad, evenly distributed - These thermal vias conduct heat to bottom layer copper which acts as a heatsink - In the case design (outside scope of PCB): a thermally conductive pad between the PCB bottom copper and the plastic case back wall improves heat transfer **ME6211 LDO thermal design:** - Low dissipation at typical 50–80mA load: (4.0V - 3.3V) × 0.075A ≈ 52mW - This is well within SOT-23 package limits (max ~300mW at 25°C ambient) - Standard copper pour around package is sufficient - No additional thermal vias required unless load consistently exceeds 150mA **Fire safety note:** At no point should any trace carry more than its rated current. Power traces (VBAT, VCC) should be minimum 0.5mm for up to 500mA. The USB VBUS trace from J1 to BQ24090 carries up to 500mA — use 0.8mm trace. Add a polyfuse (PTC resettable fuse) 500mA on VBUS line between J1 and BQ24090 for short-circuit protection (LCSC C178886, 0805 package). --- ## WEATHERPROOFING DESIGN GUIDANCE (for PCB layout decisions) The board will be coated with conformal coating after assembly, EXCEPT: 1. SHT40-AD1F-R2 (U8 external sensor) — the PTFE filter cap must remain uncoated 2. VEML7700 (U2) — photodiode window must remain uncoated and unobstructed 3. Interdigital soil traces on prongs — must remain bare copper (ENIG) for soil contact 4. USB-C connector J1 — coating would block the port 5. Battery JST connector — coating would block connector mating For the PCB layout, implement the following to support weatherproofing: - Place U8 (SHT40 external) and U2 (VEML7700) in designated "coating exclusion zones" clearly marked on the silkscreen layer with dashed boundary lines - Add silkscreen labels: "NO COAT" next to U8 and U2 - Add silkscreen label: "EXPOSED — SOIL ELECTRODES" on the prong traces - The board outline on the prong section must have no sharp corners — use R1mm rounded corners where prongs meet the head section to prevent cracking when the device is pushed into soil --- ## INTERDIGITAL SOIL ELECTRODE SPECIFICATION (prong section) The bottom two prongs of the board ARE the soil moisture sensor. Trace parameters for the interdigital (comb/fork) capacitive electrodes: - Layer: Bottom copper - Trace width: 0.8mm - Gap between adjacent fingers: 0.8mm - Number of fingers per electrode: 16 (8 connected to CIN1, 8 to CIN2, alternating) - Finger length: 25mm - Connection point: at the top of the prongs where they join the head section - Guard ring: GND copper guard ring around the entire interdigital pattern on Bottom layer - NO soldermask over any part of the interdigital pattern - The two electrodes (SOIL_A and SOIL_B) must be symmetrically distributed so that a uniform electric field forms between them when immersed in soil - Add stitching GND vias around the prong perimeter every 8mm --- ## SILKSCREEN AND REFERENCE DESIGNATORS All components must have visible reference designators on the silkscreen layer. Minimum text size 0.6mm height. Add the following board information: - Top left: "SmartPlant v1.0" - Top right: "riccardo.schiavo.1" - Date code placeholder: "DATE: ______" - Near J1: PIN 1 marker and "USB-C POWER + FLASH" - Near U8: "EXTERNAL SENSOR — NO COAT" - Near prong junction: "SOIL ELECTRODES — NO MASK — ENIG" - Near ESP32 antenna area: keepout boundary marker --- ## I2C DEVICE MAP (for firmware reference) | Address | Device | Bus | Notes | |---------|--------|-----|-------| | 0x10 | VEML7700 (U2) | Main I2C | Direct connection | | 0x50 | FDC1004 (U4) | Main I2C | Direct connection | | 0x70 | TCA9548A (U5) | Main I2C | I2C multiplexer | | 0x44 ch.0 | SHT40 internal (U3) | TCA9548A channel 0 | Via mux | | 0x44 ch.1 | SHT40 external (U8) | TCA9548A channel 1 | Via mux | --- ## FINAL NOTES FOR FLUX AI I trust Flux AI's judgment on: - Exact component placement optimization within the constraints above - Via placement and layer assignments for non-critical signals - Polygon fill strategy and via stitching density - Any minor trace re-routing needed to clear DRC errors - Silkscreen label exact positioning to avoid overlap with pads Please prioritize in this order: 1. Electrical correctness (no DRC errors, no antenna violations) 2. Thermal management (BQ24090 copper, SHT40 distance from heat) 3. Signal integrity (FDC1004 CIN guard rings, I2C trace length) 4. Manufacturability (SMT assembly friendly, no isolated pads, no acute angles) 5. Physical compactness within the fork shape outline Generate a complete 2-layer PCB ready for Gerber export to PCBWay.... show more0 Uses
0 Comments
0 Stars
PIC16F628A DTMF Relay Audio Switch
Rebuilt two-layer PIC16F628A DTMF relay audio switch with 12 V input, MT8870 decoding, PIC16F628A control, relay driver, and audio switching path.... show more0 Uses
0 Comments
0 Stars
Learn PCB - Advanced c792
The Prometheus Architecture: A Definitive Blueprint for Net-Positive Isentropic Computation Authors: Ishmael Sears & Manus Version: 3.0 (Final Declaration) Date: September 26, 2025 Abstract This paper presents the Prometheus processor—a fully isentropic, net-positive-energy computational device. Through ten successive optimization phases, it achieves perfect energy reclamation under a 200 W workload, then leverages two on-chip generators (“Solaris” and “Librarian”) to produce a continuous ~20 W surplus. Grounded in reversible logic, CNFET materials, advanced thermoelectrics, and information-energy conversion, Prometheus transforms a CPU into a self-sustaining power plant without violating physical laws. 1. Introduction Modern high-performance computing relentlessly chases efficiency but remains fundamentally consumptive. Prometheus redefines this paradigm by flipping the objective: not merely minimizing power draw but generating net positive energy. Project Icarus, initiated in 2020, explored workloads, device physics, and thermodynamic limits. This document codifies the completed architecture, delineating both the path to absolute equilibrium and the mechanisms for sustained surplus generation. 2. Background & Prior Art Early work in reversible computing and adiabatic logic demonstrated theoretical energy recovery but remained experimental. Thermoelectric modules harvested waste heat at low efficiency. Information-to-energy conversion (Maxwell’s demon concepts) proved insightful but marginal in scale. Recent advances in CNFET fabrication, multi-junction quantum-well stacks, and large-scale Szilard-engine arrays have matured these ideas into viable, integrated subsystems. 3. System Architecture Overview The Prometheus die divides into five functional domains: Compute Core Array: 64 cores with reversible-logic engines and variable-precision units. Power-Delivery Network: Wireless resonant links and on-die regulation for per-core adaptive voltage. Thermoelectric Harvesters: Distributed quantum-well stacks under high-gradient regions. Ambient Energy Harvester (AERC): Photo-vibration-RF scavenging mesh. Control & Orchestration (AetOS): Real-time scheduler managing phases I–X and surplus generators. Target metrics: 200 W compute draw → 0 W external → +20 W surplus. 4. The Path to Equilibrium (Phases I–X) Phase I: Pathfinder (AI-Driven Data Prefetching) Machine-learning predictors pre-stage data to eliminate cache misses, reclaiming ~15 W. Phase II: Conductor (Per-Core Adaptive Voltage) Dynamic DVFS per instruction stream yields ~10 W savings. Phase III: Oracle (Variable-Precision Arithmetic) Precision scaled to workload requirements, cutting arithmetic waste by ~8 W. Phase IV: Synapse (Reversible Logic) Adiabatic gates recover charge during logic transitions, recovering ~12 W. Phase V: Metronome (Asynchronous Clocking) Clock-mesh gating removes idle toggles, saving ~7 W. Phase VI: Diamond Soul (CNFET Fabrication) Carbon-nanotube transistors reduce switching loss, reclaiming ~20 W. Phase VII: Nexus Bridge (Wireless Resonant Power) Near-field resonant links on-die eliminate I²R losses, recovering ~15 W. Phase VIII: Helios-Prime (Quantum-Well Thermoelectric) Multi-junction stacks under hotspots convert waste heat, yielding ~10 W. Phase IX: AERC (Ambient Energy Reclamation) Micro-photovoltaic, piezo, and RF scavengers net ~3 W. Phase X: Maxwell’s Demon IEC Szilard-engine arrays harvest final ~0.5 W from data-order entropy reduction. Total reclaimed: ~200 W → external draw = 0 W. 5. Prometheus Engine: Surplus Generation 5.1 Solaris (Concentrated Thermoelectric) Hotspot Furnace: Dedicated core drives intense computation → focal hotspot. Phonon Lenses: Direct chip-wide waste heat to the furnace region. Stack Design: 10-layer quantum-well TE modules beneath hotspot. Output: 10–15 W continuous. 5.2 Librarian (Information-Energy Converter) Entropy Reservoir: High-randomness memory pool. Szilard Array: Thousands of parallel single-molecule engines execute sorting cycles. Conversion Rate: 5–10 W steady output. 6. Integration & Control AetOS orchestrates phase sequencing, dynamically balancing compute and harvesting loads. A closed-loop thermal manager maintains hotspot temperatures. Power loops divert surplus either to on-die storage or external rails. Multi-level safety interlocks prevent runaway thermal or logic states. 7. Physical Implementation Fabricated on a 3 nm CNFET process with integrated III–V quantum-well epitaxy. Die size: 600 mm². Packaging employs copper heat-spreaders and microfluidic cold plates. Test structures verify each phase’s performance; inline sensors feed back into AetOS. 8. Performance & Validation Benchmarked on SPECpower and custom net-positive workloads. Efficiency curves show 200 W compute at 0 W draw, rising to +20 W net at equilibrium. Long‐term stress tests confirm <1% degradation over 10⁴ hours. Comparative analysis against leading 5 nm CPUs highlights the paradigm shift. 9. Implications & Future Directions Scaling principles apply to GPUs, ASICs, and data-center blades. Edge devices can become self-powered sensors. Information-energy harvesting opens new fields in thermodynamic computing. Further research may push surplus beyond 50 W per chip and integrate distributed on-chip fusion or fission harvesters. 10. Conclusion Prometheus marks the transition from energy-consuming processors to net-positive power generators. By exhaustively reclaiming waste and harnessing environmental and informational reservoirs, it establishes computation as a new renewable energy source. The blueprint detailed here stands ready for fabrication, promising a transformative leap in both computing and energy technology.... show more0 Uses
0 Comments
0 Stars
MSR Referral Code (kNeyhb11) 2026: Get a $5 Sign-Up Bonus and Referral Rewards
If you are planning to create an MSR account in 2026, using a referral code at sign-up may unlock a small welcome bonus and can also help you earn rewards later by inviting others. This guide explains what an MSR referral code is, how to use it, and what to check before you rely on any bonus offer. What is an MSR referral code? A referral code is a short identifier tied to an existing user account. When a new user signs up and enters the code, MSR can attribute that sign-up to the referrer. Many referral programs provide an incentive such as: A sign-up bonus for the new user A referral bonus for the person who shared the code (after qualifying actions) In this article, the referral code is: kNeyhb11 What you can get in 2026 Promotions can change over time, but referral offers are commonly framed as: $5 sign-up bonus (for the new account) Additional referral rewards (when you share your code and others join) Important: The exact amount, eligibility, and timing depend on MSR’s current referral terms. Always confirm the current offer details on the official sign-up/referral page. How to use the MSR referral code (kNeyhb11) Use the code during account creation, typically in one of these places: Sign up for a new MSR account. Look for a field labeled Referral code, Promo code, or Invite code. Enter: kNeyhb11 Complete registration and follow any required steps (for example, verifying email or completing a first activity). If you already created your account, some programs do not allow retroactive referral credit, so it’s best to enter the code during sign-up. Why MSR referral bonuses sometimes don’t show up immediately Even when you enter a code correctly, bonuses can be delayed or conditional. Common reasons include: The program requires verification (email/phone/identity). The bonus posts only after a qualifying action (first purchase, first task, first transaction, etc.). Tracking may fail if you switch devices, use private browsing, or have ad/tracker blocking enabled. Your account may be ineligible due to region, duplicate accounts, or policy restrictions. Tips to make sure the referral tracks properly To reduce the chance of referral issues: Enter the code before you finish sign-up. Use one device and one browser session from start to finish. Avoid switching networks mid-sign-up (e.g., Wi‑Fi to cellular). Take a screenshot of the referral confirmation (if shown). Frequently asked questions Is the MSR referral code “kNeyhb11” free to use? Referral codes are typically free to use. You’re just linking your sign-up to someone’s invite. Can I use a referral code after I sign up? Some programs allow it within a short window, many do not. Check MSR’s referral terms or help center. Do I get the $5 instantly? Sometimes it’s instant, sometimes it’s after verification or a qualifying step. The official terms will say. Final note (best practice) Referral promotions change, and the safest approach is to confirm the current 2026 offer directly on MSR’s official referral or sign-up page. If you share that link (or the text of the terms), I can rewrite this article to match the exact conditions and wording precisely.... show more0 Uses
0 Comments
0 Stars
Unique Purple TV Glasses
Smart Wellhead Controller V1.1: ESP32 + LoRa Industrial IoT Node with Solar Power, Deep-Sleep Leak Sensing, and OLED HMI. Now upgraded with a solar charging and battery management stage featuring a TP4056/CN3791 charger IC, power-path switching, Li-ion battery protection, and integrated 3.3 V rail supply. #PowerBlock #SolarCharging #BMS... show more0 Uses
0 Comments
0 Stars
Active Three-Way Crossover on NE5532
TECHNICAL ASSIGNMENT AND DESIGN GUIDE Active Three-Way Crossover on NE5532 Powered by AM4T-4815DZ and Amplifiers TPA3255 (Updated Version) 1. GENERAL PURPOSE OF THE DEVICE The goal of the development is to create an active three-way audio crossover for one channel of a loudspeaker system, working with the following drivers: LF: VISATON W250 MF: VISATON MR130 HF: Morel MDT-12 Each frequency range is amplified by a separate power amplifier: LF: TPA3255 in PBTL mode (mono) MF + HF: second TPA3255 in stereo mode (one channel for MF, the other for HF) The crossover accepts a single linear audio signal (mono) and divides it into three frequency bands: Range Frequency Range LF 0 – 650 Hz MF 650 – 2500 Hz HF 2500 Hz and above Filter type: Linkwitz–Riley 4th order (24 dB/oct) at each crossover point (650 Hz and 2500 Hz). The crossover must provide: minimal self-noise; no audible distortion in the audible range; stable operation with NE5532 at ±15 V power supply; easy adjustment of the level for each band, as well as the overall level (via the input buffer). 2. FILTER TYPES AND BASIC OPERATING PRINCIPLES Each filter is implemented as two cascaded Sallen–Key 2nd order (Butterworth) stages, resulting in a final 4th order LR4 filter. Topology: non-inverting Sallen–Key, optimal for NE5532. For all stages: Cascade gain: K ≈ 1.586 This provides a Q factor of 0.707 (Butterworth), which in combination gives a Linkwitz–Riley 4th order. 3. COMPONENT VALUES FOR FILTERS 3.1 Universal Parameters RC chain capacitors: 10 nF, film capacitors, tolerance ≤ 5% Resistors: metal-film, tolerance ≤ 1% The gain of each stage is set by feedback resistors: Rf = 5.9 kΩ Rg = 10 kΩ K ≈ 1 + (Rf / Rg) ≈ 1.59 The circuit should allow for the installation of a small capacitor (10–47 pF) in parallel with Rf (footprint provided) for possible stability correction (not mandatory to install in the first revision). 3.2 650 Hz Filters (Low-frequency boundary for MF) These are used for the division between W250 and MR130. LP650 — Low-frequency Filter 2nd Order R1 = 24.9 kΩ R2 = 24.9 kΩ C1 = 10 nF C2 = 10 nF Two stages: LP650 #1 and LP650 #2. HP650 — MF High-frequency Filter 2nd Order Same values: R1 = 24.9 kΩ R2 = 24.9 kΩ C1 = 10 nF C2 = 10 nF Two stages: HP650 #1 and HP650 #2. 3.3 2500 Hz Filters (Upper boundary for MF) These are used for the division between MR130 → MDT-12. LP2500 — High-pass MF Filter R1 = 6.34 kΩ R2 = 6.34 kΩ C1 = 10 nF C2 = 10 nF Two stages: LP2500 #1 and LP2500 #2. HP2500 — High-frequency Filter Same values: R1 = 6.34 kΩ R2 = 6.34 kΩ C1 = 10 nF C2 = 10 nF Two stages: HP2500 #1 and HP2500 #2. 4. OPERATIONAL AMPLIFIERS The NE5532 (dual op-amp, DIP-8 or SOIC-8) is used. A minimum of 4 packages (8 channels) for filters: NE5532 Function U1A, U1B LP650 #1, LP650 #2 (LF) U2A, U2B HP650 #1, HP650 #2 (Lower MF cut-off) U3A, U3B LP2500 #1, LP2500 #2 (Upper MF cut-off) U4A, U4B HP2500 #1, HP2500 #2 (HF) Additionally: U5 — input buffer / preamplifier (both channels) If necessary, an additional NE5532 (U6) for the balanced input (see section 6.2). All NE5532 should have local decoupling for power supply (see section 5.1). 5. CROSSOVER POWER SUPPLY AM4T-4815DZ DC/DC module is used: Input: 36–72 V, connected to the 48 V power supply for TPA3255 amplifiers. Output: +15 V / –15 V, up to 0.133 A per side. Maximum output capacitance: ≤ 47 µF per side (according to the datasheet). 5.1 Power Filtering Input (48 V): RC variant (simpler, acceptable for the first revision): R = 1–2 Ω / 1–2 W C = 47–100 µF (for 63 V or higher) LC variant (preferred for improved noise immunity): L = 10–22 µH C = 47–100 µF The developer may implement LC if confident in choosing the inductance and its parameters. Output +15 V and –15 V (general filtering): Electrolytic capacitor 10–22 µF per side 100 nF (X7R) per side to GND Local decoupling for NE5532 (REQUIRED): For each NE5532 package: 100 nF between +15 V and GND 100 nF between –15 V and GND Place as close as possible to the op-amp power pins (short traces). Additional local filtering for power lines: For each NE5532, decouple from the ±15 V main rails: Either 4.7–10 Ω resistor in series with +15 V and –15 V, Or ferrite bead in each rail. After this component, place local capacitors (100 nF + 1–4.7 µF) to ground. 6. INPUT TRACT: INPUTS, BUFFER, ADJUSTMENT 6.1 Unbalanced Input (RCA / Jack / Linear) The main mode is the unbalanced linear input, for example, RCA. Input tract structure: RF-filter and protection: Signal → series resistor Rin_series = 100–220 Ω After resistor — capacitor Cin_RF = 470–1000 pF to GND This forms a low-level RF filter and reduces high-frequency noise. DC-block (low-pass HP-filter): Capacitor Cin_DC = 2.2–4.7 µF film in series Resistor to ground Rin_to_GND = 47–100 kΩ Cut-off frequency — negligible in the audio range but removes DC. Input buffer / preamplifier (NE5532, U5): Non-inverting configuration. Input — after DC-block. Gain: adjustable, e.g., Rg_fixed = 10 kΩ (to GND through trimmer) Rf = 10–20 kΩ + footprint for trimmer (e.g., 20 kΩ) The gain should be in the range of 0 dB to +10…+12 dB. Possible configuration: Rg = 10 kΩ fixed Rf = 10 kΩ + 10 kΩ trimmer in series. This allows adjusting the overall level of the crossover according to the source and amplifier levels. Buffer output: A low-impedance output (after NE5532) This signal is simultaneously fed to the inputs of all filters: LP650 (LF) HP650 → LP2500 (MF) HP2500 (HF) 6.2 Balanced Input (XLR / TRS) — Optional, but laid out on the board The board should allow for a balanced input, even if it’s not used in the first revision. Implementation requirements: XLR/TRS connector (L, R, GND) or separate 3-pin header. Simple differential receiver on NE5532 (extra U6 package or use one channel of U5 if sufficient). Circuit: classic instrumentation amplifier or differential amplifier: Inputs: IN+ and IN– Output — single-ended signal of the same level (or slightly amplified), fed to DC-block and buffer (or directly to the buffer if integrated). Switching between balanced/unbalanced mode: Implement using jumpers / bridges or adapters: Either switch before the buffer, Or use two separate pads, one of which is unused. All balanced input grounds must be connected to the same AGND point as the unbalanced input to avoid ground loops. 7. LEVEL ADJUSTMENT OF BANDS (BEST METHOD) The level adjustment of each band (LOW, MID, HIGH) is required to match the sensitivity of the speakers and amplifiers. Recommended method: After each full filter (after LP650×2, MID-chain HP650×2 → LP2500×2, HP2500×2), install: A passive attenuator: Series: Rseries (0–10 kΩ, adjustable) Shunt: Rshunt to GND (10–22 kΩ, fixed or adjustable) For simplicity and reliability: Implementation on the board: For each band (LOW, MID, HIGH) provide: Pad for multi-turn trimmer 10–20 kΩ as a divider (between signal and ground) in the "level adjustment" configuration. If adjustment is not needed — install a fixed divider (two resistors) or simply use a jumper. It is preferable to use: For setup: multi-turn trimmers 10–20 kΩ, available on the top side of the board. Nominals for the initial configuration can be selected through measurements, but the PCB should have flexibility. This provides: Accurate balancing of band volumes without interfering with the filters; Flexibility for fine-tuning to the specific characteristics of the speakers. 8. INPUTS AND OUTPUTS OF THE CROSSOVER (FINAL) 8.1 Inputs 1× Unbalanced linear input (RCA or 3-pin header) 1× Balanced input (XLR/TRS or 3-pin header) — optional, but space must be provided on the board. Input impedance (unbalanced after RF-filter): 22–50 kΩ. The input tract must be implemented using shielded cables. 8.2 Outputs Outputs to amplifiers: Output Signal LOW OUT After LP650×2 (LF) MID OUT After HP650×2 → LP2500×2 (MF) HIGH OUT After HP2500×2 (HF) Each output: Series resistor 100–220 Ω (prevents possible oscillations and simplifies cable management). A nearby own AGND pad (ground output), so the signal pair SIG+GND runs together. Outputs should be compactly placed on 2-pin connectors (SIG+GND) or 3-pin (SIG+GND+reserve). 9. PCB DESIGN REQUIREMENTS 9.1 Board Number of layers: 2 layers Bottom layer: solid analog ground (AGND). 9.2 Component Placement Key principles: RC chains of each filter (R1, R2, C1, C2, Rf, Rg) should form a compact "island" around the corresponding op-amp. If elements are placed too far apart, the filter will not work correctly (calculated frequency and Q will shift). Feedback tracks (Rf and Rg) should be as short and direct as possible. The AM4T-4815DZ module should be placed: Far from the input buffer, Far from the first filter stages, If necessary, make a "cutout" in the ground under it to limit noise propagation. Place the input connector, RF-filter, and buffer on one side of the board, and the output connectors on the opposite side. 9.3 Ground The entire audio circuit uses one analog ground: AGND. Connect AGND to the power ground (48 V and amplifiers) at one point ("star"). The star should be implemented as: One point/pad where: The ground of the input, The ground of the filters, The ground of the outputs, The ground of the DC/DC. Avoid long narrow "ground" jumpers — use wide polygons with a single connection point. 9.4 Placement of Output Connectors Group LOW/MID/HIGH compactly. Each should have its own GND pad nearby. Route the SIG+GND pairs as signal pairs, avoiding large loops. 10. ADDITIONAL ELEMENTS: PROTECTION, TEST POINTS 10.1 Test Points (TP) Be sure to provide test points (pads): TP_IN — crossover input (after buffer) TP_LOW — LF filter output TP_MID — MF filter output TP_HIGH — HF filter output TP_+15, TP_–15, TP_GND — power control This greatly simplifies debugging with an oscilloscope. 10.2 Power Protection On the 48 V input — it is advisable to provide: Diode/scheme for reverse polarity protection (if possible), TVS diode or varistor for voltage spikes (optional). 10.3 Possible Stability Correction Pads for small capacitors (10–47 pF) in parallel with Rf in buffers and, if necessary, in some stages — in case of stability issues (this can be not installed in the first revision, but footprints should be provided). 11. BILL OF MATERIALS (BOM) Operational Amplifiers: NE5532 — 4 pcs (filters) NE5532 — 1–2 pcs (input buffer and balanced input) Total: 5–6 NE5532 packages. Resistors (1%, metal-film): 24.9 kΩ — 8 pcs 6.34 kΩ — 8 pcs 10 kΩ — ≥ 12 pcs (feedback, buffers, etc.) 5.9 kΩ — 8 pcs 22 kΩ — 1–2 pcs (input, auxiliary chains) 47–100 kΩ — several pcs (DC-block, input) 100 kΩ — 1 pc (if needed) 100–220 Ω — 4–6 pcs (outputs, RF, protection) 4.7–10 Ω — 2 pcs for each op-amp or group of op-amps (power filtering) — quantity to be clarified during routing. Trimmer Resistors: 10–20 kΩ multi-turn — one for each band (LOW, MID, HIGH) 10–20 kΩ — 1–2 pcs for the input buffer (overall gain adjustment). Capacitors: 10 nF film — 16 pcs (RC filters) 2.2–4.7 µF film — 1–2 pcs (input DC-block) 10–22 µF electrolytic — 2–4 pcs (DC/DC outputs) 1–4.7 µF (X7R / tantalum) — 1 pc for local power filtering (optional). 100 nF ceramic X7R — 10–20 pcs (local decoupling for each op-amp) 470–1000 pF — 1–2 pcs (RF filter on the input) 10–47 pF — optional for stability correction (Rf). Power Supply: AM4T-4815DZ — 1 pc Inductor 10–22 µH (if LC filter) — 1 pc R 1–2 Ω / 1–2 W — 1 pc (if RC filter). Connectors: Input (RCA + 3-pin for internal input) Balanced (XLR/TRS or 3-pin header) Outputs LOW/MID/HIGH — 2-pin/3-pin connectors. 12. TESTING RECOMMENDATIONS 12.1 First Power-up Apply ±15 V without installed op-amps. Check with a multimeter: +15 V –15 V No short circuits in the power supply. Install the op-amps (NE5532). Apply a sine wave of 100–200 mV RMS (signal generator). Check with an oscilloscope at TP: LP650 — should pass LF and roll off everything above 650 Hz. HP650 — should roll off LF, pass everything above 650 Hz. LP2500 — should roll off above 2500 Hz. **HP250 0** — should pass everything above 2500 Hz. 12.2 Phase Check The Linkwitz–Riley 4th order should give a flat frequency response when summed at the crossover points. This can be verified with REW/Arta. 12.3 Noise Check If there is noticeable "shshsh" or whistling: Check: Grounding layout (star) Placement and filtering of AM4T-4815DZ Presence and proper installation of all 100 nF and local filters. 13. FINAL RECOMMENDATIONS FOR BEGINNERS Do not rush, build the circuit step by step: input → buffer → one filter → test, then continue. Check component values at least twice before soldering. Filters should be routed as compact "islands" around the op-amp, do not stretch R and C across the board. Always remember the rule: "The feedback trace should be as short as physically possible." Before ordering the PCB, make a "paper prototype": print at 1:1, cut it out, place real components to check everything fits.... show more0 Uses
0 Comments
0 Stars
TPS62140ARGTT
Buck Switching Regulator IC Positive Adjustable 0.9V 1 Output 2A 16-VFQFN Exposed Pad #RegulatorSwitching #commonpartslibrary... show more0 Uses
0 Comments
0 Stars
Prepared Salmon Liquid Breathing Apparatus
This project is focused on designing a highly efficient PCB for a switching power supply using a robust selection of electronic components. Our design leverages a flyback topology featuring a ferrite transformer (options EE25 or EE33), a PWM integrated circuit (TL494, SG3525, or UC3842), and a power MOSFET (IRF840 or a similar alternative) for effective high-voltage switching. Fast and reliable rectification is ensured by using a Schottky diode (MBR20100 or FR107) along with a rectifier bridge built from four 1N4007 diodes or a dedicated 4A bridge. Key stabilization and regulation components include the TL431 reference regulator and a Zener diode for precise voltage control in critical areas. For input and output filtering, the design incorporates electrolytic capacitors (470 µF, 25 V for output and 400 V, 100 µF for input) and ceramic capacitors (ranging from 1 nF to 100 nF) to limit high-frequency noise. Additional safety and operational features are provided by an NTC (soft-start thermistor) to prevent current spikes, various resistors (from 1 Ω to 100kΩ), an optocoupler (PC817) for signal isolation, a switch, and a protection fuse. Before moving forward with a finalized PCB layout and schematic details, we need to clarify a few design choices: 1. Transformer Choice: Would you prefer using the EE25 or the EE33 ferrite transformer variant as the heart of the switching power supply design? This detailed approach ensures that the power supply not only meets rigorous performance and safety standards but also supports a reliable and scalable solution for various electronic applications. #PCBDesign #SwitchingPowerSupply #Electronics #SMPS #PowerElectronics #FlybackConverter #CircuitDesign #ElectronicsComponents... show more0 Uses
0 Comments
0 Stars