blob: c2b681ef16d3d51fab6cd1e923831e136e746ec6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# OpenModelicaEmbedded
OpenModelica for Embedded Applications
## Installation
### Arduino
* Download and Install the latest version of arduino ide from the [Arduino](https://www.arduino.cc/en/Main/Software?) website.
### Energia
* Download the latest release of [Energia](http://energia.nu/download/).
* Follow the installation instructions provided by [Energia](http://energia.nu/download/).
* In Energia IDE, Select `Tools` and the `Board` and check if `Tiva C` board is present.
* If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board.
---
## Working with Arduino UNO [Atmega328p]
### Setting up firmware for Arduino board
* In `Tools` Menu, select appropriate Board (Arduino/Genuino UNO) and Port as the available serial port to which Arduino is connected (most likely /dev/ttyACM0).
* Open **StandardFirmata** sketch: `File > Examples > Firmata > StandardFirmata`.
* Upload the sketch to the board.
### Simulating the Modelica model
* Now open OMEdit window.
* Open **package.mo** file OpenModelicaEmbedded folder.
* In OpenModelicaEnbedded package, open **ArduinoExamples** package which consists of examples for arduino board.
* Check and simulate the example models and verify the results.
---
## Working with Tiva C [TM4C123G]
### Simulate a model with Tiva C
* In Energia, open the firmware for Tiva C provided in folder named `Firmware`.
* Select appropriate Board(Tiva C) and Port(USB port where Tiva C is connected) in `Tools` menu.
* Then, upload the firmware on board.
* Now open OMEdit and Open the `package.mo` file from OpenModelicaEmbedded package
* Open an example provided in the OpenModelicaEmbedded package which includes a Tiva C board.
* Check and Simulate the model and verify the results in Plotting window.
|