A powerful and user-friendly online calculator for designing voltage divider circuits.
Try Voltage Divider Wizard Now!
- 🧮 Calculate optimal resistor combinations for voltage dividers
- 📊 Visual representation of the circuit using Mermaid diagrams
- 🛠 Customizable list of available resistors
- 💾 Automatic saving of inputs and resistor list in local storage
- Visit the Voltage Divider Wizard
- Enter your desired input voltage and output voltage
- Specify the maximum number of resistors to use in the circuit
- Click "Calculate" to see the optimal resistor combination
- View the results, including the actual output voltage and circuit diagram
You can also customize the list of available resistors:
- Add new resistors using the form at the bottom of the page
- Remove existing resistors by clicking the "Remove" button next to each resistor
Your inputs and customized resistor list will be automatically saved for your next visit.
To run the Voltage Divider Wizard locally:
- Clone the repository:
git clone https://github.com/yakud/voltage-divider-wizard.git
- Navigate to the project directory:
cd voltage-divider-wizard
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:8080
Contributions are welcome! If you have any ideas for improvements or bug fixes, please:
- Fork the repository
- Create a new branch for your feature
- Commit your changes
- Push to your branch
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Created with ❤️ by Yakud