Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Tanner Collin 3b68728339 Remove need for unused permissions and add Play Store link pirms 7 gadiem
android Remove need for unused permissions and add Play Store link pirms 7 gadiem
imagesrc Add photography for tips page and Play Store feature graphic pirms 7 gadiem
ios Initial commit from boilerplate pirms 7 gadiem
media Add photography for tips page and Play Store feature graphic pirms 7 gadiem
src Add photography for tips page and Play Store feature graphic pirms 7 gadiem
.buckconfig Fix whitespace pirms 7 gadiem
.flowconfig Initial commit from boilerplate pirms 7 gadiem
.gitignore Display numbers based on significant digits and format app menu pirms 7 gadiem
.watchmanconfig Initial commit from boilerplate pirms 7 gadiem
LICENSE Customize boilerplate for project pirms 7 gadiem
README.md Remove need for unused permissions and add Play Store link pirms 7 gadiem
index.android.js Customize boilerplate for project pirms 7 gadiem
index.ios.js Customize boilerplate for project pirms 7 gadiem
package.json Upgrade to React Native 0.41.1 pirms 7 gadiem

README.md

Exact Resistor Calculator

Recommends resistors to combine in parallel to meet an exact target.

Usage

Enter the target resistance you wish to make in the first field. The app will then recommend a value for a resistor to start with. It will be the same value as you entered because that will obviously get you to your target.

Next go find a resistor as close to the recommended value and then measure it. Enter the reading into the list of resistors that you have. Then keep doing this for all the resistor values that the app recommends.

Within 2-3 resistors, you'll notice the percent error from your target will drop well into a suitable range.

Demo

Demo Recording Calculator Screenshot Menu Screenshot

Demo Video: https://www.youtube.com/watch?v=FazQK4teZ5o

Setup

Please install Exact Resistor Calculator from the Google Play Store on your Android phone for free.

https://play.google.com/store/apps/details?id=com.exactresistorcalculator

Source Code

License

Exact Resistor Calculator is free and open-source software released under the MIT License.

Building

Building Exact Resistor Calculator from source is very easy. Clone this repository, set up react-native, and then run these commands:

$ npm install
$ react-native run-android
	# A red error screen should now appear: "Could not get BatchedBridge..."
$ react-native start
	# Once it's started, press Reload on the red screen

If you want to debug on your physical phone, be sure to run adb reverse tcp:8081 tcp:8081 first.