Team:Aachen/Collaborations/Methane Sensor
From 2014.igem.org
m (→Serial Client - a WPF application to log data) |
|||
Line 12: | Line 12: | ||
To set up the electronics for a measurement, the sensor and the Arduino have to be connected according to the following scheme: | To set up the electronics for a measurement, the sensor and the Arduino have to be connected according to the following scheme: | ||
+ | <center> | ||
{{Team:Aachen/Figure|Aachen_Collaboration-BS-Schematic.png|title=Connecting the MQ-4 module to the Arduino|subtitle=Only three wires are required to connect the MQ-4 module to the Arduino Nano.|width=700px}} | {{Team:Aachen/Figure|Aachen_Collaboration-BS-Schematic.png|title=Connecting the MQ-4 module to the Arduino|subtitle=Only three wires are required to connect the MQ-4 module to the Arduino Nano.|width=700px}} | ||
+ | </center> | ||
= Serial Client - a WPF application to log data = | = Serial Client - a WPF application to log data = | ||
Line 20: | Line 22: | ||
Here you can see a dependency graph of the overall app architecture: | Here you can see a dependency graph of the overall app architecture: | ||
+ | <center> | ||
{{Team:Aachen/Figure|Aachen SerialClient DependencyGraph1.png|title=Overview dependency graph of the Serial Client architechture|width=500px}} | {{Team:Aachen/Figure|Aachen SerialClient DependencyGraph1.png|title=Overview dependency graph of the Serial Client architechture|width=500px}} | ||
+ | </center> | ||
The architecture of Serial Client follows the MVVM pattern and you can see a detailed dependency graph of the Serial Clients ViewModel here: | The architecture of Serial Client follows the MVVM pattern and you can see a detailed dependency graph of the Serial Clients ViewModel here: | ||
+ | <center> | ||
{{Team:Aachen/Figure|Aachen SerialClient DependencyGraph2.png|title=Detailed dependency graph of the Serial Client architechture|width=1000px}} | {{Team:Aachen/Figure|Aachen SerialClient DependencyGraph2.png|title=Detailed dependency graph of the Serial Client architechture|width=1000px}} | ||
- | + | </center> | |
{{Team:Aachen/Footer}} | {{Team:Aachen/Footer}} |
Revision as of 08:40, 9 October 2014
|