Skip to content

Command Line, Python, and Node-Red for Industrial Automation Card

License

Notifications You must be signed in to change notification settings

gw8674/megaind-rpi

 
 

Repository files navigation

megaind-rpi

megaind-rpi

This is the command to control Industrial Automation Stackable Card for Raspberry Pi.

MEGA-IND

Setup

Enable I2C communication first:

~$ sudo raspi-config

Usage

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

Now you can access all the functions of the Industrial Automation Stackable Card for Raspberry Pi through the command "megaind". Use -h option for help:

~$ megaind -h

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

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

Python Library

NodeRed nodes

firmware update instructions.

The board can act as Modbus RTU slave device, checkout modbus instructions.

About

Command Line, Python, and Node-Red for Industrial Automation Card

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 44.1%
  • HTML 22.3%
  • JavaScript 19.9%
  • Python 13.0%
  • Makefile 0.7%