Welcome

Hello and welcome to the embedded systems design website.

Featured

Posts

Setting up In-Circuit Serial Programming for PIC

Objectives

In this tutorial, you will learn how to program a PIC using in-circuit serial programming with the MPLAB® Snap debugger/programmer. This will be critical for your semester project as you will be working with a surface mount microcontroller that cannot be easily removed for offboard programming and does not have a USB port.

Software design

What is a finite state machine?

A finite state machine (FSM) is a way of modeling a system such that there are a limited number of finite “states” that a system can be in, and that it can only be in one of those states at a time. Events (e.g., pushing a button) cause the system to change from one state to the next. Unexpected events do not cause the system to change states, which is useful for ignoring spurious inputs. Rather than coding for every possible input, you can instead code only for inputs that matter at the given time. The following resources provide a solid conceptual framing and implementation examples:

Soldering and Desoldering Tips and Tricks

Video Walkthrough

How do I turn on the soldering irons in PRLTA 103?

How do I solder through-hole components by hand?

How do I solder surface mount components by hand?

Capacitors, diodes, inductors, resistors

DPAK-style components (MOSFETs, voltage regulators)

Integrated circuits (ICs)

How do I solder surface mount components using a reflow oven?

This method involves applying solder paste to the pads on the PCB, manually placing your surface mount components into the solder paste, and baking the board in a special oven to solder the entire PCB at once. This method is not really easier than hand soldering for one-off PCBs; you are trading one set of challenges for a different set. If you are interested in using solder paste and the reflow oven to solder your components, please contact Osama Jameel in PRLTA 109.

Sources for Electrical and Electromechanical Components

Professional Distributors

These distributors are often used by professionals in industry, and provide the most complete selection of different parts.

Sources for Materials

Adhesives & Tape

Casting Materials

Composites

Fabric

General Parts, Supplies, and Materials

  • ACE Hardware - 2758 S. Crimson Rd., Mesa, AZ 85209. (480) 419-0199
  • Grainger - 775 E. Baseline Rd., Gilbert, AZ 85233. (480) 308-7980
  • Hobby Lobby - 4095 S. Gilbert Rd., Ste. 106, Gilbert, AZ 85297. (480) 855-5109
  • The Home Depot - 7401 S. Power Rd., Queen Creek, AZ 85142. (480) 988-6810
  • Lowe’s - 4730 S. Higley Rd., Gilbert, AZ 85297. (480) 840-6280
  • Michael’s - 5020 S. Power Rd., Gilbert, AZ 85212. (480) 840-3211

Leather

  • Tandy Leather - 2245 W. University Dr. #6, Tempe, AZ. (480) 966-4151

Metal

  • AZ Metals - 526 E. Juanita Ave. #1, Mesa, AZ. (480) 353-2950
  • Industrial Metal Supply - 5150 S. 48th St., Phoenix, AZ. (602) 454-1500 (*Ask for the ASU student discount)

Plastic

Telescoping Tubing

Wood

SPI & Shift Register Tutorial

Serial Communication - SPI & Shift Register Tutorial

Objectives

Getting familiar with the SPI serial communication protocol using MCC under the MPLAB X programming environment to program the PIC16F18446 Curiosity Nano development board and control a shift register to drive 8 LEDs on and off. In this tutorial, you will learn to set up the Serial Peripheral Interface (SPI), Shift Registers, and 3 of the major numeral system (decimal, binary, and hexadecimal).

SPI Communication with the SN74HC595 Shift Register using Timers

Objectives

To develop and demonstrate individual proficiency in:

  1. Using SPI communication to control LEDs connected to a shift register

SPI Communication with the SN74HC595 Shift Register using Timers (Part 2)

Introduction

This tutorial builds off of Part 1. Go Back and start there if you haven’t yet completed it.

SPI Motor Controller (PIC)

Introduction

This is a basic tutorial for the steps required to get SPI working on the PIC18F47Q10 Curiosity Nano

About

This website is developed by Shawn Jordan and Dan Aukes

Know More

External