Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mark-mxwl/v-out

Calculate voltage divider circuits with style. 🔋
https://github.com/mark-mxwl/v-out

circuits terminal-based voltage-divider

Last synced: 1 day ago
JSON representation

Calculate voltage divider circuits with style. 🔋

Awesome Lists containing this project

README

        

# V-Out 🔋

This is a simple, fun-to-use terminal program (with sound!) for calcuating voltage divider circuits. Perfect for hardware engineers and tinkerers.

### Getting Started

To compile `v_out.cpp` w/ VS Build Tools (via Developer PowerShell):
```
cl /EHsc v_out.cpp
```

To run the .exe in Bash or PowerShell from root dir.:
```
./v_out.exe
```
The user is prompted for voltage input and resistor values, after which the divided voltage is displayed, along with the entered circuit details.

> [!NOTE]
> Options for calcuting inverting/non-inverting op-amp circuits are on the way, as is modularity of user input (for instance, calculating Vin or R1, as opposed to Vout).

> [!IMPORTANT]
> Sound features are currently only available to Windows users.