Difference between revisions of "HANcoder/Training Material"

From OpenMBD
Jump to: navigation, search
Line 1: Line 1:
 
{{HANcoder}}
 
{{HANcoder}}
  
Some examples made with HANcoder can be found here.
+
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 ===
 +
 
 
* [[HANcoder/Examples/Vehicle_Logger| Vehicle logger]]
 
* [[HANcoder/Examples/Vehicle_Logger| Vehicle logger]]
 
**[[HANcoder/Examples/MPU6500|MPU6500]]
 
**[[HANcoder/Examples/MPU6500|MPU6500]]
Line 7: Line 12:
 
**[[HANcoder/Examples/GPS_block| GPS block]]
 
**[[HANcoder/Examples/GPS_block| GPS block]]
 
**[[HANcoder/Examples/SD_Card_Logger| SD Card Logger]]
 
**[[HANcoder/Examples/SD_Card_Logger| SD Card Logger]]
 +
* [[HANcoder/STM32/Examples/ZigBee| ZigBee communication]]
 +
 +
=== Basic examples ===
 
* [[HANcoder/Examples/CAN_Communication| CAN Communication]]
 
* [[HANcoder/Examples/CAN_Communication| CAN Communication]]
 
* [[HANcoder/Examples/NTC_Thermistor| NTC Thermistor (with lookup table and NTC equation)]]
 
* [[HANcoder/Examples/NTC_Thermistor| NTC Thermistor (with lookup table and NTC equation)]]
* [[HANcoder/STM32/Examples/ZigBee| ZigBee communication]]
 

Revision as of 18:08, 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

Basic examples