Skip to content
Snippets Groups Projects
README.md 766 B
Newer Older
# DIOT Monitoring Module (MoniMod)

The DIOT Monitoring Module (MoniMod) is a SAMD21-based PMBus
monitoring module for
the [DI/OT project's](https://www.ohwr.org/project/diot/wikis/home)
power supply and fan tray. It can monitor the voltage and current for
up to three power rails. It can also host up to three temperature
sensors, and control up to three fans without requiring them to
support PWM.
Christos Gentsos's avatar
Christos Gentsos committed

Detailed documentation can be found at the
project's [readthedocs page](https://diot-monimod.readthedocs.io).
Christos Gentsos's avatar
Christos Gentsos committed

## Repository structure

The project documentation can be found under the `doc` directory. the
MoniMod PCB is located in the `monimod-pcb` directory, and the three
separate firmware parts are in the `main_fw`, `bootloader` and
`test_master` directories.