Skip to content

ESW Starter Project

Guthrie edited this page Aug 26, 2022 · 14 revisions

Overview

Welcome to the ESW starter project tutorial. Here, you will learn how to get some experience with microcontrollers and various communication protocols.

Installing Cube IDE

Follow this guide to install Cube IDE.

Create a project

Follow this guide to create a new project for the Nucleo STM32F303RE.

Project Part 1

(TODO - MAKE THE TUTORIAL FAR SIMPLER). Part 1 of the project will make it so that clicking a button on the Nucleo makes the LED light up. Follow [this] guide for the tutorial.

Project Part 2

(TODO - create the tutorial). Part 2 of the project will make it so that when you set a pin to 3.3 voltage (by connecting to a pin that is always 3.3 volts), it will light up the LED. Also introduce the debugger.

Project Part 3

(TODO - create the tutorial and asks others if the difficulty should be changed). Read from an i2c device (not sure which one yet). Figure out the information using the debugger.

Clone this wiki locally