Our astronomy club has the DDW dome controller and I planned to take a shot at making a driver for it to be able to image Mars there with my Ubuntu laptop without manually rotating the dome, but haven't had the time as my precious little hobby programming time is currently taken by writing support for ScopeDome Arduino card in my ScopeDome driver. But good to know if there is additional interest, that would make it more motivating.

Taking an existing dome driver as a base and converting the command set is in theory fairly straight forward as most controllers have a text based serial protocol and similar functionality, but being competent with C++ and especially debugging code does help. The DDW command set is pretty well documented and doesn't seem to have that many quirks that implementation should be fairly easy for someone that has tinkered with INDI drivers before and has the device at hand for testing how it actually behaves.

Read More...