Wiki » History » Version 11
Luiz Fernando Lavado Villa, 2019-02-28 14:00
1 | 1 | Luiz Fernando Lavado Villa | h1. Wiki |
---|---|---|---|
2 | |||
3 | {{>toc}} |
||
4 | |||
5 | 7 | Luiz Fernando Lavado Villa | The single-phase project is an open-source power electronics technological suit consisting of a hardware, a firmware and a software parts. |
6 | These parts are used together, and their specifications are interdependent. |
||
7 | 11 | Luiz Fernando Lavado Villa | |
8 | -> put an image of the hardware/firmware/software abstraction here |
||
9 | |||
10 | 7 | Luiz Fernando Lavado Villa | For the sake of simplicity, each part will be presented independently in this wiki. |
11 | 1 | Luiz Fernando Lavado Villa | |
12 | h2. Hardware |
||
13 | |||
14 | 7 | Luiz Fernando Lavado Villa | The hardware of the single-phase project consist of a 10cm by 10cm board which hosts five different blocks of electronics components. |
15 | Details on each block, their sizing and interconnections is given in the link below. |
||
16 | 1 | Luiz Fernando Lavado Villa | |
17 | 8 | Luiz Fernando Lavado Villa | |
18 | 9 | Luiz Fernando Lavado Villa | * [[Hardware|Hardware page]] |
19 | 7 | Luiz Fernando Lavado Villa | |
20 | 1 | Luiz Fernando Lavado Villa | h2. Firmware |
21 | |||
22 | 7 | Luiz Fernando Lavado Villa | The firmware of the single-phase project consists of a scheduler program coded in C and compatible with a ATMEL Mega328P micro-controller. |
23 | The program can be uploaded onto its micro-controller through a dedicated makefile, which is also provided. |
||
24 | Details of the program are given in the link below. |
||
25 | |||
26 | 10 | Luiz Fernando Lavado Villa | * [[Firmware|Firmware page]] |
27 | 7 | Luiz Fernando Lavado Villa | |
28 | |||
29 | 1 | Luiz Fernando Lavado Villa | h2. Software |
30 | 7 | Luiz Fernando Lavado Villa | |
31 | The Software of the single-phase project consists of a human-machine interface coded in Python and compatible with Linux. |
||
32 | It can communicate with the Firmware through a communication protocol via an USB connection. |
||
33 | Details of the Software are given in the link below. |
||
34 | |||
35 | 10 | Luiz Fernando Lavado Villa | * [[Software|Software page]] |