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
Devoted Chocolate Interocitor
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|---|
LCSC | $0.54–$0.58 |
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.
quaeke
copilot
quaeke
copilot
- Since your supply is 3.3V, you'll use this for both the analog (AVDD) and digital (DVDD) sections of the HX711.
- Connect U1:VSUP and U1:AVDD to the 3.3V supply.
- Connect U1:DVDD to the 3.3V supply.
- Connect U1:AGND and U1:BASE to the ground.
Load Cell Connections:- The connection strategy for the load cell remains unchanged. Just ensure the load cell operates correctly at the given voltage level.
- Connect the load cell's positive output to U1:INA+ and the negative output to U1:INA-.
Digital Connections for Data Retrieval with ESP32:- The ESP32 I/O pins are typically 3.3V tolerant, which matches the operating voltage of the HX711.
- Connect U1:PD_SCK to an ESP32 GPIO configured as an output (for the clock signal).
- Connect U1:DOUT to an ESP32 GPIO configured as an input (for reading data).
Other Connections:- U1:XO and U1:XI: Leave these disconnected to use HX711's internal oscillator.
- U1:RATE: Connection depends on your desired rate; connect it to DVDD (3.3V in your case) for 10SPS or leave it unconnected for an 80SPS rate.
- U1:VBG, U1:VFB: These remain typically not connected for basic operations.
Considerations: