Botaniq V2

You can transfer the project to KiCad, but the best path depends on what you want to finish there:
Best option: export manufacturing/layout files
From Flux, export:
  • Gerber ZIP — PCB copper, solder mask, silkscreen, drill, board outline
  • BOM CSV — parts list
  • Pick-and-place CSV — placement data
  • Netlist if available — helps cross-check connectivity
Then in KiCad:
  1. Open KiCad → GerbView.
  2. Load the Gerber ZIP/drill files to inspect or manually recreate routing.
  3. Use the BOM and placement CSV as references.
  4. If you need editable KiCad PCB data, you’ll likely need to manually rebuild/import from these references, because Gerbers are manufacturing outputs, not fully editable design files.
Important limitation
Gerbers do not convert cleanly back into a KiCad schematic + editable PCB. They preserve the board artwork, but not design intent like components, nets, rules, or schematic symbols.
Better practical workflow
Use Flux to export:
  • PDF schematic or schematic screenshots for reference
  • BOM
  • Gerbers
  • Pick-and-place
  • IPC/netlist if available
Then recreate the schematic in KiCad using the same parts and use the Flux routed board/Gerbers as a visual reference.
Before exporting
Your board still had unresolved routing cleanup issues last time:
  • remaining airwires/unrouted connections
  • copper overlap conflicts may need final verification
So I would not manufacture directly from the current Gerbers without checking them in a Gerber viewer first.
Export Flux files
Fix routing first
KiCad rebuild guide
Run final review
Explain Gerbers

Refine this doc
Ask about this doc
Project Specification — Botaniq Indoor v2 Mainboard
Project Overview
  • Status: Draft schematic capture in progress.
  • Device: 6-channel indoor plant automation carrier board with ESP32-S3 Wi-Fi/BLE control, 6 pump drivers, 1 PWM 12 V LED-strip driver, 6 analog sensor inputs, BH1750 light-sensor connector, OLED connector, WS2812 status LEDs, button, and protected 12 V input power path.
  • Goal: Replace jumper wiring with a single 120 mm × 100 mm carrier PCB. Only off-board wiring should be pump pairs, sensor cables, and 12 V power input.
Intended Use
  • Indoor plant/grow automation controller for pumps, moisture/capacitive sensor inputs, light sensing, display/status, and wireless telemetry/control.
  • User solders through-hole/user-facing connectors and plugs in the ESP32-S3 module and OLED; JLCPCB assembles SMD passives, MOSFETs, diodes, regulator, and LEDs.
What the Device Should Do
  • Accept 12 V / 5 A from a center-positive 5.5 × 2.1 mm barrel jack.
  • Generate 5 V for the ESP32-S3 module VIN path using an MP1584EN buck regulator.
  • Use the ESP32 module 3.3 V rail for sensors, OLED, I2C pull-ups, WS2812 logic, and support circuitry.
  • Switch six 12 V pump channels independently using low-side N-MOSFETs.
  • Switch one 12 V LED grow strip using PWM through a low-side N-MOSFET.
  • Read six analog sensor inputs through per-channel 1 kΩ / 100 nF RC filters.
  • Share I2C bus GPIO8/GPIO9 between OLED and BH1750 connector.
  • Drive six chained WS2812B status LEDs from GPIO16.
  • Read one tactile button on GPIO17.
Main Features
  • ESP32-S3-WROOM-1-N16R8 Wi-Fi + BLE module.
  • 12 V protected input: PPTC fuse, reverse-polarity P-MOSFET, TVS clamp.
  • 12 V to 5 V MP1584EN buck converter.
  • 6 pump outputs with flyback diodes, gate resistors, and gate pulldowns.
  • 1 LED-strip PWM output with gate resistor/pulldown and optional snubber footprint.
  • 6 JST-PH 3-pin sensor connectors with analog RC filtering.
  • BH1750 4-pin I2C pigtail connector.
  • SSD1306 OLED 4-pin I2C connector.
  • 6 WS2812B status LEDs with per-LED 100 nF decoupling.
  • Four 3.2 mm mounting holes.
System Architecture

Diagram


