Intelligent Egg Incubator Design
Set Display Name to "I2C SDA Pull-up Resistor" on R7, Set Role to "pullup" on R7, R8, and R9, and 47 more changes
0:01
Set R7's Display Name to "I2C SDA Pull-up Resistor"
Set R7's Role to "pullup"
Set R7's Role Details to "Pull-up resistor for the I2C SDA line"
Set R8's Display Name to "I2C SCL Pull-up Resistor"
Set R8's Role to "pullup"
Set R8's Role Details to "Pull-up resistor for the I2C SCL line"
Set R9's Display Name to "DHT22 Data Pull-up Resistor"
Set R9's Role to "pullup"
Set R9's Role Details to "Pull-up resistor for optional DHT22 data line"
Set R10's Display Name to "Heater MOSFET Gate Resistor"
Set R10's Role to "drive"
Set R10's Role Details to "Series gate resistor for heater MOSFET control"
Set R11's Display Name to "Humidifier MOSFET Gate Resistor"
Set R11's Role to "drive"
Set R11's Role Details to "Series gate resistor for humidifier MOSFET control"
Set R12's Display Name to "Fan MOSFET Gate Resistor"
Set R12's Role to "drive"
Set R12's Role Details to "Series gate resistor for fan MOSFET control"
Set R13's Display Name to "LED MOSFET Gate Resistor"
Set R13's Role to "drive"
Set R13's Role Details to "Series gate resistor for LED ring MOSFET control"
Set R14's Display Name to "Heater MOSFET Pulldown Resistor"
Set R14's Role to "pulldown"
Set R14's Role Details to "Gate pulldown resistor to keep heater off during reset"
Set R15's Display Name to "Humidifier MOSFET Pulldown Resistor"
Set R15's Role to "pulldown"
Set R15's Role Details to "Gate pulldown resistor to keep humidifier off during reset"
Set R16's Display Name to "Fan MOSFET Pulldown Resistor"
Set R16's Role to "pulldown"
Set R16's Role Details to "Gate pulldown resistor to keep fan off during reset"
Set R17's Display Name to "LED MOSFET Pulldown Resistor"
Set R17's Role to "pulldown"
Set R17's Role Details to "Gate pulldown resistor to keep LED ring off during reset"
Set C7's Display Name to "12V Load Bulk Capacitor"
Set C7's Role to "bulk"
Set C7's Role Details to "Bulk capacitor for 12V load rail stability"
Set C8's Display Name to "5V Servo Bulk Capacitor"
Set C8's Role to "bulk"
Set C8's Role Details to "Bulk capacitor for servo current pulses on the 5V rail"
Set C10's Display Name to "SHT31 Decoupling Capacitor"
Set C10's Role to "decoupling"
Set C10's Role Details to "Local bypass capacitor for the SHT31 sensor supply"
Set C11's Display Name to "OLED Decoupling Capacitor"
Set C11's Role to "decoupling"
Set C11's Role Details to "Local bypass capacitor for the OLED display supply"
Set C12's Display Name to "3V3 Bulk Capacitor"
Set C12's Role to "bulk"
Set C12's Role Details to "Bulk capacitor for the 3.3V logic and sensor rail"
Set C13's Display Name to "ESP32-CAM Decoupling Capacitor"
Set C13's Role to "decoupling"
Set C13's Role Details to "Local bypass capacitor for the ESP32-CAM 5V supply"
Set C14's Display Name to "HX711 Decoupling Capacitor"
Set C14's Role to "decoupling"
Set C14's Role Details to "Local bypass capacitor for the HX711 module supply"
Set C15's Display Name to "DHT22 Decoupling Capacitor"
Set C15's Role to "decoupling"
Set C15's Role Details to "Local bypass capacitor for the optional DHT22 supply"
Set C16's Display Name to "AP2112 Input Capacitor"
Set C16's Role to "decoupling"
Set C16's Role Details to "Input capacitor for AP2112 3.3V regulator stability"
Set C17's Display Name to "AP2112 Output Bulk Capacitor"
Set C17's Role to "bulk"
Set C17's Role Details to "Output bulk capacitor for AP2112 3.3V regulator stability"
Set C18's Display Name to "AP2112 Output Bypass Capacitor"
Set C18's Role to "decoupling"
Set C18's Role Details to "High-frequency bypass capacitor on the 3.3V regulator output"
0:17
Finished working
Cpp
#define PIN_I2C_SDA 8 #define PIN_I2C_SCL 9 #define PIN_HX711_DOUT 4 #define PIN_HX711_SCK 5 #define PIN_DHT22_DATA 6 #define PIN_SERVO_PWM 14 #define PIN_HEATER_PWM 10 #define PIN_HUMIDIFIER_EN 11 #define PIN_FAN_PWM 12 #define PIN_LED_EN 13 // ESP32-CAM UART link // U1 UART_TXD0 -> CAM_UART_RX -> ESP32-CAM IO3/U0R // U1 UART_RXD0 <- CAM_UART_TX <- ESP32-CAM IO1/U0T
Peripheral summary
| Peripheral | Interface | Schematic nets |
|---|---|---|
| SHT31 | I2C | I2C_SDA, I2C_SCL |
| SSD1306 OLED | I2C | I2C_SDA, I2C_SCL |
| HX711 | 2-wire digital | HX711_DOUT, HX711_SCK |
| ESP32-CAM | UART | CAM_UART_RX, CAM_UART_TX |
| DHT22 | One-wire style data | DHT22_DATA |
| Servo | PWM | SERVO_PWM |
| Heater | PWM/GPIO MOSFET | HEATER_PWM |
| Humidifier | GPIO MOSFET | HUMIDIFIER_EN |
| Fan | PWM/GPIO MOSFET | FAN_PWM |
| White LED | GPIO/PWM MOSFET | LED_EN |
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.