Difference between revisions of "HANcoder/Training Material"

From OpenMBD
Jump to: navigation, search
Line 5: Line 5:
  
 
=== User projects ===
 
=== User projects ===
[[File:VehicleLogger.JPG|link=HANcoder/Examples/Vehicle_Logger]]
+
[[File:VehicleLogger.JPG|right|200px|link=HANcoder/Examples/Vehicle_Logger]]
 
* [[HANcoder/Examples/Vehicle_Logger| Vehicle Logger]]
 
* [[HANcoder/Examples/Vehicle_Logger| Vehicle Logger]]
 
**[[HANcoder/Examples/MPU6500|MPU6500]]
 
**[[HANcoder/Examples/MPU6500|MPU6500]]

Revision as of 18:10, 5 May 2017


On this page some examples have been added. Most of the examples are either real project or are part of project done with HANcoder. Each example has been documented in a way that a new user is able to build the same functionality from scratch. However it is not necessary to rebuild the example because the finished model, srec (executable file for on the microcontroller) and a2l (file for HANtune) are all provided. It is strongly encouraged to contact Jason.vanKolfschoten@han.nl if you wish to contribute to this page with an example of your own.

Next to the user projects there are also some basic examples which just show how certain blocks can be used.

User projects

VehicleLogger.JPG

Basic examples