12 V Barrel Jack PPTC Fuse Reverse Polarity P-MOSFET Protected 12 V Rail MP1584EN Buck 5 V Rail ESP32-S3 Module VIN 3.3 V Rail 6 Pump MOSFET Drivers 12 V LED Strip MOSFET 6 Analog Sensor Inputs I2C OLED and BH1750 6 WS2812B LEDs User Button
Hardware Subsystems
Power and Protection
  • Input connector J1: 12 V / 5 A, center positive.
  • F1: 3 A hold / 6 A trip PPTC requested. This is a possible mismatch with the stated 5 A adapter and full-load pump + LED use; see Power Budget and Assumptions.
  • D1: AO3401 P-MOSFET reverse polarity protection.
  • TVS1: SMBJ18A input transient clamp.
  • U2: MP1584EN buck regulator set for 5 V output, up to 3 A.
  • 3.3 V rail is expected from the plugged-in ESP32 module regulator.
Compute and Wireless
  • U1: ESP32-S3-WROOM-1-N16R8 module, socket/header mounted per product intent.
  • Boot/reset support: EN pull-up/filter and boot GPIO0 access should be included unless the plugged-in module board already provides them.
  • Antenna region must be placed at board edge with no copper keepout during layout.
Pump Drivers
  • Six low-side N-MOSFET drivers using AO3400/AO3400A-class FETs.
  • GPIO10-15 drive pump gates through 100 Ω resistors.
  • 10 kΩ gate pulldown per channel keeps pumps off at boot.
  • SS14 flyback diode across each pump terminal.
LED Strip Driver
  • One low-side AO3400-class MOSFET on GPIO18.
  • 33 Ω gate resistor and 10 kΩ pulldown.
  • 1 kHz, 10-bit LEDC PWM target.
  • Keep strip routing away from analog sensor traces.
Sensors and I2C
  • Six JST-PH 3-pin sensor connectors: 3V3, GND, analog signal.
  • ADC GPIOs: 1, 2, 4, 5, 6, 7.
  • Each signal has 1 kΩ series resistor and 100 nF capacitor to GND at MCU side.
  • I2C bus: SDA GPIO8, SCL GPIO9; one pair of 4.7 kΩ pull-ups to 3V3 for the bus.
  • OLED connector and BH1750 connector share the same I2C bus.
User Interface
  • Six WS2812B LEDs on one data chain from GPIO16.
  • 100 nF decoupling per WS2812B.
  • Tactile button on GPIO17 for screen cycling/manual prime.
Interfaces and Connections

Table


InterfaceConnector/NetElectrical LevelNotes
12 V inputJ112 V, up to 5 A adapterCenter-positive barrel jack
Pump outputsJ-P1 to J-P612 V + switched returnLow-side switching
LED stripJ-LED12 V + PWM switched returnRoute away from analog inputs
SensorsJS1 to JS63.3 V analogRC filtered into ESP32 ADC
OLEDJ-OLED3.3 V I2CSSD1306, address typically 0x3C
Light sensorJ-LUX3.3 V I2CBH1750, address 0x23/0x5C
Status LEDsLED1-LED63.3 V logic/data, 5 V or 3.3 V power TBDRequested to use 3V3 from module; current must be checked
Power and Runtime Expectations
  • Wall-powered from 12 V / 5 A adapter; no battery runtime target.
  • Pumps and LED strip dominate the 12 V current budget.
  • 5 V buck must support ESP32 module input plus any 5 V loads if added later.
  • 3.3 V rail from ESP32 module LDO powers sensors/OLED/I2C logic/WS2812 logic; available current depends on the exact plug-in module board.
Power Tree and Power Budget

Table


RailLoadEstimated CurrentNotes
12 VSix pumps1.5 A assumed totalAssumption: 0.25 A per pump per user note
12 VLED strip1.0-2.0 AUser note says medium strip; exact strip current TBD
12 VMP1584 buck input~0.2-0.4 ADepends on 5 V/3.3 V load and efficiency
5 VESP32 module VIN~0.5 A peak budgetWi-Fi TX peaks require margin
3.3 VESP32-S3 module core/radio~0.36-0.5 A peakFrom module supply characteristics
3.3 V6 WS2812B LEDsup to 0.36 A if full whiteImportant: may exceed module LDO margin
3.3 VOLED + BH1750 + sensors~0.05-0.15 A assumedDepends on actual sensor modules
Budget conclusion: A full-load case with pumps and LED strip can approach or exceed the requested 3 A PPTC hold when LED strip current is near 2 A and all pumps run. The 3.3 V rail should not rely on a small module LDO for six bright WS2812B LEDs unless brightness is firmware-limited; a dedicated 3.3 V regulator or powering WS2812B from 5 V with level shifting may be preferable.
Manufacturing and Assembly Expectations
  • PCB: 120 mm × 100 mm, 2 layers, 1.6 mm, 1 oz copper, matte black solder mask, white silkscreen, lead-free HASL.
  • JLCPCB SMD assembly for 0805/SOT/SMD parts.
  • User-soldered: headers, JSTs, terminals, barrel jack, button, OLED/module sockets.
