Kevin
Kevin
Hello Grozdan, Sorry for the late reply, I just realized that github doesn't send any email notification for issues. It is interesting that you are trying to implement meridian flip....
Hello Grozdan, Connecting the device via bluetooth is very interesting, it has a great potential to help reducing the number of cables lying in the dark around the telescope :)...
I won't be able to confirm it until I get the hardware, but I think I know why it fails with HC-05. By default, the arduino is reset on each...
Regarding meridian flip, I started to code it in the driver (branch hemispheres_and_meridian_flip_handling). It has to be implemented driver side in order to take in account the potentially different slew...
I made the modification I think could solve the connectivity issue with bluetooth, here it is if you want to try: https://drive.google.com/file/d/0B04IJvbw0nqmNFlBa3AxSlcxZTQ/view?usp=sharing If you tell me that this is working...
Thanks for trying, and for your extensive analysis! Another option would maybe be to wire the arduino and the HC-05 so that a reset is performed on each connection, like...
@grozmaistor Hello, I just received my HC-05 module, and I am able to reproduce the problem you noticed. The root cause seems to be this error thrown by ASCOM serial...
@feilimb Hello, I am very curious to see if you can manage to adapt the code to the ESP-8266! It seems a bit less convenient than bluetooth because you would...
@grozmaistor I was able to connect without failure several times in a row via bluetooth with this version of the driver: https://drive.google.com/open?id=0B04IJvbw0nqmZVFFal9COEhERnc It assumes that the serial connection is 9600...
Hello, thank you for the updates! I didn't know about the --project option or the save and it made life easier indeed! Maybe reloading previous project by default would be...