KiCad Export


Sorry—my previous answer was incorrect. Flux does not currently offer a native KiCad .kicad_pcb export.
In Flux’s Export menu, the PCB fabrication option is Manufacturing Files (Gerbers, etc.). These Gerber/drill files can be viewed in KiCad’s Gerber Viewer, but they are not an editable KiCad PCB project.
the PS/SYNC (U4 pin 7) on the 3V3 net? or should it be on GND?
For this battery-powered sensor, U4 pin 7 (PS/SYNC) should normally connect to GND.
  • GND/LOW: enables power-save mode, improving light-load and ESP32 sleep efficiency.
  • 3V3/HIGH: forces PWM operation, giving lower ripple but consuming more standby current.
  • It should not normally be powered from U4’s own 3V3 output, because that output is unavailable during startup.
Use 3V3 only if you deliberately need forced-PWM operation; otherwise connect pin 7 directly to GND.
check the current schematic, how is it now?
I’ll inspect U4 pin 7’s current net and verify the surrounding TPS63001 connections.
Currently, U4 pin 7 (PS/SYNC) is connected to the 3V3 net, along with VOUT and FB. That selects forced-PWM operation.
For this battery sensor, I recommend moving PS/SYNC to GND to enable power-save mode and reduce sleep/standby consumption. U4’s GND, PGND, and exposed pad are already connected to GND.
Fix and verify regulator
Move PS/SYNC to GND
Verify regulator wiring
Run schematic review
Explain power-save mode

Buck-Boost Regulator

ESP32-C6 CO2 Sensor

ESP32-C6 CO2 Sensor thumbnail