Home | Hardware Guide | Installation Guide | Using Stellarium | Using Nina | Troubleshooting | FAQ
You can view a demonstration of parts of this documentation in the following YouTube Video.
For the first release of the Alpaca Benro Polaris driver would be provided as a bundle of Python scripts and will need the usage of the command line with the help of the Terminal application.
A recent MacOS release with Python 3 is recommanded as the Alpca Benro Polaris requires Python 3+ to be run, upgrading the preinstalled Python release on older MacOS is out of the scope of this guide.
Open a terminal window and type the following command to check the preinstalled Python version:
$ python --version
Python 3.9.6
On MacOS the minimal tested version is 3.9.6
-
Download the Alpaca Benro Polaris zip file from this Github repository.
-
Expand the zip file to a location of your choice (like in your home directory) and from a command prompt enter the following:
cd alpaca-benro-polaris pip3 install -r platforms/macos/requirements.txt
There are a few preliminary steps before you start the driver. You'll need to do the following:
-
Setup your Benro Polaris tripod head, camera, Mac, and power.
-
Remove your lens cap (I often forget this step!).
-
Level the Benro Polaris as accurately as possible (important).
-
Turn on the Benro Polaris (how many times doesn't it turn on?).
-
Using the Benro Polaris App, connect and change to
Astro Mode
. -
Start the
Calibrate Compass
and tapConfirm
. -
Select a star to align with, tap
Goto
, wait, then tapConfirm
. -
Turn on the Mac and connect it to your camera via USB.
-
Connect your Mac to the polaris-###### hotspot using WIFI (this will disconnect you from the previous WIFI and you'll loose the Internet connection)
-
Wait for connection.
-
IMPORTANT: One last step is to review the file
driver/config.toml
. You will need to change thesite_latitude
andsite_longitude
to ensure the driver calculates the correct slewing co-ordinates for your location. All other settings can be left as default or tweaked. -
Start the Alpaca Benro Polaris driver with the following command from within the installation directory:
python3 driver/main.py
Fingers crossed, you can now start the Alpaca Benro Polaris Driver (as above).
The Alpaca Benro Polaris Driver window should look like this.
Once the driver is running, you can close the Benro Polaris App. Now you can start exploring Alpaca applications like CCDciel, or even write your own REST-based application.
If you want to use the Stellarium application on Mac and its Remote Telescope control protocol you'll have to edit the driver/config.toml
file, set the stellarium_port
to a value other than 0
, for example 10001
, restart the ABP driver script and configure the telescope link in Stellarium.