Official INDI drivers for AstroMeters.eu devices – premium hardware for astronomy enthusiasts and professionals. Our drivers enable seamless integration and full control of your telescope accessories and environmental monitoring devices.
-
Description: Precision focuser for telescopes, designed for demanding astronomical observations.
-
Key features:
- Absolute positioning with 1,000,000 step range
- Hardware & software temperature compensation
- Real-time monitoring (position, temperature)
- Easy position synchronization
-
Description: Multi-sensor weather station for monitoring observing conditions.
-
Key features:
- Measures temperature, humidity, dew point, sky brightness (lux), and cloud coverage
- Automatic weather data injection into FITS headers
- Continuous data streaming via serial interface
-
Description: Generic test driver for debugging and development.
-
Key features:
- Connects to any serial device
- Prints all incoming data with timestamps
- Simulation mode for offline development
- Linux-based system (Stellarmate, Astroberry, Ubuntu, RPi OS, etc.)
- INDI Library (
libindi-dev
) - CMake ≥ 3.13
sudo apt install cmake libindi-dev libxisf-dev
git clone https://github.com/AstroMeters/indi-astrometers.git
cd indi-astrometers
mkdir build && cd build
cmake ..
make -j$(nproc)
sudo make install
Installed files:
- Binaries:
/usr/bin/
- XML driver definitions:
/usr/share/indi/
- Start your INDI server (e.g., with KStars/Ekos, CCDCiel, N.I.N.A.).
- Connect your AstroMeters device(s) to your computer.
- In your INDI client, locate AstroMeters drivers under the appropriate category (Focuser, Weather).
- Connect and enjoy precise, reliable control over your observatory!
We welcome community involvement! If you want to report a bug, request a feature, or submit code:
- Open an Issue for bugs or feature suggestions.
- Fork this repository.
- Create a new branch (
feature/my-feature
). - Submit a Pull Request with a clear description.
Please follow the INDI coding style and include test cases where possible.
For questions, troubleshooting, or commercial support, visit astrometers.eu or email us at info@astrometers.eu.
This project is licensed under the MIT License. See LICENSE for details.