Project

General

Profile

Wiki » History » Version 12

Luiz Fernando Lavado Villa, 2019-03-25 11:50

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 12 Luiz Fernando Lavado Villa
24
25 7 Luiz Fernando Lavado Villa
The program can be uploaded onto its micro-controller through a dedicated makefile, which is also provided.
26
Details of the program are given in the link below.
27 10 Luiz Fernando Lavado Villa
28 7 Luiz Fernando Lavado Villa
* [[Firmware|Firmware page]]
29
30 1 Luiz Fernando Lavado Villa
h2. Software
31 7 Luiz Fernando Lavado Villa
32
The Software of the single-phase project consists of a human-machine interface coded in Python and compatible with Linux. 
33
It can communicate with the Firmware through a communication protocol via an USB connection. 
34
Details of the Software are given in the link below.
35
36 10 Luiz Fernando Lavado Villa
* [[Software|Software page]]