Socket
Socket
Sign inDemoInstall

eetoolbag

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eetoolbag

## Resistors - standard_resistors.json Contains standard base resistor values for the most commonly used tolerances: E12 - 10%, E24 - 5%, E96 - 1%, E192 - 0.1% - To determine values other than the base, multiply the base value by 1, 10, 100, 1k, or 10k.


Version published
Weekly downloads
7
Maintainers
1
Weekly downloads
 
Created
Source

Electrical Engineering Toolbag

NPM
The EE toolbag provides calculators for common electrical engineering problems for electronics design.

Installation

  1. Install NPM
  2. Install EE Toolbag using npm:
npm install eetoolbag

Usage

List all available commands

ee -h

Find Voltage Divider

Finds the best voltage divider using standard resistances and the specified tolerance and max output impedance.

ee getvdiv

Calculate led current-limiting resistor

Calculates the size of a current-limiting resistor for a specified LED current and voltage

ee ledres

Non-inverting Amplifier

Calculates the op amp resistors for a non-inverting amplifier with a specified gain

ee ampres

Development

git clone https://github.com/JBaczuk/eetoolbag.git
npm run test
npm run build-all
npm install -g

Bugs

Bugs are managed using Github Issues. Use the following format to submit bugs:

Issue description
Steps to reproduce the issue
What's the expected result?
What's the actual result?
Additional details / screenshot
  • Screenshot

Future Requests

Please submit feature requests as issues, or create your own and submit a pull request!

FAQs

Package last updated on 25 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc