|
|
# Introduction
|
|
|
|
|
|
Owntech Power API is the modular embedded software running on the OwnTech Power Converter.
|
|
|
The Core project is the main repository intended to be cloned by end-users.
|
|
|
Owntech Power API is a modular embedded software designed to running on the OwnTech Spin board to provide power converter features.
|
|
|
The Core project is the main repository intended to be downloaded by end-users.
|
|
|
|
|
|
It provides all the configuration required to begin a project with OwnTech Power API, and includes the ability to automatically download [OwnTech libraries](OwnTech Power API Libraries).
|
|
|
It provides all the configuration required to begin a project with OwnTech Power API, and includes the ability to automatically download additional [OwnTech libraries](OwnTech Power API Libraries).
|
|
|
|
|
|
Owntech Power API is based on the [Zephyr](https://zephyrproject.org/) operating system which is extended using hardware-specific [modules](Zephyr modules).
|
|
|
Owntech Power API is based on the [Zephyr](https://zephyrproject.org/) real-time operating system which is extended using hardware-specific [modules](Zephyr modules).
|
|
|
|
|
|
Use the sidebar on the right of the page to navigate this Wiki.
|
|
|
|
... | ... | @@ -13,7 +13,7 @@ Use the sidebar on the right of the page to navigate this Wiki. |
|
|
|
|
|
You need a working VS Code environment with the PlatformIO extension installed. Check [this page](Additional resources) for additional information on how to install these.
|
|
|
|
|
|
What you need is to clone the Core repository:
|
|
|
Then, you need to clone the Core repository:
|
|
|
`git clone https://gitlab.laas.fr/owntech/power-api/core.git owntech_power_api`
|
|
|
|
|
|
⚠️ Due to Zephyr restriction, the path to the folder on the disk must not contain any space.
|
... | ... | |