Skip to content
Snippets Groups Projects
Commit c64d9fa0 authored by Carlo Guarnieri Calo' Carducci's avatar Carlo Guarnieri Calo' Carducci
Browse files

docs: add wind_farm

parent 3a178882
No related branches found
No related tags found
No related merge requests found
Showing
with 63 additions and 2 deletions
entities/wind_farm/docs/wind_farm_3d-bottom.png

429 KiB

entities/wind_farm/docs/wind_farm_3d-top.png

556 KiB

entities/wind_farm/docs/wind_farm_brd.png

981 KiB

entities/wind_farm/docs/wind_farm_pcb-B_Cu.png

233 KiB

entities/wind_farm/docs/wind_farm_pcb-F_Cu.png

373 KiB

entities/wind_farm/docs/wind_farm_pcb-In1_Cu.png

230 KiB

entities/wind_farm/docs/wind_farm_pcb-In2_Cu.png

234 KiB

entities/wind_farm/docs/wind_farm_pcb-brd.png

581 KiB

entities/wind_farm/docs/wind_farm_pcb.png

487 KiB

entities/wind_farm/docs/wind_farm_sch-main.png

284 KiB

entities/wind_farm/docs/wind_farm_sch-sub_connectors.png

136 KiB

entities/wind_farm/docs/wind_farm_sch-sub_indicator.png

160 KiB

entities/wind_farm/docs/wind_farm_sch-sub_mechanical.png

109 KiB

entities/wind_farm/docs/wind_farm_sch-sub_power_auto.png

102 KiB

entities/wind_farm/docs/wind_farm_sch-sub_power_slave.png

213 KiB

entities/wind_farm/docs/wind_farm_sch-sub_telemetry.png

130 KiB

entities/wind_farm/docs/wind_farm_sch.png

201 KiB

%% Regulation Slave
% LT3081 as a Current Source
% AD8400ARZ1 for current regulation
Iset = 50e-6;
Rout = 0.5;
Rw = 50;
Rwb = @(D,Rab)(D./256.*Rab+Rw);
Rwa = @(D,Rab)((256-D)./256.*Rab+Rw);
i = @(D,Rab)(Rwb(D,Rab)*Iset/Rout);
D = 0:256;
Rab = [8e3;10e3;12e3];
plot(D,i(D,Rab))
title('Current Regulation')
xlim([0 256])
xlabel('Code')
ylabel('Current (A)')
legend('Rab = 8k','Rab = 10k','Rab = 12k','Location','Southeast')
\ No newline at end of file
# Wind Farm
The Wind Farm is a power producer from renewable energy, which converts the wind to electrical energy. It injects current in the grid using a current source configuration, able to erogate up to 1 A. The wind speed can be changed using the touch slider, the LED indicators and the wind turbine speed will change accordingly. The circuitry includes a power generation sub-block, a telemetry sub-block for monitoring the power production in the 3.3 V bus and a sub-block for the visulization of the current output load.
## Schematic
[<img src="docs/wind_farm_sch.png" width="1023" height="500">](docs/wind_farm_sch-main.png)
[<img src="docs/wind_farm_sch-sub_connectors.png" width="145" height="100">](docs/wind_farm_sch-sub_connectors.png)
&nbsp;
[<img src="docs/wind_farm_sch-sub_power_slave.png" width="145" height="100">](docs/wind_farm_sch-sub_power_slave.png)
&nbsp;
[<img src="docs/wind_farm_sch-sub_power_auto.png" width="145" height="100">](docs/wind_farm_sch-sub_power_auto.png)
&nbsp;
[<img src="docs/wind_farm_sch-sub_indicator.png" width="145" height="100">](docs/wind_farm_sch-sub_indicator.png)
&nbsp;
[<img src="docs/wind_farm_sch-sub_telemetry.png" width="145" height="100">](docs/wind_farm_sch-sub_telemetry.png)
&nbsp;
[<img src="docs/wind_farm_sch-sub_mechanical.png" width="145" height="100">](docs/wind_farm_sch-sub_mechanical.png)
## Printed Circuit Board
[<img src="docs/wind_farm_pcb.png" width="531" height="500">](docs/wind_farm_pcb-brd.png)
[<img src="docs/wind_farm_pcb-F_Cu.png" width="145" height="100">](docs/wind_farm_pcb-F_Cu.png)
&nbsp;
[<img src="docs/wind_farm_pcb-In1_Cu.png" width="145" height="100">](docs/wind_farm_pcb-In1_Cu.png)
&nbsp;
[<img src="docs/wind_farm_pcb-In2_Cu.png" width="145" height="100">](docs/wind_farm_pcb-In2_Cu.png)
&nbsp;
[<img src="docs/wind_farm_pcb-B_Cu.png" width="145" height="100">](docs/wind_farm_pcb-B_Cu.png)
## Media
[<img src="docs/wind_farm_3d-top.png" width="100" height="100">](docs/wind_farm_3d-top.png)
&nbsp;
[<img src="docs/wind_farm_3d-bottom.png" width="100" height="100">](docs/wind_farm_3d-bottom.png)
&nbsp;
[<img src="docs/wind_farm_brd.png" width="151" height="100">](docs/wind_farm_brd.png)
## Related Links
* [Concept](https://git.rwth-aachen.de/acs/public/teaching/legos/concept/-/blob/master/application/wind_farm/wind_farm.md)
* [Software]()
* [Assembly]()
...@@ -633,8 +633,6 @@ F 3 "https://www.infineon.com/dgdl/Infineon-BAT60ASERIES-DS-v01_01-en.pdf?fileId ...@@ -633,8 +633,6 @@ F 3 "https://www.infineon.com/dgdl/Infineon-BAT60ASERIES-DS-v01_01-en.pdf?fileId
1 9450 4200 1 9450 4200
0 -1 1 0 0 -1 1 0
$EndComp $EndComp
Text Notes 8750 5700 0 39 ~ 0
https://www.deviceplus.com/others/glossary/simple-dc-brush-motor-control/
Text Label 4650 3000 0 39 ~ 0 Text Label 4650 3000 0 39 ~ 0
~IRQ ~IRQ
$Sheet $Sheet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment