Skip to content
Snippets Groups Projects
Select Git revision
  • 6ea73b8e8e4f114497565b901a3a9e6d87ba97d7
  • main default protected
2 results

index.html

Blame
  • Forked from Quentin Bolsee / gerber2img
    Source project has a limited visibility.
    index.html 1.10 KiB
    <!DOCTYPE html>
    <html>
    <title>Electronics 101.  How to use the components on the fab inventory.</title>
    
    <xmp theme="journal" style="display:none;">
    <br>
    
    
    ## Electronics 101
    
    - What is in the [fab inventory](https://docs.google.com/spreadsheets/d/1U-jcBWOJEjBT5A0N84IUubtcHKMEMtndQPLCkZCkVsU/pub?single=true&gid=0&output=html) ?
    
    - How do these components work in circuits?
    
    - What are their symbols? What do they look like?
    
    - How to find and use [Datasheets](https://datasheet.octopart.com/ATTINY45-20SU-Atmel-datasheet-41301906.pdf).
    
    - For example, look up part in [Digikey](https://www.digikey.com/) or find in [Octopart](https://octopart.com/).
    ___
    
    ###Outline.
    
    - [Basic Concepts.](basic_concepts/index.html)
      - Current, Voltage, Resistance
      - Wire Gauges
      - Circuits  & Circuit Analysis
      - Resistors
      - Switches
      - Diodes
      - Capacitors
      - Transistors
    
    - [Inductors and motor driving.](inductors_motors/index.html)
    
    - [microcontroller](microcontroller/index.html)
    
    - [amplifiers.](amplifiers/index.html)
    
    
    ---
    
    
    </xmp>
    
    <script src="strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script>
    </html>