×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Digital Dome Works - does this work?

  • Posts: 474
  • Thank you received: 168
I don't see there would be any PI specific issues, the driver is using very basic serial communication like most INDI drivers. So if you can compile INDI from source and connect the PI to the controller, that should be enough.
3 years 4 months ago #63948

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 2
Any progress? I'm confident I cant get everything else in my chain to run under INDI (mount, camera, filter wheel, etc).
3 years 2 months ago #66456

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
Unfortunately no progress from my side, the driver should be feature complete, but I haven't been able to go to our club observatory to actually test it (due to covid, general family busyness and pure laziness due to bad weather)
3 years 2 months ago #66480

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 2
I'm at my observatory now for at least a month. Is there someway you can send me the code?

Thanks,
Bob
3 years 2 months ago #66489

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
The code is available as a branch in my INDI fork at github.com/jpaana/indi/tree/ddw_driver
3 years 2 months ago #66491

Please Log in or Create an account to join the conversation.

If the code is almost feature complete, maybe submit it to INDI? At least it would make it to the nightly PPA which would make testing it a lot more accessible.
3 years 2 months ago #66513

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
I would love to (maintaining a separate branch is a chore), but I'd also like to run it with actual hardware at least once before releasing something with my name on it :)
The following user(s) said Thank You: Jasem Mutlaq
3 years 2 months ago #66520

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 2
On another front, I manged to get DDW loaded under wine. It "starts" OK in that the usual image appears. However, I can't get the program to connect to the control box using a COM device. It should work (famous last words). The dos devices (like COM1, OOM2, etc) are automatically mapped to the /dev/ttyS* devices.

I'll give jpaana's code a shot.
3 years 2 months ago #66533

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 2
So now I need guidance. I've created a "shallow clone" of indi in a separate directory. There are two main directories: build & indi.
I've downloaded jpaana's directory of indi-ddw_driver.

What's the process of the configure/make/make install?

Thanks.
3 years 2 months ago #66536

Please Log in or Create an account to join the conversation.

  • Posts: 474
  • Thank you received: 168
My repo is a fork of the main INDI repository with an extra driver added so you can follow the regular instructions on how to compile the core INDI lib from indilib.org/forum/general/210-howto-buil...st-libindi-ekos.html

You only need to follow step 2, just no need to clone the repo as you already have that. It's a straight forward build configured with CMake if you have compiled those before.
3 years 2 months ago #66539

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 2
Limited success! Limited only by what I was willing to try.

Fired-up kstars, went to the device handler, and there, under domes, was Digital Dome Works.

Was able to open and close the shutter. It's getting dark and very cold here in SW New Mexico so I want to wait until I can get someone in the dome next to the kill switch if something goes awry.

In the area at the bottom of the screen there was a constant chatter of something like
Error Message Unrecognized character: <blank> or 1, or 2 or some random number between 0 and 9. Did not seem to have any effect on operation.

I was surprised it was connecting via /dev/ttyUSB0. From my playing around with wine I thought it would use /dev/ttyS0 (or 1, 2, etc).

Cheers,
Bob
3 years 2 months ago #66543

Please Log in or Create an account to join the conversation.

  • Posts: 126
  • Thank you received: 2
Using the hint from the INDi driver, I configured /dev/ttyUSB0 to link to com3 in the wine I was using to test the MS version of DDW. And it worked. Was able to raise and lower shutter.
Will run more tests tomorrow (should be better weather).
3 years 2 months ago #66545

Please Log in or Create an account to join the conversation.

Time to create page: 0.803 seconds