Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 951 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 951 Bytes

Exercise 2.1

Idea project diagram

Make a block diagram describing an embedded system you’d like to have or make. Be imaginative. Reality does not apply here.

block diagram 1

Exercise 2.2

ARM Mbed template project block diagram

Create a block diagram for this program, briefly explain why you chose the platform and template you did, be prepared to talk about this board in Live Class

I chose the DISCO-L475VG-IOT01A (B-L475E-IOT01A) platform aka STM32L4 Discovery kit IoT node. The example template that I chose is the read sensors program.

I chose this combination of platform and template because I'm hoping to use this board on my final project. The template program includes sample code for how to use the accelerometer. I'm planning on making a timer that will be partly controlled by how the board is oriented (i.e. which way is down).

block diagram 2