Project

General

Profile

Wiki » History » Version 7

Luiz Fernando Lavado Villa, 2019-02-28 13:19

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