KCharselect unicode block name

Decode 4/5/6-band resistor colors into a value - or reverse a value into bands.

@ action
Ω
Mode na juyawa: kimar da za'a yanka cikin bands.
QPrintPreviewDialog
QPrintPreviewDialog
QFileDialog
@ action

@ action

[Translation temporarily unavailable. Please try again.]

a 4-band part the value is (10 × digit1 + digit2) × 10^multiplier ohms; 5- and 6-band parts add a third significant digit for tighter precision (and, on 6-band parts, a temperature-coefficient band). Each colour maps to a fixed number: black 0, brown 1, red 2, orange 3, yellow 4, green 5, blue 6, violet 7, grey 8, white 9, with gold and silver serving as ×0.1 and ×0.01 multipliers or ±5% and ±10% tolerances. The calculator returns the nominal resistance, the tolerance and the guaranteed value range.Switch to reverse (encode) mode to go the other way: type a target resistance pattern and the tool rounds it to the nearest value

Tambayoyi da ake yi da yawa

Ta yaya ake aiki da launi na resistor?

@ label

Mẽne ne ma'anar wannan ƙungiya ta haƙuri?

@ label

Ta yaya modin juyawa ke zaɓar bands?

Yana kwance manufarka zuwa mafi kusa da kima da za'a iya nunawa da bangarorin adadin, sa'an nan ya zaɓi mai yawa don haka karatun ya haɗu - launuka masu kama da waɗanda za ka karanta daga wani mai riƙe gaskiya na wannan kima.

QFileDialog

@ action

Wanne ƙarshen maɓallin da zan karanta farko?

Kuma idan sun yi ĩmãni, to, ku yi salla, kuma ku bãyar da zakka, kuma ku yi ɗã'a, kuma ku yi tawãli'u, kuma ku yi haƙuri, kuma ku yi ɗã'a, kuma ku yi tawãli'u. Kuma kada ku yi ɗã'a ga Allah da wani abin bautãwa fãce Shi.

Me ya sa ake amfani da zare da azurfa?

A cikin matsayi na mai yawa, zinariya tana nufin ×0.1 kuma azurfa tana nufin ×0.01, tana ba da darajar sub-ohm. A cikin matsayi na yardar zinariya tana nufin ±5% kuma azurfa tana nufin ±10% — mafi yawan yardar yau da kullum.

Me yasa ba zan iya daidaita matsin lamba na da aka auna da alamun?

@ label

❤️ QFileDialog Calculator.Free? Share

[Translation temporarily unavailable. Please try again.]

[Translation temporarily unavailable. Please try again.] [Translation temporarily unavailable. Please try again.] →

QDialogButtonBox

GET https://calculator.free/api/v1/resistor-color-code/

curl

curl "https://calculator.free/api/v1/resistor-color-code/?mode=decode&bands=4&band1=1&band2=0&multiplier=2&tolerance=5"

JavaScript fetch()

const r = await fetch(
  "https://calculator.free/api/v1/resistor-color-code/?" + new URLSearchParams({
    "mode": "decode",
    "bands": "4",
    "band1": "1",
    "band2": "0",
    "multiplier": "2",
    "tolerance": "5"
  }));
const data = await r.json();
console.log(data.results);

@ action: inmenu