Git Product home page Git Product logo

target's Introduction

TargetClient

Target(Astronomy) is a small WiFi-Handbox to control a telecope mount via INDI. This box is running with battery and does not have any wire to the telecope mount. This box consists out of a electronic board, a ESP8266 firmware (arduino IDE) and a Qt5 application bridging the handbox to the INDI mount. The handbox provides four keys for N,S,W and E, one slew speed key with three LED's and a function key which change the N,S,W and E key to Focuser 1 in and out and Focuser 2 in and out (not tested yet, I don't have any motor focuser).

Prerequist (Ubuntu)

sudo apt install build-essential
sudo apt install cmake
sudo apt install qt5-default
sudo apt install zlib1g-dev
sudo apt install libcfitsio-dev

Installation of the INDI lib development package:

sudo apt-add-repository ppa:mutlaqja/ppa
sudo apt update
sudo apt install libindi-dev

How to build

cd ~/_develop/

git clone https://github.com/stroblhofwarte/Target.git

mkdir -p ~/_develop/build/targetclient

cd ~/_develop/build/targetclient

cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ~/_develop/Target/targetclient

make -j4

sudo cp TargetClient <WHERE/EVER/YOU/WANT>

ASCOM TargetBridge

The new Version of the Target_Astronomy_.ino firmware (from 6.01.2021, ./targetclient/arduino/Target_Astronomy_) is supported by the ASCOM TargetBridge. This version of the firmware is not supported by the INDI driver anymore. The ASCOM TargetBridge adds support for a Win10 based observatory setup. With the TargetBridge application the Target handcontroler box can be used to control the mount and the focuser together with the imaging software (e.g. N.I.N.A.). To reach this the ASCOM Hub must be setup for devices not supporting a multiconnection. The ASCOM Hub must be setup only once. After setup the TargetBridge and/or the imaging software will startup the hub automatically.

For some convenience four focuser positions (for absolute focuser only) can be marked. This can be used to switch the focal plane between a imaging setup with CCD and a visual setup easily.

The ASCOM TargetBridge is written in C# (VisualStudio 2019) and requires the ASCOM development libs to compile properly. An precompiled msi package will follow soon.

target's People

Contributors

karglhoefchen avatar stroblhofwarte avatar

Watchers

 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.