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
Ready.
Reviews
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|---|
Digi-Key | $0.01–$0.30 |
LCSC | $0.02 |
Mouser | $0.30 |
Assets
No assets added.
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.
pavi
copilot
- Connect
- Connect
Data Interface Connections (SPI):U1:GNDto the ground plane (GND).U1:VCCto a 3.3V power supply rail. The W25Q128FV operates with a supply voltage of 2.7V to 3.6V, so a 3.3V rail is typical.
Additional Pin Connections:U1:~CS(Chip Select) - Connect to an MCU's GPIO pin designated for SPI chip select.U1:D1(Data Input) - Connect to the MCU's MOSI (Master Out Slave In) pin.U1:D0(Data Output) - Connect to the MCU's MISO (Master In Slave Out) pin.U1:CLK(Clock) - Connect to the MCU's SCLK (Serial Clock) pin.
Example Connections:U1:WP(Write Protect) - Connect to VCC via a pull-up resistor (e.g., 10kΩ) for normal operation. If write protection is required, you can control this pin with an MCU GPIO.U1:HOLD- Also often tied to VCC via a pull-up resistor (e.g., 10kΩ) to ensure normal operation. It can be connected to an MCU GPIO if the HOLD function is needed.U1:EP(Exposed Pad) - Should be soldered to a ground pad on the PCB to help with heat dissipation.- Connect
- Connect
- Connect
- Connect
- Connect
- Connect
- Connect
- Connect
Assumptions:U1:GNDtoGND.U1:VCCto3.3Vpower supply.U1:~CStoMCU:GPIO_x.U1:D1toMCU:MOSI.U1:D0toMCU:MISO.U1:CLKtoMCU:SCLK.U1:WPandU1:HOLDtoVCCvia 10kΩ resistors.U1:EPtoGND.- You're using the SPI protocol for communication.
- The MCU or controller used in your project operates at a compatible logic level (e.g., 3.3V).
- Pull-up resistors for
Additional Components:WPandHOLDpins are 10kΩ, a common value, but this can be adjusted based on your specific requirements or recommendations from the datasheet.