Wiki » History » Version 8
Luiz Fernando Lavado Villa, 2019-02-28 13:54
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 | For the sake of simplicity, each part will be presented independently in this wiki. |
||
8 | 1 | Luiz Fernando Lavado Villa | |
9 | h2. Hardware |
||
10 | |||
11 | 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. |
12 | Details on each block, their sizing and interconnections is given in the link below. |
||
13 | 1 | Luiz Fernando Lavado Villa | |
14 | 8 | Luiz Fernando Lavado Villa | |
15 | 7 | Luiz Fernando Lavado Villa | * [[Hardware]] |
16 | |||
17 | 1 | Luiz Fernando Lavado Villa | h2. Firmware |
18 | |||
19 | 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. |
20 | The program can be uploaded onto its micro-controller through a dedicated makefile, which is also provided. |
||
21 | Details of the program are given in the link below. |
||
22 | |||
23 | * [[Firmware]] |
||
24 | |||
25 | |||
26 | 1 | Luiz Fernando Lavado Villa | h2. Software |
27 | 7 | Luiz Fernando Lavado Villa | |
28 | The Software of the single-phase project consists of a human-machine interface coded in Python and compatible with Linux. |
||
29 | It can communicate with the Firmware through a communication protocol via an USB connection. |
||
30 | Details of the Software are given in the link below. |
||
31 | |||
32 | * [[Software]] |