Guest User

Untitled

a guest
Apr 14th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. Start learning things in following order:
  2. - voltage, current - what they are and how they differ?
  3. - Ohm's law
  4. - Kirchhoff (however it was spelled) voltage and current law
  5. ! control point: how does voltage divider work? why can't we use it to lower supply voltage?
  6. - Thevenin and Norton theorem (optional)
  7. - how does capacitor work?
  8. - how RC filters work?
  9. - inductor - compare it with capacitor
  10. - impedance - what is it, how to calculate it (important)
  11. - active components - diode
  12. - what is forward voltage drop?
  13. - how does zener diode work?
  14. - how to use LED properly?
  15. - transistors - how does bipolar junction transistor work? what does it do with current? what with voltage?
  16. - simple amplifiers with use of transistor
  17. - power supplying using LM7805 (LM78xx family) and using LM317
  18. - build simplest LED blinker with 2 LED, 2 capacitors, 2 transistors and resistors a few (schematic is widely available as LED blinker)
  19.  
  20.  
  21. At this point you may decide to go either analog or digital way (or both):
  22. Analog:
  23. - more elaborate transistor amplifiers
  24. - operational amplifiers - how do they work? get to understand their properties
  25. - how to use operational amplifiers
  26. - generators, filters and so on
  27. At some point you're going to know what to do next.
  28.  
  29. Digital:
  30. - learn about what is high logic, low logic, TTL, logic levels...
  31. - what are logic gates, what do they do? (how do they do it is not essential, but if you look at their guts and you understand it, then better for you)
  32. - either more elaborate logic circuits or just go for microcontrollers
  33. - microcontrollers: you can start from AVR: make USBasp programmer first, use LPT port programmer to program your first Atmega
  34. - learn a bit of programming in C - it might just be on your machine, not for microcontrollers
  35. - in programming, get particularly familiar with use of pointers, then maybe some easy data structures (lists, stacks...)
  36. - learn to use basic peripherals (ADC - Analog/Digital Converter, PWM - Pulse Width Modulation)
  37. - learn how to communicate between AVR and other devices
  38. You should now know what to do next.
  39.  
  40.  
  41. Inbetween, you will get to know how to read circuits and bring them in life. You should also get to know how to find and read datasheets; that won't come on it's own. You will need curiosity. While reading about transistors, read BC547 and 2N3055 datasheet. While reading about supplies, read 7805 and LM317 datasheet. While reading about opamps, read (now there's a wide choice) LM324, OP72, LM358... And so on.
Advertisement
Add Comment
Please, Sign In to add comment