Difference between revisions of "Embedded Thursday"

From MakeICT Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Project Goal ==
 
== Project Goal ==
 
 
 
Come learn with use as we introduce programming skills via a project and program embedded systems with the vision of understanding the hardware and software details that Arduino would hide. We will effectively contrast the Arduino IDE to the way we perform the same activities, with the goal of learning how it is done and not rely only on someone else library
 
Come learn with use as we introduce programming skills via a project and program embedded systems with the vision of understanding the hardware and software details that Arduino would hide. We will effectively contrast the Arduino IDE to the way we perform the same activities, with the goal of learning how it is done and not rely only on someone else library
  
Line 22: Line 20:
 
We will be using the board: [http://www.digikey.com/product-detail/en/stmicroelectronics/STM32F411E-DISCO/497-15211-ND/5131480 STM32F411E-DISCO]
 
We will be using the board: [http://www.digikey.com/product-detail/en/stmicroelectronics/STM32F411E-DISCO/497-15211-ND/5131480 STM32F411E-DISCO]
  
 +
''We meet at MakeICT at 7PM''
  
''We meet at MakeICT at 7PM''
+
== Install instructions ==
 +
* [[STM32F4 Discovery on Linux]] via command line tools

Revision as of 19:20, 14 April 2016

Project Goal

Come learn with use as we introduce programming skills via a project and program embedded systems with the vision of understanding the hardware and software details that Arduino would hide. We will effectively contrast the Arduino IDE to the way we perform the same activities, with the goal of learning how it is done and not rely only on someone else library

The workshop end goal is not to just prototype a system, but rather learn as we go prototyping a system and understanding and having full control of the activities being performed.

We will meet to discuss different topics every Thursday at 7PM

We will post the notes from each meeting here:



We will be using the board: STM32F411E-DISCO

We meet at MakeICT at 7PM

Install instructions