Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 2.35 KB

electronics-reading-list.md

File metadata and controls

64 lines (36 loc) · 2.35 KB

PCB , Wering, Connecting Components

  1. Powering Up a project - SparkFun
  2. Working With Wires - SpurkFun
  3. Connectors
  4. PCB Basics - SparkFun

Pull Up and Pull Down Registors

  1. Pull up registors - SparkFun

Motors

DC Motors
  1. L293D Motor Driver - Robot Platform

Transistors

  1. BJT as Amplifier - Youtube
  2. BJT as Switch - Youtube

Logic Level

  1. Logic Level - SparkFun

Analog to Digital Conversion

  1. ADC - Arduino Playground
  2. ADC - SpurkFun

Pulse Width Modulation

  1. PWM - SparkFun

Shift Registers

  1. Shift Registers - SparkFun

Serial Communication

  1. Serial Communication: Asynchronous - SparkFun
  2. Conversion from RS-232 to TTL - SparkFun
Serial Peripheral Interface (SPI)
  1. SPI - SparkFun
Inter Integrated Circuit (I2C)
  1. I2C - SparkFun

Sensors

MPU6050 Motion Sensor
  1. MPU6050 - Dummy's Code

Controlling

PID Controll
  1. PID Control Using Arduino
  2. PID Control - Book Chapter