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
Only Purple Mr. Fusion
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.
harshap
copilot
U1:PB0(AREF/PB0) toU2:X(Pin 3) - Assuming you want to use PB0 for analog or digital input/output through the multiplexer.U1:PB1toU2:A(Pin 11) - This will be the least significant bit of the channel select.U1:PB2toU2:B(Pin 10) - Middle bit of the channel select.U1:PB3(XTAL1/PB3) for this: ConnectU1:PB3toU2:C(Pin 9).U2:~EN~pin low. If you have a spare pin, you can control this from the microcontroller, or you can tie it to GND permanently if you always want the multiplexer enabled.U1:PB4(XTAL2/PB4) toU2:~EN~(Pin 6). This allows the microcontroller to enable or disable the multiplexer as needed.U2:VCC(Pin 16) andU1:VCC(Pin 8) are connected to the positive supply rail.U2:VEE(Pin 7) to the most negative power supply voltage if needed. For single supply operations, this is typically connected to GND.