sf-hackathon-2023-bee-hotel-R0.5
Requirements: -Daytime Operation Only -Track Bee Input/Output Directionality -Connects to House via WiFi TODO: -Connect EN high or low on MPPT IC -Finish Routing -Check Fill Thing Features: -MPPT Solar Power Conditioning -96% efficient IR LED Drive Next Version Feature Wants: Microphone!... show more1 Star
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 more1 Star
Realistic Brown Battle Mech
Nice ā you can do a clean pulse + latch using a single quad Schmitt-NAND chip: 74HC132 (or 74LVC132 for 3.3 V systems). The HC132 contains four 2-input NAND gates with Schmitt inputs so you can both clean a noisy SYN480R DATA line and build an SR latch (NAND SR is active-LOW) inside one package. Only a few passives and a driver transistor are needed. Below is a ready-to-build recipe (parts, wiring, explanation, tuning tips, and an ASCII schematic) ā no extra logic ICs required. Parts (per latch) 1 Ć 74HC132 (quad 2-input NAND with Schmitt inputs). If your system is 3.3 V use 74LVC132 / 74HC132 rated for 3.3 V. Rin = 47 kĪ© (input series) Cfilter = 10 nF (input RC to ground) ā tweak for debounce/clean time Rpulldown = 100 kĪ© (pull-down at input node, optional) Rpullup = 100 kĪ© (pull-up for active-LOW R input so reset is idle HIGH) Rbase = 10 kĪ©, Q = 2N2222 (NPN) or small N-MOSFET (2N7002) to drive your load Diode for relay flyback (1N4001) if you drive a coil Optional small cap 0.1 µF decoupling at VCC of IC Concept / how it works (short) Use Gate1 (G1) of 74HC132 as a Schmitt inverter by tying its two inputs together and feeding a small RC filter from SYN480R.DATA. This removes HF noise and provides a clean logic transition. Because it's a NAND with tied inputs its function becomes an inverter with Schmitt behavior. Use G2 & G3 as the cross-coupled NAND pair forming an SR latch (active-LOW inputs SĢ and RĢ). A low on SĢ sets Q = HIGH. A low on RĢ resets Q = LOW. Wire the cleaned/inverted output of G1 to SĢ. A valid received pulse (DATA high) produces a clean LOW on SĢ (because G1 inverts), setting the latch reliably even if the pulse is brief. RĢ is your reset input (pushbutton, HT12D VT, MCU line, etc.) ā idle pulled HIGH. Q drives an NPN/MOSFET to switch your load (relay, LED, etc.). Recommended wiring (pin mapping, assume one chip; use datasheet pin numbers) Iāll refer to the 4 gates as G1, G2, G3, G4. Use G4 optionally for additional conditioning or to build a toggler later. SYN480R.DATA --- Rin (47k) ---+--- Node A ---||--- Cfilter (10nF) --- GND | Rpulldown (100k) --- GND (optional, keeps node low) Node A -> both inputs of G1 (tie inputs A and B of Gate1 together) G1 output -> SĢ (S_bar) (input1 of Gate2) Gate2 (G2): inputs = SĢ and QĢ -> output = Q Gate3 (G3): inputs = RĢ and Q -> output = QĢ RĢ --- Rpullup (100k) --- VCC (reset is idle HIGH; pull low to reset) (optional) RĢ can be wired to a reset pushbutton to GND or to an MCU pin Q -> Rbase (10k) -> base of 2N2222 (emitter GND; collector to one side of relay coil) Other side of relay coil -> +V (appropriate coil voltage) Diode across coil If you prefer MOSFET low side switching: Q -> gate resistor 100Ī© -> gate of 2N7002 2N7002 source -> GND ; drain -> relay coil low side... show more1 Star
Fast Silver Flubber
Create a schematic diagram of an electric fence controller using the NE556 dual timer IC. The circuit must include all components with clear electronic symbols (resistors, capacitors, transistors, diode, relay) connected by lines as in a real circuit diagram. Specifications: 1. Power supply: - Vcc = +12V connected to pin 14 of the NE556. - Pin 1 of the NE556 to ground. 2. Timer A (active 10 seconds): - Pin 2 (Trigger A) receives a pulse from transistor Q2 (contact detector). - Pin 6 (Threshold A) connected to Pin 7 (Discharge A). - R1 = 1 MĪ© between Pin 7 and +12V. - C1 = 10 µF between Pin 6 and ground. - Pin 3 (Out A) goes through a 4.7 kĪ© resistor to the base of Q1 (BC547 NPN transistor). - Pin 3 also connected via a 100 nF capacitor to Pin 13 (Trigger B of Timer B). 3. Timer B (rest 10 seconds): - Pin 9 (Discharge B) and Pin 8 (Threshold B) connected together. - R2 = 1 MĪ© between Pin 9 and +12V. - C2 = 10 µF between Pin 8 and ground. - Pin 12 (Out B) can be optionally used to block retrigger of Timer A. 4. Relay driver stage: - Q1 = BC547 NPN transistor. - Base connected through 4.7 kĪ© resistor to Pin 3 (Out A). - Emitter to ground. - Collector connected to one side of the relay coil. - Other side of relay coil connected to +12V. - A diode 1N4007 placed in parallel with the relay coil (cathode to +12V, anode to collector of Q1). - Relay contacts switch the +12V supply to the electric fence energizer. 5. Contact detector: - Shunt resistor ā0.1 Ī© placed in series with the fence output. - Q2 = BC547 NPN transistor, base connected to the shunt, emitter to ground, collector to Pin 2 (Trigger A). - When current flows through the shunt, Q2 provides a trigger pulse to Timer A. Please draw the schematic in a standard style with components connected by straight lines, not in block diagrams. Show clear pin numbers of the NE556 and all external components.... show more1 Star
RT9525 ESP32 Wireless BMS
This is ESP32-S3-MINI-1 Wireless BMS project for a battery charger based on the RT9525 battery charger IC from Richtek. #project #ESP32 #ESP32S3 #charger #batterycharger #template #bms #monitor #RT9525 #richtek #polygon... show more1 Star
Climate Control System Reference Design
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 more1 Star
STM32MP1 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 more1 Star
GP2Y0D805Z0F Reference Design
This project is a distance detecting sensor circuit build around GP2Y0D805Z0F IC from SHARP/Socle Technology. It includes decoupling capacitors, feedback resistors, and a LED for signal indication, with power being supplied via the J1 connector. #referenceDesign #industrialsensing #sharp #template #reference-design... show more1 Star
GP2Y0D805Z0F Reference Design
This project is a distance detecting sensor circuit build around GP2Y0D805Z0F IC from SHARP/Socle Technology. It includes decoupling capacitors, feedback resistors, and a LED for signal indication, with power being supplied via the J1 connector. #referenceDesign #industrialsensing #sharp #template #reference-design... show more1 Star
EV5920-5048-V-00A Evaluation Board
This is a recreation of the [EV5920-5048-V-00A](https://www.monolithicpower.com/en/ev5920-5048-v-00a.html) from MPS which demonstrates a MP5920 Hot-Swap controller commanding 5 MP5048 e-fuses in parallel. WIP Items: -Routing In flux, this project demonstrates hierarchal design through the use of modules. Additionally, parametric symbols are used extensively to improve schematic cleanliness. Components in the canvas are locked because their positions correspond to the same positions as the original layout. Changelog from Original MPS Design: - Not including GPIO2 or GPIO3 as included in the original board due to NC pin name on the IC. - PC1 and PC2 footprints are 5mm in pitch and 12.5mm in diameter rather than the 16mm diameter in the original layout. This change corresponds with the selected part more accurately. -Renamed Designators to be More Verbose... show more1 Star
PIC18F4550-I-P
PIC series Microcontroller IC 8-Bit 48MHz 32KB (16K x 16) FLASH 40-PDIP #CommonPartsLibrary #IntegratedCircuits #Microcontrollers #PIC18F4550... show more1 Star
EV5920-5048-V-00A Evaluation Board
This is a recreation of the [EV5920-5048-V-00A](https://www.monolithicpower.com/en/ev5920-5048-v-00a.html) from MPS which demonstrates a MP5920 Hot-Swap controller commanding 5 MP5048 e-fuses in parallel. In Flux, this project demonstrates hierarchical design through the use of modules. Additionally, parametric symbols are used extensively to improve schematic cleanliness. Components in the canvas are locked because their positions correspond to the same positions as the original layout. Changelog from Original MPS Design: - Not including GPIO2 or GPIO3 as included in the original board due to NC pin name on the IC. - PC1 and PC2 footprints are 5mm in pitch and 12.5mm in diameter rather than the 16mm diameter in the original layout. This change corresponds with the selected part more accurately. -Renamed Designators to be More Verbose... show more1 Star
L293D Motor driver board
Dual motor driver based on L293D IC #project #motor #L293D #driver #motordriver #polygon... show more1 Star
STM32MP1 Linux Card 1
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 more1 Star
Bluetooth Smart Mirror Reference Design
This project is a Bluetooth-controlled smart mirror design. It uses an ESP32-MINI-1 for Bluetooth connectivity, an MPU-6050 IC sensor for gesture control, and a RGB LED for visual feedback. The design also comprises of other components like capacitors, resistors, and a USB-C connector for power. #referenceDesign #edge-computing #edgeComputing #template #reference-design #reusable #module #edge-computing #edgeComputing #sublayout #esp32 #lazer #sensor... show more1 Star
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 Star
Buck Converter using LM7576 ic
Welcome to your new project. Imagine what you can build here.1 Comment
AT06.V3 9W DOB V3.1
- Buck Converter - Use IC BP2861CJ - Required Parameters: Input voltage: 220VAC Input Power: 9W Power Factor: 0.5 LED Output Voltage: 81VDC LED Output Current: 105mA Driver Efficiency : 90%... show more35 Comments
Cooling Fan with Solar Panels Design
This project is a reference design for a 2A Solar Panel Power Manager With 7.2V LiFePO4 Battery and 17V Peak Power Tracking based on LT3652 IC. It includes components like resistors, capacitors, LEDs, and a JST connector for power input and battery connection. The design caters to high input voltage applications and ensures efficient charging with minimal components. #project #LT3652 #ReferenceDesign #charger #BatteryManagement #solar #LiFePO4 #referenceDesign #bms #analog #template #reference-design... show more27 Comments
L293D Motor driver Module
Dual motor driver based on L293D IC #Sublayout #Module #template #project-template #motor #L293D #driver #motordriver... show more22 Comments
Toy
This project involves the design and implementation of a motor control circuit using an L298N motor driver IC and a Seeed Studio XIAO ESP32S3-Sense microcontroller. The motor driver operates a single DC motor ($M1$) with control signals provided by the microcontroller. Additionally, the project includes a WS2812B-B addressable RGB LED, enabling visual feedback or status indication. Primary goals: - Control the speed and direction of the DC motor using the ESP32S3 microcontroller. - Provide status indication via the RGB LED.... show more19 Comments
LT3652 Reference Design
This project is a reference design for a 2A Solar Panel Power Manager With 7.2V LiFePO4 Battery and 17V Peak Power Tracking based on LT3652 IC. It includes components like resistors, capacitors, LEDs, and a JST connector for power input and battery connection. The design caters to high input voltage applications and ensures efficient charging with minimal components. #project #LT3652 #ReferenceDesign #charger #BatteryManagement #solar #LiFePO4 #referenceDesign #bms #analog #template #reference-design #polygon... show more17 Comments
555 Timer Astable
The 555 timer IC is an integrated circuit used in a variety of timer, delay, pulse generation, and oscillator applications.... show more17 Comments
TP5410 Module acsz
This project is a TP5410-based Battery Management System (BMS) circuit. The TP5410 IC handles battery charging, voltage regulation, and protection. It uses various capacitor, resistor, and diode components along with LEDs for status indication, making it an ideal solution for portable electronic devices. #project #Template #charger #reusable #module #batterycharger #template #bms #TP5410 #topPowerASIC #toppower #toppowerasic... show more13 Comments
TP4056 Type-C charger
Tiny USB type-C charger 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 #typec #charger #TP4056... show more12 Comments
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 more10 Comments
TP4056 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 #polygon... show more9 Comments
Pulse Width Modulation (PWM) Controller 66bH
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 more8 Comments
TDA7294V 8Q6H
Amplifier IC 1-Channel (Mono) Class AB 15-Multiwatt #Amplifier #Audio #commonpartslibrary... show more8 Comments
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 more7 Comments
LT3652 Reference Design qxfQ
This project is a reference design for a 2A Solar Panel Power Manager With 7.2V LiFePO4 Battery and 17V Peak Power Tracking based on LT3652 IC. It includes components like resistors, capacitors, LEDs, and a JST connector for power input and battery connection. The design caters to high input voltage applications and ensures efficient charging with minimal components. #project #LT3652 #ReferenceDesign #charger #BatteryManagement #solar #LiFePO4 #referenceDesign #bms #analog #template #reference-design... show more7 Comments
Audio Amplifier PCB
This project aims to build an Audio Amplifier using the TDA2822 IC. The TDA2822 is a commonly used dual-channel audio amplifier that can deliver high power output. The amplifier will be designed to drive two speakers with volume control and the audio input can be directly provided through an audio jack. This project is inspired by my class Analogue and Digital electronics.... show more6 Comments
PIC16F628A-I/P
PIC PICĀ® 16F Microcontroller IC 8-Bit 20MHz 3.5KB (2K x 14) FLASH 18-PDIP #commonpartslibrary #integratedcircuit #microcontroller #pic16f... show more6 Comments
LTC3547 Reference Design
This project is a dual-output step-down voltage regulator based on the LTC3547 IC, designed to efficiently convert a higher input voltage to stable 2.5V and 1.8V output voltages. It is suitable for applications requiring regulated power supplies with multiple voltage levels. #LTC3547 #referenceDesign #project #stepDown #voltageRegulator #2.5V #1.8V #referenceDesign #powermanagement #analogdevices #template #reference-design #polygon... show more6 Comments
Climate Control System Reference Design
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 more6 Comments