node-tds-sensor

Read data from TDS sensors with Node.js

Usage no npm install needed!

<script type="module">
  import nodeTdsSensor from 'https://cdn.skypack.dev/node-tds-sensor';
</script>

README

MIT license npm npm

[WIP] Node TDS sensor

This package is under development

A simple Node.js module for read water TDS and EC, using compatible module

Pre requisite

Since the Raspberry Pi board does not have a module for converting analog to digital signals, there is a need to purchase a dedicated module such as the ADS1115 or an MCP3008. So I assume that the connections with the board are already made according to the manufacturer's specifications.

Installation

  $ npm install node-tds-sensor

Usage

Check the examples