Difference between revisions of "HANcoder/Training Material"

From OpenMBD
Jump to: navigation, search
Line 6: Line 6:
 
== User projects ==
 
== User projects ==
 
Projects that have been used in the past by users of HANcoder
 
Projects that have been used in the past by users of HANcoder
 +
  
 
=== Vehicle Logger ===
 
=== Vehicle Logger ===
Line 15: Line 16:
 
**[[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]]
 +
  
 
=== ZigBee communication ===
 
=== ZigBee communication ===
Line 20: Line 22:
 
This communication model is part of a larger model where a remote controlled vehicle is controlled using ZigBee modules and an E407
 
This communication model is part of a larger model where a remote controlled vehicle is controlled using ZigBee modules and an E407
 
* [[HANcoder/STM32/Examples/ZigBee| ZigBee communication]]
 
* [[HANcoder/STM32/Examples/ZigBee| ZigBee communication]]
 +
 +
 +
=== HighwaySurfer Product demo ===
 +
[[Image:Rendering assem.jpg|right|200px|none]]
 +
This demonstration material, made by HAN-Automotive students, is provided with all source files, models and material lists to reproduce this (sub)system. It can prove to be very useful as example material.
 +
* [[HANcoder/Examples/Highwaysurfer| HighwaySurfer Example]]
 +
 +
 +
 +
 +
  
 
== Basic examples ==
 
== Basic examples ==

Revision as of 12:40, 6 June 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

Projects that have been used in the past by users of HANcoder


Vehicle Logger

VehicleLogger.JPG

The vehicle logger saves the position, speed, acceleration, angular rotation and engine information of a car to an SDcard. It consists out of several subsystems which have been described in different pages on this wiki:


ZigBee communication

Xbee-zigbee-XB24CZ WIT-004.jpg

This communication model is part of a larger model where a remote controlled vehicle is controlled using ZigBee modules and an E407


HighwaySurfer Product demo

Rendering assem.jpg

This demonstration material, made by HAN-Automotive students, is provided with all source files, models and material lists to reproduce this (sub)system. It can prove to be very useful as example material.




Basic examples

These examples are just an illustration of the capabilities of the HANcoder blocks, they do not originate from real projects. For an overview of all blocks check the Block overview page.

Workshops

STM32WorkshopSetup.png

A basic workshop has been developed to show the basic functionality of both HANcoder as HANtune.

A more advanced workshop shows the users how to use Simulation with Model Referencing and Variants to get the most out of Model Based Development.