Skip to content

Control your devices easily! Our system provides you with a simple way to use hardware, connected to controller with minimum low-level coding (only once for each device). It provides API to control devices entirely from your favorite high-level programming language (Python for now).

License

project-master-device/project-master-device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Description

The goal of this project is to create hardware and software platform that allows you integrate many devices into single network and control it from simple python interface.

File:http://github.com/project-master-device/project-master-device/raw/master/doc/img/pic_system.png

System’s hardware consists of one master (pc or embedded board), many slaves (controllers) and wired network to connect them (Controller Area Network).

Master runs under GNU/Linux. System’s software on master provides API for user’s applications that allows them to control slaves and their devices. Actually, it is a set of libraries, which contains basic network library and device drivers libraries (for each device). Each library has python binding.

Slave runs under Contiki OS. System’s software on slave consist of two parts:

  1. Basic firmware part with network capabilities.
  2. Drivers for devices, which builds into firmware.
To add new device to the network, you need to provide device driver for slave and device driver for master. Driver provides device API for application, which controls the network.

Platform can be applied for both industrial and home automation.

Where it really stopped

Hardware

(the one that worked last time)

Master: ARM926 board (AT91SAM9XE512, 200Mhz, 32Mb RAM).

Slave: Atmel at90can128.

Perfomance notes

(on hardware listed higher)

Sending commands from pure C interface:

  delay was acceptable ( undetectable with bare eye ( <100ms ) ).

Sending same commands from python:

  ~500ms (need better HW for master).

Simultaneous work of more than one app

Not supported.

Applications created

Access Control System: not adopted for system.

Test application: nonexistent.

About

Control your devices easily! Our system provides you with a simple way to use hardware, connected to controller with minimum low-level coding (only once for each device). It provides API to control devices entirely from your favorite high-level programming language (Python for now).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published