项目作者: rkaczorek

项目描述 :
Astroberry Motor HAT provides INDI focuser driver for Adafruit Motor HAT addon board to Raspberry Pi
高级语言: CMake
项目地址: git://github.com/rkaczorek/astroberry-amh.git
创建时间: 2017-05-27T16:33:46Z
项目社区:https://github.com/rkaczorek/astroberry-amh

开源协议:GNU General Public License v3.0

下载


astroberry-amh

Astroberry Motor HAT provides INDI focuser driver for Adafruit Motor HAT addon board to Raspberry Pi:

How to start?

First, you need to download and install INDI server and libraries. See INDI site for more details.
In most cases it’s enough to run:

  1. sudo apt-add-repository ppa:mutlaqja/ppa
  2. sudo apt-get update
  3. sudo apt-get install libindi1

Second, download and install astroberry-amh

Compiling from source:

  1. sudo apt-get install libindi-dev
  2. git clone https://github.com/rkaczorek/astroberry-amh.git
  3. cd astroberry-amh
  4. mkdir build
  5. cd build
  6. cmake ..
  7. make
  8. sudo make install

How to use it?

Start your INDI server with Astroberry Motor HAT driver:

indiserver -l /var/log/indi -f /var/run/indi -p 7624 indi_amh_focuser

Start KStars with Ekos, connect to your INDI server and enjoy!

NOTE: You need to have wiringPi installed on your Pi to use this driver. The latest (and original) version of wiringPi is available here
You also need to activate I2C support on your Pi before you begin. Make sure you have these two lines in your /boot/config.txt:

  1. dtparam=i2c1=on
  2. dtparam=i2c_arm=on