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
Inspect
VMON 48V
Controls
Properties
Availability & Pricing
| Distributor | Qty 1 | |
|---|---|---|
| Digi-Key | $0.00 | |
| LCSC | $0.01–$0.02 | |
| Mouser | $5.50 | |
Assets
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.
marigilligan19
copilot
U1:+IN A(pin 3). The non-inverting input can directly measure the divided voltage.U1:-IN A(pin 2) toU1:OUT A(pin 1) to configure U1 in a buffer configuration.U1:V+(pin 8) andU1:V-(pin 4) are connected to the power supply and ground, respectively, which might already be set through nets7d350720546182762b25d8e9d9fdb8aaand8363d7e1fec57ab3cd99dccbc58a875e.U2:+IN A(pin 3). The non-inverting input can similarly measure the divided voltage.U2:-IN A(pin 2) toU2:OUT A(pin 1) to configure U2 as a buffer.U2:V+(pin 8) andU2:V-(pin 4) are connected to the power supply and ground, respectively, possibly through net709dc2fad0e611ad0eaeb0490d038b6d.marigilligan19
copilot
-
Operational Amplifiers Setup:
- Since your intention is to monitor voltage using U1 and U2, you might be using them in a configuration suitable for your application (e.g., non-inverting amplifier, inverting amplifier, etc.). For a simple voltage monitoring, a buffering configuration (voltage follower) is often used to not load the measured point while providing a buffered output to the MCU analog pins.
-
MCU Connections:
- Connect
- Similarly, connect
Example (using a simple buffer configuration):U1:OUT AandU1:OUT Bto the respective analog input pins of MCU1. This assumes U1 operates in configurations that prepare the voltage levels appropriately for MCU1's analog input range.U2:OUT AandU2:OUT Bto the respective analog input pins of MCU2, under the same assumption for appropriate operation with MCU2.- Connect U1 to MCU1:
- Assuming a simple voltage follower setup for U1:
- Connect
- You'll configure
- If
- Connect U2 to MCU2:
-
Assuming a similar setup for U2:
- Connect
-
And if
Important Considerations:U1:OUT AtoMCU1:Analog Pin X. This is where MCU1 will read the voltage level processed by U1.U1:-IN AandU1:+IN Aas required for your circuit; in a voltage follower, these would be connected together, and to the voltage you're measuring.U1:OUT Bis also used, connect it to another analog pin of MCU1, with a similar setup forU1:+IN BandU1:-IN B.U2:OUT AtoMCU2:Analog Pin Y. This allows MCU2 to read the voltage level processed by U2.U2:-IN AandU2:+IN Awould typically be connected in a voltage follower configuration, based on the aspect of the voltage you're monitoring with U2.U2:OUT Bis also used, it would be connected to another analog pin on MCU2, withU2:+IN BandU2:-IN Bconfigured similarly.