Skip to content

SequentMicrosystems/megaioind-rpi

Repository files navigation

megaioind-rpi

megaioind-rpi

This is the command to control the old Industrialand Building Automation I/O Expansion cards for Raspberry Pi. The user manual can be found here

Before installing the software enable Raspberry Pi I2C communication:

~$ sudo raspi-config

Usage

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

Now you can access all the functions of the MegaIO Industrial board using the command "megaioind".

Type megaioind -h for command options list.

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

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

Firmware update

In order to update the firmware, your Raspberry Pi must be connected to the Internet. We recommend disconnecting all the outputs of the board during the update, to avoind damages to your equipment.

Execute the update program, with the stack level of your board as command line parameter:

~$ cd megaioind-rpi/update/
~/megaioind-rpi/update$ chmod 777 update
~/megaioind-rpi/update$ ./update 0

About

Command Line and Python for MegaIO-IND (Industrial Automation) and MegaIO-BAS (Building Automation) Cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published