Programming

Miniconda/Anaconda (Python) Installation Tutorial

how to install the Anaconda distribution of Python

Grow Your Embedded Programming Skills After EGR 304/314

  1. Personal Projects and Education

    1. Arduino Project Hub is where you can learn about what all other beginner or advanced embedded systems designers are building for their own personal needs. By now, most of you may have an Arduino kit from a previous class so the learning doesn’t have to stop after 304/314.

Integrated Development Environments for PSoC

In order to program a Cypress Programmable System on a Chip (PSoC®), you first need to install Integrated Development Environment (IDE) software on your computer. An IDE is program that you install on a computer to support the development of software for a particular hardware platform. It typically includes a text editor for editing source code, a compiler to covert source code into machine code, and a debugger for helping to identify the source of errors in source code.

Microchip AVR Microcontrollers

What microcontrollers does Atmel specialize in?

Atmel was one of the top IC manufacturers that makes a number of 8-bit, 32-bit, and ARM microcontrollers, including the AVR microcontroller used in the Arduino. Microchip purchased Atmel in 2017 and is maintaining the AVR line of microcontrollers. The following is a list of helpful resources for getting started with Microchip AVR microcontrollers.

Microchip PIC Microcontrollers

What microcontrollers does Microchip specialize in?

Microchip specializes in 8-bit, 16-bit, and 32-bit PIC microcontrollers.

Python Basics

Python Basics

Data Types

Really Basic

int, float, bool, complex

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:

Types of Logic Operators and How to Use Them

What are Logical Operators?

Say you are out grabbing lunch on behalf of a friend or a fellow student, and their lunch comes with a maximum of two sides for free. When you ask your friend about what sides they want, you may ask them one of the following 4 questions: