diff --git a/README.md b/README.md index 1ad42a2f4ba4cae72ce6daa9c4b3ff4c223ae29a..cfe0a045dd05f32beb76928348b0b2311fa948c4 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,21 @@ Our main focus should be quality, QA, and documentation. All components should b ## 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). +See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Hardware + ## Network In the first iteration we require a physically isolated network. Each measurement device broadcasts the data via UDP. + ## Data acquisition and control 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. +## Protocol +See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Protocol + ## Software Ideally all software will be written in Python or MicroPython. The system should be open source and free software.