Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ### PC817
  2. ```
  3. VF (IF 20mA) = 1.2V
  4. ```
  5.  
  6. ### BC547B
  7.  
  8. ```
  9. hFE = 200-450
  10. IC (max) = 100mA
  11. VBEsat = 0.7V
  12. ```
  13.  
  14. ### Finder 30-22 5V
  15. ```
  16. UN = 5V
  17. R = 125Ohm
  18. I @ UN = 40mA
  19. ```
  20.  
  21. ### Resisitors
  22.  
  23. #### R1
  24. ```
  25. R = (Vin - VF) / IF
  26. R = (3.3V - 1.2V) / 0.02A
  27. R = 105 Ohm
  28. ```
  29.  
  30. #### R2
  31. ```
  32. R = (V_RLY - VBEsat) / (I@UN / 10)
  33. R = (5V - 0.7V) / (0.04 / 10)
  34. R = 1075 Ohm
  35. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement