-
-
Notifications
You must be signed in to change notification settings - Fork 17
ESW Starter Project
Welcome to the ESW starter project tutorial. Here, you will learn how to get some experience with microcontrollers and various communication protocols.
Follow this guide to install Cube IDE.
Follow this guide to create a new project for the Nucleo STM32F303RE.
(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.
(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.
(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.