fson / rtd-rpi

Command Line, Python, and Node-Red for RTD DAQ Card

Home Page:https://www.sequentmicrosystems.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rtd-rpi

rtd-rpi

rtd

This is the command to control RTD Data Acquisition Stackable Card for Raspberry Pi.

First enable I2C communication:

~$ sudo raspi-config

Usage

~$ git clone https://github.com/SequentMicrosystems/rtd-rpi.git
~$ cd rtd-rpi/
~/rtd-rpi$ sudo make install

Now you can access all the functions of the relays board through the command "rtd". Use -h option for help:

~$ rtd -h

If you clone the repository any update can be made with the following commands:

~$ cd rtd-rpi/  
~/rtd-rpi$ git pull
~/rtd-rpi$ sudo make install

Python library availble here.

Node-Red example based on exe-node here

Node-Red rtd node

Firmware update.

About

Command Line, Python, and Node-Red for RTD DAQ Card

https://www.sequentmicrosystems.com

License:GNU General Public License v3.0


Languages

Language:C 64.5%Language:HTML 14.5%Language:JavaScript 11.3%Language:Python 6.3%Language:Makefile 3.4%