NF02 / ResistorCalc

A resistor calculator that yields commercial color coding, supports 3, 4, 5, 6 band resistors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResistorCalc (Resistor Calcolator)

./screenshot.png

Description

ResistorCalc is a calculator based on the color band system that is used to identify the specifications of resistors, it is a very simple Java program that allows the calculation of resistors with 3, 4, 5, 6 color bands.

4 bands by default?

The program is set by default to 4 color bands since this category of resistors are the most widespread today.

Color Table

Color1 band2 band3 bandMultiplierTolerance
Black0001ohm
Brown11110ohm1%
Red222100ohm2%
Orange3331k ohm
Yellow44410k ohm
Green555100k ohm0.5%
Blue6661M ohm0.25%
Violet77710M ohm0.1%
Grey8880.05%
White999
Gold5%
Silver10%

Warning: If there are 5 or 6 bands, the value bands will be 3 plus one for multiplication, while in the case of 3 or 4 band resistors, those used for the value will be 2 plus one for multiplication.

Exportation

It is possible to export the values obtained in a CSV file, even in cumulative mode, so as to be able to map an entire circuit without having the slightest hassle.

About

A resistor calculator that yields commercial color coding, supports 3, 4, 5, 6 band resistors

License:MIT License


Languages

Language:Java 100.0%