Pulse Width Modulation (PWM) Controller
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show more1 Comment
STM32F301K6U6
ARM® Cortex®-M4 STM32F3 Microcontroller IC 32-Bit 72MHz 32KB (32K x 8) FLASH 32-UFQFPN (5x5)... show more1 Comment
Pulse Width Modulation (PWM) Controller 2FGw
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show more1 Comment
AOZ2261AQI-15 Template
DC/DC synchronous buck regulator based on AOZ2261AQI-15 IC. Output voltage is 12V (R3 and R4) with terminal block connections #template #project-template #regulator #voltageregulator... show more1 Comment
PCB Business Card NFC Template ivtQ eFSc
Change History from V1: -Font Bigger for SMD Footprint and IC designators -Confirmed that V1 worked for LED energy harvesting and NFC write/read Forked an amazing PCB business card from Mark Wu and added a SMD footprint and silkscreen art.... show more1 Comment
BUG FOR PINS - LIB 6wpN
QFP50P1200X1200X160-64N LQFP-64 NXP Semiconductors NXP USA None MK22FN1M0VLH12 ARM® Cortex®-M4 Kinetis K20 Microcontroller IC 32-Bit 120MHz 1MB (1M x 8) FLASH 64-LQFP (10x10) Not in stock Aliases: undefined... show more1 Comment
NE555P
555 Type, Timer/Oscillator (Single) IC 100kHz 8-PDIP #Timer #commonpartslibrary... show more1 Comment
EFR32BG24B210F1024IM48
ARM® Cortex®-M33 EFR32BG24 Microcontroller IC 32-Bit 78 MHz 1024 KB Flash 128 KB RAM BLE/Bluetooth Mesh QFN48 (6x6)... show more1 Comment
Pulse Width Modulation (PWM) Controller rxRQ
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show more1 Comment
PCB Business Card NFC Template ivtQ
Change History from V1: -Font Bigger for SMD Footprint and IC designators -Confirmed that V1 worked for LED energy harvesting and NFC write/read Forked an amazing PCB business card from Mark Wu and added a SMD footprint and silkscreen art.... show more1 Comment
Developer can play with this PCB
CAN Simulator Reference Design based on DFL-SJ1939 simulator IC1 Comment
STM32MP1 Linux Card
This project designs a Linux Single Board Computer using STM32MP157FAC1, featuring DDR memory, a power management IC, USB and SD card interfaces, and essential user controls, aimed at versatile embedded applications.... show moreBattery Charger V0.1
Replace CN3063 Li-ion Charger IC in Eventual Orange Scramble Suit with Pin-Compatible, More Sourced SOP-8-EP Alternative... show moreAble Rose Carbonite Freezer
4‑Layer 100×60 mm PCB – Buck wiring and power nets verified (D3 to U7:VSW/GND, U7:FB to 3V3), IC power rails checked, BOM cleaned (duplicate L5 removed, MPNs standardized, mechanical holes excluded), ERC/DRC re-checked, BOM regenerated, UL 61010 isolation corridor annotations preserved, design BuildReady for manufacturing.... show moreUnique 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 moreTPS62140ARGTT
Buck Switching Regulator IC Positive Adjustable 0.9V 1 Output 2A 16-VFQFN Exposed Pad #RegulatorSwitching #commonpartslibrary... show moreATMEGA328-PU
AVR AVR® ATmega Microcontroller IC 8-Bit 20MHz 32KB (16K x 16) FLASH 28-PDIP #CommonPartsLibrary #Microcontroller #Atmega328... show more231006802 PCB DESIGN
Adjustable Voltage Regulator Circuit using LM324 IC with Over Current Protection... show more
LM2596 Buck converter 5V
This project is a DC-DC Buck converter based on the LM2596 IC. It is designed to step down the input voltage from 12V to a regulated output of 5V #Buck #LM2596 #project... show moreSecret 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 moreLTC4007 Module
This project is a Lithium-ion battery charger circuit based on LTC4007 IC. The design incorporates n-channel power MOSFETs and extensive protection features for overcurrent, overvoltage, undervoltage, and overtemperature conditions. It is ideal for portable, battery-powered systems. #project #LTC4007 #ReferenceDesign #charger #BatteryManagement #reusable #module #bms #analog #template... show moreLTC4007 Module
This project is a Lithium-ion battery charger circuit based on LTC4007 IC. The design incorporates n-channel power MOSFETs and extensive protection features for overcurrent, overvoltage, undervoltage, and overtemperature conditions. It is ideal for portable, battery-powered systems. #project #LTC4007 #ReferenceDesign #charger #BatteryManagement #reusable #module #bms #analog #template... show moreFlat Bronze Robot Maid
i want to build a pcb for an electrical energy datalogger , this datalogger is composed by : an esp32 as a main microcontroller, two ATM90 As an ic circuits for energy calculation , 6 input for a ct clamp sensor every 3 is connected by an ic , an input for power and at the same time as a voltage sensing , a regulator to get down the voltage drom 220 to 5v... show moreP8X32A-Q44
Propellerâ„¢ Microcontroller IC 32-Bit 8-Core 80MHz 32KB (32K x 8) ROM 44-LQFP (10x10) #CommonPartsLibrary #IntegratedCircuit #Microcontroller #P8X32A #Propeller... show morePulse Width Modulation (PWM) Controller
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show moreBCR421UW6-7
The BCR421UW6-7 is a constant current LED driver IC that can provide up to 350ma. #Integratedcircuit #Powermanagement... show moreAOZ2261AQI-15 Project Polygon
DC/DC synchronous buck regulator based on AOZ2261AQI-15 IC. Output voltage is 12V (R3 and R4) with terminal block connections #project #regulator #voltageregulator... show moreLoRa Door and Window Sensor Reference Design vozP
This is a LoRa-based door and window sensor incorporating a microcontroller unit (MCU). It features a reed sensor, LED indicators, a AAA non-rechargeable battery, and a booster IC for constant voltage. The MCU is linked to peripherals through nets, ensuring optimal performance #LoRa #MCU #ReferenceDesign #project #referenceDesign #simple-embedded #seeed #seeed-studio #template #reference-design... show moreLoRa Door and Window Sensor Reference Design
This is a LoRa-based door and window sensor incorporating a microcontroller unit (MCU). It features a reed sensor, LED indicators, a AAA non-rechargeable battery, and a booster IC for constant voltage. The MCU is linked to peripherals through nets, ensuring optimal performance #LoRa #MCU #ReferenceDesign #project #referenceDesign #simple-embedded #seeed #seeed-studio #template #reference-design... show more555 Timer Astable
The 555 timer IC is an integrated circuit used in a variety of timer, delay, pulse generation, and oscillator applications.... show moreLM25119PSQ/NOPB
Buck Regulator Positive Output Step-Down - DC-DC Controller IC 32-WQFN (5x5)... show morePulse Width Modulation (PWM) Controller
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show moreLM2596 AI
This project is a DC-DC Buck converter based on the LM2596 IC. It is designed to step down the input voltage from 12V to a regulated output of 5V #Buck #LM2596 #project... show moreSTM32MP1 Linux Card dPzJ
This project designs a Linux Single Board Computer using STM32MP157FAC1, featuring DDR memory, a power management IC, USB and SD card interfaces, and essential user controls, aimed at versatile embedded applications.... show moreAVRxxxDB48-x/PT
AVR series Microcontroller IC 8-Bit 20MHz 48KB (48K x 8) FLASH 48-TQFP (7x7) #CommonPartsLibrary #Microcontroller #Atmega4809... show morePulse Width Modulation (PWM) Controller
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show morePulse Width Modulation (PWM) Controller
This project is a Pulse Width Modulation (PWM) Controller, built around an LM555 timer IC. It controls a load connected to a MOSFET, with adjustments via a potentiometer, and uses capacitors, resistors and diodes for various functions. #PWM #controller #project #Template #projectTemplate... show moreTP4056 Reference Design
Reference design for Li-ion single cell charger based on TP4056 IC. Rprog setting output current to 900mA. VIN and BAT connector are block terminal connectors. #project #Template #referenceDesign #charger #TP4056 #referenceDesign #batterycharger #template #bms #reference-design... show moreTP4056 Reference Design
Reference design for Li-ion single cell charger based on TP4056 IC. Rprog setting output current to 900mA. VIN and BAT connector are block terminal connectors. #project #Template #referenceDesign #charger #TP4056 #referenceDesign #batterycharger #template #bms #reference-design... show moreClimate Control System Reference Design ae07
This is a climate control system reference design with a STM32WB5 microcontroller, power manager IC, USB Type-C, JST connectors, and an LCD driver. #referenceDesign #edge-computing #edgeComputing #stm #template #iot #control #BLE #reference-design... show more[Project YHIW L03] TPS62130 12v to 3V - 3A Regulator
TPS62130 Is a Texas instrument Buck Converter IC in the TPS family of power devices. This converter has a maximum input range of...... show more[Project YHIW L02] TPS62130 12v to 5V - 3A Regulator 13d9
TPS62130 Is a Texas instrument Buck Converter IC in the TPS family of power devices. This converter has a maximum input range of...... show more