Coder Social home page Coder Social logo

miksrv / indi-rollroof-controller Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 0.0 3.37 MB

This project is a fork of the original INDI Aldiroof author Derek OKeeffe. In my project, I used a different roof drive, which is controlled by only two signals - OPEN and CLOSE. An INDI driver and arduino firmware to control a roll off roof of an astronomical observatory.

C++ 45.36% Shell 0.10% CMake 54.53%
indi ekos kstars astronomy driver arduino observatory

indi-rollroof-controller's Introduction

Observatory Roof Controller

This project is a fork of the original INDI Aldiroof author Derek OKeeffe. In my project, I used a different roof drive, which is controlled by only two signals - OPEN and CLOSE. An INDI driver and arduino firmware to control a roll off roof of an astronomical observatory.

observatory

The roof of the astronomical observatory is driven by a motor and a sliding gate reducer. Two relays and an Arduino controller are used to control the engine controller. For safety, the roof end positions and parking sensors (reed switches) of the telescope are connected to the controller. The Arduino controller communicates with the INDI driver using the firmata protocol.

Motor-controller


Hardware Parts List

  1. Arduino UNO controller (or any other).
  2. 2 X 30A arduino relays module.
  3. Linux machine running INDI server (install the driver on).
  4. (Optional) 3D printed case.

Building / Installing Software

  1. Flash the firmware to your arduino using the arduino ide.
  2. Build and install the driver on the machine running indi server.

For compile in Ubuntu need to install cmake and libraries for INDI develop:

sudo apt-get update
sudo apt-get install cmake libindi-dev libnova-dev

Install in INDI web manager

To add a driver to the INDI Web Manager list, edit the following file and add the section Domes lines to the list:
/usr/share/indi/drivers.xml

<device label="Roll Roof">
  <driver name="Roll Roof">indi_rollroof</driver>
  <version>1.0</version>
</device>

Arduino-controller

indi-rollroof-controller's People

Contributors

miksrv avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.