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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
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
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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 Star
PIC18F4550-I-P
PIC series Microcontroller IC 8-Bit 48MHz 32KB (16K x 16) FLASH 40-PDIP #CommonPartsLibrary #IntegratedCircuits #Microcontrollers #PIC18F4550... show more0 Uses
0 Comments
1 Star
CAN Bus Isolation
Isolation circuit for CAN Bus based on ISO1050 IC... show more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 Star
L293D Motor driver board
Dual motor driver based on L293D IC #project #motor #L293D #driver #motordriver #polygon... show more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 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 more0 Uses
0 Comments
1 Star
Icy Green X-Wing
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
1 Star
Icy Scarlet Mr. Fusion
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
1 Star
Icy Violet P.K.E. Meter
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
1 Star
Icy Lime Speeder Bike
Welcome to your new project. Imagine what you can build here.... show more0 Uses
0 Comments
1 Star
IC 555
Welcome to your new project. Imagine what you can build here.... show more0 Uses
1 Comment
0 Stars