Book 6

Working with Arduino Microprocessors

Contents at a Glance

  1. Chapter 1: Introducing Arduino
    1. Introducing the Arduino UNO
    2. Buying an UNO Starter Kit
    3. Installing the Arduino IDE
    4. Connecting to an UNO
    5. Looking at a Simple Arduino Sketch
    6. Running the Blink Program
    7. Using a Digital I/O Pin to Control an LED
    8. Project 43: Blinking an LED with an Arduino UNO
  2. Chapter 2: Creating Arduino Sketches
    1. Introducing C
    2. Building a Test Circuit
    3. Project 44: An Arduino LED Test Board
    4. Flashing the LEDs
    5. Using Comments
    6. Creating Identifiers
    7. Using Variables
    8. Doing Math
    9. A Program That Uses Variables and Math
    10. Using If Statements
    11. Using While Loops
    12. Using For Loops
    13. Crafting Your Own Functions
  3. Chapter 3: More Arduino Programming Tricks
    1. Using a Push Button with an Arduino
    2. Checking the Status of a Switch in Arduino
    3. Project 45: A Push-Button Controlled Arduino LED Flasher
    4. Randomizing Your Programs
    5. Reading a Value from a Potentiometer
    6. Project 46: A Variable-Rate LED Flasher
  4. Chapter 4: An Arduino Proximity Sensor
    1. Using an Ultrasonic Range Finder
    2. Using an LCD
    3. Building a Proximity Sensor
    4. Project 47: An Arduino Proximity Sensor