GitHub - DigixCode/volumetric: Flow metering application example for the MAX35103EVKIT2.

Flow metering application example for the MAX35103EVKIT2.

Overview

This application example shows how to measure flow using the flow body included in the MAX35103EVKIT2 and control a standard 24VAC residential water value (not included in the kit).

Please see volumetric/MAX35103EVKIT2_VOLUMETRIC.PDF for details.

Repository

Please note that this project uses git submodules. The proper way to clone this repository is as follows:

git clone --recursive https://github.com/maxim-ic-flow/volumetric.git

To switch between branches:

git checkout <branch>
git submodule update --recursive --remote --init

Branches

master contains IAR and uVision projects.

mbed contains a mbed-cli project which is currently under development. Portions of this repo are not yet publicly available.

Tools

IAR Embedded Workbench for ARM 7.70+

https://www.iar.com/iar-embedded-workbench/tools-for-arm/arm-cortex-m-edition/

Keil uVision V5.23.0.0+

http://www2.keil.com/mdk5

ARM mbed

Not yet available.

Miscellaneous

The MAX35103EVKIT2# has two serial ports, the U7 serial port and the USB serial port provided by the PICO debugging module (U11). Diagnostic printf's appear on the USB serial port by default, but this can be changed to U7 by changing the default serial port defined in board_init() in board.c