Main content

Embedded controllers using C and Arduino

Details:

  • Author: Fiore, James M.
    Contributor: BC Open Textbook Project; BCcampus
    Edition: 2E
    Date:
    Created
    2018
    Summary:

    This text introduces embedded controller systems using the inexpensive and widely available Arduino hardware platform and the C programming language. It is intended for students in Electrical Engineering and Electrical Engineering Technology programs at the Associate and Baccalaureate levels. Unlike many Arduino texts, this text does not rely solely on the Arduino libraries. Rather, it "gets under the hood" and directly accesses I/O ports, pins and DDR, as would be expected in a traditional college level microprocessor/microcontroller course. The companion laboratory manual introduces embedded controller systems using the Arduino hardware platform and the C programming language. Exercises include usage of seven-segment displays, switches and analog input devices; a reaction timer; PWM; an event counter and an arbitrary waveform generator.

    Contents:
    • Course Introduction
    • C Memory Organization
    • C Language Basics
    • C Language Basics II
    • C Storage Types and Scope
    • C Arrays and Strings
    • C Conditionals and Looping
    • C Pointers
    • C Look-Up Tables
    • C Structures
    • C Linked Lists
    • C Memory
    • C File I/O
    • C Command Line Arguments
    • Embedded Programming
    • Hardware Architecture
    • AVR ATmega 328P Overview
    • Bits & Pieces: includes and defines
    • Bits & Pieces: Digital Input Circuitry
    • Bits & Pieces: Digital Input Circuitry
    • Bits & Pieces: pinMode
    • Bits & Pieces: digitalWrite
    • Bits & Pieces: delay
    • Bits & Pieces: digitalRead
    • Bits & Pieces: Analog Input Circuitry
    • Bits & Pieces: analogRead
    • Bits & Pieces: analogWrite
    • Bits & Pieces: Timer/Counters
    • Bits & Pieces: Interrupts.
    Original Publisher: Utica, NY, James M. Fiore
    Language(s): English
    Collection(s)/Series: BC Open Textbooks