Skip to content

SequentMicrosystems/megabas-rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

megabas-rpi

megabas-rpi

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

MEGA-BAS

Setup

Don't forget to enable I2C communication:

~$ sudo raspi-config

Usage

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

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

~$ megabas -h

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

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

Python Library

Firmware update instructions.

Node-RED

CODESYS Driver

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