Skip to content
Snippets Groups Projects
Commit b4cc6c3d authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

added links to wiki

parent 78090f06
No related branches found
No related tags found
No related merge requests found
...@@ -18,15 +18,21 @@ Our main focus should be quality, QA, and documentation. All components should b ...@@ -18,15 +18,21 @@ Our main focus should be quality, QA, and documentation. All components should b
## Microcontroller ## Microcontroller
Each device or sensor (or sensor cluster) will have its own microcontroller. This microcontroller will communicate control the device and broadcast acquired data. For this we need a microcontroller platform that is easy to extend, standardised and relatively cheap (so we can keep spares at hand). Each device or sensor (or sensor cluster) will have its own microcontroller. This microcontroller will communicate control the device and broadcast acquired data. For this we need a microcontroller platform that is easy to extend, standardised and relatively cheap (so we can keep spares at hand).
See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Hardware
## Network ## Network
In the first iteration we require a physically isolated network. Each measurement device broadcasts the data via UDP. In the first iteration we require a physically isolated network. Each measurement device broadcasts the data via UDP.
## Data acquisition and control ## Data acquisition and control
Because the data is broadcast, the use of redundant data acquisition devices is possible. Because the data is broadcast, the use of redundant data acquisition devices is possible.
In the simplest form data acquisition and control will run on the same computer/laptop controlling the experiment. In the simplest form data acquisition and control will run on the same computer/laptop controlling the experiment.
## Protocol
See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Protocol
## Software ## Software
Ideally all software will be written in Python or MicroPython. The system should be open source and free software. Ideally all software will be written in Python or MicroPython. The system should be open source and free software.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment