Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
Reviews
ESP3
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|
Controls
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.

AI-Powered Component Placement
Let AI place your components intelligently. AI Placement analyzes your schematic and positions components for optimal routing, signal integrity, and board density.
From Schematic to Layout in Seconds
Skip the tedious manual placement. AI Placement generates a starting layout you can refine, saving hours of repetitive work on every new design.
Works With Auto-Layout
Pair AI Placement with Auto-Layout for a complete AI-driven PCB design flow — from component placement through trace routing, all with one click.
jcjcjc
copilot
- Controlling motors
- Handling various sensors and inputs
- Integrating wireless remote control through a Flysky receiver
- Managing power supplies
Key Components Microcontroller:- ESP32-DEVKIT-V1: The main microcontroller handling all tasks including sensor inputs, motor control, and communication.
Motor Driver:- TB6612FNG: A dual motor driver capable of controlling two DC motors.
Power Management:- 7805: A voltage regulator converting battery voltage to 5V.
- Various capacitors (C1, C2, C3, C4): For power supply filtering.
Power Sources:- +3.3V: Powers the ESP32 and some I/O.
- +5V: Powers other components and the motor driver.
- +VBAT: The battery input voltage.
Connectors:- Various connectors (J1, J2, J3, etc.): For input/output connections including motors, encoders, sensors, and power supplies.
Sensors and Inputs:- Encoders (Encoder1_ChA, Encoder1_ChB, Encoder2_ChA, Encoder2_ChB): Typically used for motor feedback.
- Buttons (Button1, Button2, Button3): For manual control and configuration input.
- I2C bus (I2C_SCL, I2C_SDA): Interface for the display.
Miscellaneous:- Diode (SS34): For protection or signal rectification.
- Resistors (R1, R2, etc.): Various pull-ups and current limiters.
Connectivity and Net Assignments Motor Connections:- MotorA_IN1, MotorA_IN2, MotorB_IN1, MotorB_IN2: Control signals for motors.
- MotorA and MotorB: The motors themselves.
Encoder Connections:- Encoder1_ChA, Encoder1_ChB, Encoder2_ChA, Encoder2_ChB: Inputs for motor encoders.
Communication and Control:- I2C_SCL, I2C_SDA: For the I2C display.
- IBUS_RX, IBUS_TX: For Flysky RC receiver communication.
Power and Ground:- +3.3V, +5V, GND: Distribution to various components.
Mistake to Spot- Incorrect net connections
- Missing decoupling capacitors
- Misrouted power lines
- Incorrect component values
- Overlooked design rules (such as trace width for high current signals).
Designators and Net Connections Example Connections: