Difference between revisions of "Embedded Thursday"
From MakeICT Wiki
Jump to navigationJump to searchIvan Quiroz (talk | contribs) |
Ivan Quiroz (talk | contribs) |
||
Line 45: | Line 45: | ||
* ST Micro HAL Manual: [http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/user_manual/DM00105879.pdf Link] | * ST Micro HAL Manual: [http://www.st.com/st-web-ui/static/active/jp/resource/technical/document/user_manual/DM00105879.pdf Link] | ||
− | * Programming the STM32F book: [STM32F_Programming_Book.pdf Link] | + | * Programming the STM32F book: [http://makeict.org/w/images/7/78/STM32F_Programming_Book.pdf Link] |
Revision as of 14:06, 17 May 2016
Contents
Project Goal
Come learn with use as we introduce programming skills via a project. Each week we will discuss a part of embedded programming with the vision of understanding the hardware and software details. We can discuss/contrast the Arduino IDE to the way we perform the same activities, initially writing the code for the underlying libraries that we can later relay on.
This workshop end goal is not to just prototype a system but enjoy the path that takes us there.
We will meet to discuss different topics every Thursday at 7PM
- Join the Discussion: Group Forum
We will post the notes from each meeting here:
Weekly Discussion Slides
- 3/24/16 Introduction:
Due to wiki file limits, this file is broken into 2 parts
Media: Embedded_Thursdays_p1.pdf Media: Embedded_Thursdays_p2.pdf
- 3/31/16 Programming Blinky:
Media:Embedded_Thursday_Blinky+Registers+Binary.pdf
- 4/07/16 Inputs with Blinky:
Media:2._Embedded_Thursday_Inputs+Switches+if+while.pdf
- 4/14 and 4/21: Introduction to variables and timers using PWM:
Media:3._Embedded_Thursday_Variables+Timers+PWM.pdf
- 5/5 Introduction Binary and I2C:
Presentation:Media:4._Embedded_Thursday_Binary_Hex_+_I2C.pdf Discussion Code FileMedia:I2C_Sample_Code_draft.pdf
Install instructions
- STM32F4 Discovery on Linux via command line tools
Workshop Materials
- STM32F411 Development Board: STM32F411E-DISCO Link
- Stepper Motors: Link
- Motors Drivers: Link
- Batteries
- Voltage Regulator: Link
Important Documents
- Programming the STM32F book: Link