Quantcast
Channel: Recent Topics - INDI Forum
Viewing all articles
Browse latest Browse all 14088

Pegasus FocusCube and Eqdir - just a heads up - by: wimvb

$
0
0
I recently bought a Pegasus Focuscube to replace my simple DC focus motor / Arduino homebuild. Installation went fine, and worked with the simulator telescope. But when I had the chance yesterday to connect it to my AZ-EQ6 (Eqdir) telescope, I got timeout errors and the focuser didn't work.
It turned out that the focuser uses a FTDI usb chip, the same as my eqdir cable. This causes a conflict in USB ports.
This is how I fixed it:
I created a new rules file in /etc/udev/rules.d called 99-usb-serial.rules
The file contains two lines:

SUBSYSTEM=="tty",ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001" SYMLINK+="telescope"
SUBSYSTEM=="tty",ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6015" SYMLINK+="focus"

(Note that for this to work, you need to enter the correct vendor and product ID. If these aren't unique, you may need to add some sort of serial number. Anything so you can differentiate between the eqdir and focuser.)
Then I updated the rules:

sudo udevadm trigger

Rebooted the mount computer (Rock64), just to reset everything, and started indi

indiserver -v indi_eqmod_telescope indi_dmfc_focus indi_asi_ccd indi_asi_wheel

Connected to the drivers from Ekos/Kstars on my windows machine, started up indi and connected. In the Connection tab of the focuser I set the usb port as

/dev/focus

and in the Connection tab of the mount (telescope) I set the usb port as

/dev/telescope

Then save the configurations.
Done.

I hope this can be of use to someone.

Viewing all articles
Browse latest Browse all 14088

Trending Articles