Seeduino scope cover

Hello.
I have recently built an arduino based Scope Cover, to be exact with Seeduino Xiao. The scopecover works well, and is programmed so that SGP detects it as a flats sheet, but I can’t get it to read the port assigned by the PC.
It is well recognized by the PC, but SGP does not detect it. Can someone help me? Thank you.

https://www.dropbox.com/scl/fi/0vb2flr0sdn4j6deasazr/SeeeduinoEpsilonScopeCover.ino?rlkey=zywby1cgw095pfh99yi95atjg&st=ejfmliid&dl=0

This is the link with the code. I can’t send the archive for the format

@Jared wrote all of the non-ASCOM flatbox stuff. He may have some advice here…

Just i fix the problem!! it´s working perfectly… it´s my first arduino program, and create an Ascom driver… Thank you!!

1 Like

You shouldn’t need an ASCOM driver. That should work with the Alnitak (Old) implementation that is in SGP. But either way, glad you got it going.

Jared

I already tried with old alnitak, but it didn’t work. Is it possible that the open and close commands are wrong? o SGP does not recognize the 000\n or OOO\r commands. It is the same as your .ino driver.

You may want to also try this version which has been updated:

Jared

Great, Jared, I’ll try it and let you know if everything works well. Thank you so much.

Finally I was able to make it work with the Ascom driver, everything was perfect. Thank you

1 Like