Firmware-Relevant Hardware Requirements

Table


FunctionGPIONotes
Sensor 1 ADC1ADC1_CH0
Sensor 2 ADC2ADC1_CH1
Sensor 3 ADC4ADC1_CH3
Sensor 4 ADC5ADC1_CH4
Sensor 5 ADC6ADC1_CH5
Sensor 6 ADC7ADC1_CH6
I2C SDA8OLED + BH1750
I2C SCL9OLED + BH1750
Pump 1-610-15Low-side MOSFET gates
WS2812 data16LED chain
Button17Input with pull-up/down TBD
LED strip PWM18LEDC 1 kHz target
Physical Design Expectations
  • Board size: 120 mm × 100 mm.
  • Pump terminals along bottom edge.
  • Sensor JSTs along one side edge.
  • LED-strip terminal, BH1750 connector, OLED/front-panel connector near front edge.
  • ESP32 antenna at a board edge with keepout, not buried under copper or connectors.
  • Mounting holes at (4,4), (116,4), (4,96), (116,96), diameter 3.2 mm.
Important Design Decisions
  • Use MOSFET low-side switching for all pumps and the LED strip for simplicity and low loss.
  • Use one shared I2C bus for OLED and BH1750 to save GPIOs.
  • Use per-sensor RC filters to smooth analog capacitive sensor outputs.
  • Use a module/socket strategy for easier hand assembly and field replacement.
  • Use 0805 passives where possible for beginner-friendly inspection and rework.
Assumptions and Open Risks
  • Pump current is assumed to be approximately 0.25 A each; exact pump stall current is not specified and should be measured or provided.
  • LED strip current is assumed 1-2 A; exact strip current determines fuse/trace sizing.
  • The ESP32-S3 plugged-in module board has a suitable 3.3 V regulator if sensors and LEDs are powered from its 3V3 pin. This is a major current-budget risk.
  • GPIO6-11 on ESP32-S3 modules can be unavailable or constrained depending on module flash/PSRAM configuration. The requested use of GPIO10/GPIO11 for pump channels needs datasheet/pin availability confirmation.
  • A 3 A hold PPTC may nuisance-trip if all pumps and the LED strip are active simultaneously.
Change Notes
  • v1.0 requirements imported from user-provided JSON.
  • Power budget risk added for 3 A PPTC and ESP32 module 3.3 V rail loading.

    Project Overview

    Intended Use

    What the Device Should Do

    Main Features

    System Architecture

    Hardware Subsystems

    Power and Protection

    Compute and Wireless

    Pump Drivers

    LED Strip Driver

    Sensors and I2C

    User Interface

    Interfaces and Connections

    Power and Runtime Expectations

    Power Tree and Power Budget

    Manufacturing and Assembly Expectations

    Firmware-Relevant Hardware Requirements

    Physical Design Expectations

    Important Design Decisions

    Assumptions and Open Risks

    Change Notes

Documents

    Project Specification — Botaniq Indoor v2 Mainboard

    Power Budget

    Power Budget — Botaniq Indoor v2 Mainboard

    Firmware Starter — Botaniq Indoor v2 Mainboard

    Board Bring-Up Plan — Botaniq Indoor v2 Mainboard

Assets

Assets are files uploaded to this project which can be used in various ways.

USB-C WiFi BLE Environmental Sensor thumbnail
USB-C powered consumer environmental sensor node with Wi-Fi, Bluetooth LE, digital temperature/humidity sensing, and protected 5 V input power path.

Properties

Properties describe core aspects of the project.

Pricing & Availability

Distributor

Qty 1

Arrow

$3.30–$5.63

Digi-Key

$8.79–$9.84

HQonline

$1.97–$3.22

LCSC

$7.97–$9.29

Mouser

$19.20–$19.76

TME

$2.14

Verical

$2.08–$241.98

Controls