Skip to content

Instantly share code, notes, and snippets.

@SagsYo
Forked from creotiv/Arduino.md
Created February 16, 2023 06:02
Show Gist options
  • Save SagsYo/f1b306757b25df09d1665e3f0275e838 to your computer and use it in GitHub Desktop.
Save SagsYo/f1b306757b25df09d1665e3f0275e838 to your computer and use it in GitHub Desktop.
Arduino learning path

Books

Sites

Courses

Tools

Articles

Projects

Formulas

U(V) = I(A) * R
P(Watts) = U(V) * I(A)

Расчет резистора:

R = (U(питание) - U(обьект цепи)) / I(A)
P(R) = I^2 * R (!!! Мощность резистора береться в 2-3 раза больше от полученной)

Постоянная времени для конденсаторов(время заряда на 63%):

τ = R*C, C - емкость в фарадах

Транзисторы: Увеличение силы тока в раз:

  collector I / base I = current gain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment