Jump to content

  •  

CNers have asked about a donation box for Cloudy Nights over the years, so here you go. Donation is not required by any means, so please enjoy your stay.

Photo

StarsPi - guiding with an Android device

astrophotography
This topic has been archived. This means that you cannot reply to this topic.
99 replies to this topic

#26 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 28 June 2015 - 05:06 AM

The bug with the settings which are not saved was solved. You can access the updated package in the same location: link

Thanks Sampson for pointing it out, I hope you can try it out and give us your feedback!

 

EDIT: You don't need to run any of the install scripts, just replace the content of the lin_guider folder and restart the Pi/Lin_guider.


Edited by myzsot, 28 June 2015 - 05:09 AM.


#27 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 06 July 2015 - 10:21 AM

Check out the results of the first successful guiding session! LINK to the photo.



#28 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 27 September 2015 - 03:21 AM

A screenshot of the DSLR control user interface. There is still some work to test the hardware interface towards the camera...

 

Attached Thumbnails

  • dslr_control.png


#29 sampson

sampson

    Sputnik

  • -----
  • Posts: 43
  • Joined: 01 Jan 2015

Posted 29 September 2015 - 05:02 AM

Great  :waytogo:



#30 sampson

sampson

    Sputnik

  • -----
  • Posts: 43
  • Joined: 01 Jan 2015

Posted 17 October 2015 - 01:29 AM

Hi Zsolt,
I am very exited about your new version of StarsPi :bounce:  I really want to test it with the dithering function with my DSLR. How can I get the update version ?

 

Thank you in advanced :bow:


Edited by sampson, 17 October 2015 - 01:29 AM.


#31 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 19 October 2015 - 09:17 AM

Hi sampson,

 

To answer your question I need to give you some details about the status of the implementation. The software for the Raspberry Pi (the modified Lin guider) already accepts the commands open and close shutter from the Android app. As you probably observed the GUI is also finished, you can create presets and run them just like with any intervalometer; in theory everything is finished. However the camera control was not tested on an actual camera: I need to create a special cable for that. The RPI doesn't communicate with the DSLR via USB because I didn't find any library which correctly supports BULB mode on a wide range of cameras. gPhoto was a good candidate but it doesn't support BULB on Nikon cameras. So I decided to do it in a generic way; by controlling a single pin of the RPI which is connected to the shutter terminals of the cameras. In order to protect your DSLR the connection cannot be a direct one, I need a small transistor and a resistor to achieve a simple switch circuitry. I also plan to use SMD components so it will fit in the housing of a 2.5 jack.

 

Long story short: in principle I can release the software but it is not yet tested and I'm afraid the possible negative experience will affect also future users...



#32 sampson

sampson

    Sputnik

  • -----
  • Posts: 43
  • Joined: 01 Jan 2015

Posted 21 October 2015 - 02:18 AM

Hi sampson,

 

To answer your question I need to give you some details about the status of the implementation. The software for the Raspberry Pi (the modified Lin guider) already accepts the commands open and close shutter from the Android app. As you probably observed the GUI is also finished, you can create presets and run them just like with any intervalometer; in theory everything is finished. However the camera control was not tested on an actual camera: I need to create a special cable for that. The RPI doesn't communicate with the DSLR via USB because I didn't find any library which correctly supports BULB mode on a wide range of cameras. gPhoto was a good candidate but it doesn't support BULB on Nikon cameras. So I decided to do it in a generic way; by controlling a single pin of the RPI which is connected to the shutter terminals of the cameras. In order to protect your DSLR the connection cannot be a direct one, I need a small transistor and a resistor to achieve a simple switch circuitry. I also plan to use SMD components so it will fit in the housing of a 2.5 jack.

 

Long story short: in principle I can release the software but it is not yet tested and I'm afraid the possible negative experience will affect also future users...

Hi Zsolt,

It seems that the most challenging aspect is the bulb mode supporting issues on Nikon.  According to gphoto http://www.gphoto.org/news/ , the bulb mode has already implemented in newer Nikon DSLRs (D600/D7100/D5200 and later). I have Nikon D600 and D5300 that were supported by gphoto. I tested my DSLRs using gphoto and I found that the bulb mode control on D5300 has bug but there was no problem on my D600. It seems that the bug is related to internal memory issue for saving image file on D5300.

 

By the way, using USB cable between DSLR and computer is the most common way nowadays. I hope the gphoto could solve the bulb mode problem on Nikon and could fully supported Nikon cameras.

 

I have also installed ddserver ( https://github.com/h...DashboardServer ) on my Pi2 and qDslrDashboard on my portable devices. It is perfect for remote controlling of my Nikon. I don't know whether ddserver could communicate with Lin Guider. Would it be possible solution for DSLR control on  StarsPi.  :undecided:


Edited by sampson, 21 October 2015 - 02:21 AM.


#33 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 31 October 2015 - 05:41 AM

Hi sampson,

 

I need to admit, you convinced me. I managed to get gPhoto running inside StarsPi, newer Canon EOS cameras are supported (tested with my 1100D and 700D). Multi-camera support is a feature I really like and didn't see in other autoguiders: you can connect up to 8 cameras to be controlled by StarsPi (all over USB of course). Right now I'm implementing the dithering part and a release will follow.

 

Regarding Nikon camera support: did you use the gPhoto2 command line to get your D600 running? Which command did you use?



#34 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 01 November 2015 - 08:47 AM

StarsPi v1.1 just went online: DSLR camera control and dithering are now supported. Please note that you also need to update your RPI software in order to have everything working. Test it, use it, feel free to leave any feedback! Thanks!



#35 dragonlost

dragonlost

    Lift Off

  • -----
  • Posts: 10
  • Joined: 09 Jul 2015

Posted 06 November 2015 - 09:10 AM

Hello.

 

I am trying to install StarsPI on my  raspberry. I would like to know what are your future projects for StarsPI developements ?

 

thank !



#36 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 07 November 2015 - 01:34 AM

Hi dragonlost,

 

I'm not sure I understand the question correctly, are you asking about new features which may come with the next release?



#37 dragonlost

dragonlost

    Lift Off

  • -----
  • Posts: 10
  • Joined: 09 Jul 2015

Posted 10 November 2015 - 06:52 AM

Yes is my question !!

#38 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 10 November 2015 - 10:00 AM

These are the current plans, they may change in the future: more DSLR camera models, improved interface for tablets, mirror lockup function, ISO settings, local time and GPS information display



#39 ryuji

ryuji

    Lift Off

  • -----
  • Posts: 9
  • Joined: 14 Nov 2015

Posted 14 November 2015 - 09:59 PM

Hi, i am a newbie here.

This package is very exellent and cool.
I'm very much look forward to this package.

I want a specified length of the x -axis of the guidegraph and a display of RMS value.

Ryuji

#40 ryuji

ryuji

    Lift Off

  • -----
  • Posts: 9
  • Joined: 14 Nov 2015

Posted 15 November 2015 - 06:32 AM


The green line of RA and the red line of DEC is either not in reverse ?

Ryuji

#41 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 17 November 2015 - 10:58 AM

Hi Ryuji,

 

Thanks for your kind words.

 

 

The green line of RA and the red line of DEC is either not in reverse ?

I don't think the axes are swapped, why do you think it is? 

 

 

I want a specified length of the x -axis of the guidegraph and a display of RMS value.

RMS value is a very good idea, I have added it to my list, but I didn't get the part with "specified length of the x axis". Can you please explain?



#42 ryuji

ryuji

    Lift Off

  • -----
  • Posts: 9
  • Joined: 14 Nov 2015

Posted 18 November 2015 - 04:25 AM

Hi myzsot,

Thank you for your reply.

That's easy reason. When I could see a disordered chart of DEC at original Lin_guider, I thought a chart of green RA was in disorder at StarsPi. But it isn't certain.
Please check it.

And the current 20 points of X axis is too little. We usually want 50 points at least. You should be able to specify the point number of X axis.

Ryuji

#43 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 22 November 2015 - 02:11 AM

Hi Ryuji,

 

I had a look in the code, the axis seem fine, maybe you didn't calibrate before. If you don't calibrate your axis with a real mount and camera, the result is not guaranteed.

 

The X axis: I have tested with 50 values and most probably it will remain as 50 but I don't really want to introduce another setting for that, I want to keep things simple. :)

 

Thanks for your feedback, it means people are starting to use this app! 



#44 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 12 December 2015 - 11:30 AM

New feature like the Status screen will help StarsPi become a truly standalone system: there will be no need to connect the Raspberry to a monitor ever!

 

Attached Thumbnails

  • status_screen_reduced.png


#45 dragonlost

dragonlost

    Lift Off

  • -----
  • Posts: 10
  • Joined: 09 Jul 2015

Posted 13 December 2015 - 01:26 PM

Hello.

 

I have a ASIS 120Mc. I wonder if Starspi works with this camera ??

 

you have planned to update lin_guider ?

 

thanks


Edited by dragonlost, 13 December 2015 - 01:27 PM.


#46 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 14 December 2015 - 04:40 AM

Hi dragonlost,

 

The version 3.1 of Lin guider, which is integrated in the StarsPi package, supports the ASI cameras, unfortunately I didn't have the chance to test it.

Yes, it is planned to keep StarsPi up to date. Right now I'm implementing some really nice to have features, the next release will probably use the latest version of Lin guider also.


Edited by myzsot, 14 December 2015 - 04:41 AM.


#47 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 23 December 2015 - 04:05 AM

Check out the new website. Same address new design, meant to catch your attention and guide you to find information much easier!

starspi.com



#48 calli

calli

    Vostok 1

  • -----
  • Posts: 129
  • Joined: 16 Dec 2015

Posted 23 December 2015 - 10:15 AM

Great project!

 

I am experimentig a bit with Raspis and Arduinos and have two things now, but maybe I can use your work to really made something from it :-)

 

First is a Raspi with Raspicam Module and a f-mount Adapter (I am sure it will not be working as guide)

Second my Arduino intervallometer.

 

Carsten

 

 

Attached Thumbnails

  • RaspiCam_FMount.JPG
  • X-Assist.JPG


#49 myzsot

myzsot

    Android AstroTools

  • -----
  • Vendors
  • topic starter
  • Posts: 63
  • Joined: 08 Mar 2015

Posted 10 January 2016 - 07:04 AM

Hi guys!

 

StarsPi 1.2 is available for download:

- the much needed single image installation was introduced: you just need to write out on single image file, no scripts or linux commands to install StarsPi

- you can now set the used camera directly from the app (no need to connect a monitor and keyboard/mouse)

- status screen lets you check the connections: WiFi, camera and DSLR connections

- on user request: display RMS values above guide graph, increased number of samples to 50 on guide graph

 

StarsPi is a free software, you can still support it by leaving a review on Google Play, thus helping other users see what's going on.

Thank you!

 

Clear skies and successful guiding!

 

P.S Don't forget to update your Raspberry Pi with the latest image, further instructions on my website!


Edited by myzsot, 10 January 2016 - 07:34 AM.


#50 S Gazer

S Gazer

    Sputnik

  • -----
  • Posts: 35
  • Joined: 09 Feb 2012

Posted 10 January 2016 - 11:35 AM

This project is really interesting.

 

When it's ready (debugged), think about sharing it at http://hackaday.com/.  It's one of the communities showcasing  crazy^H^H^H^H^H clever modifications out there.

 

This hack of linGuider to run on Raspberry Pi is quire sagacious.  For telescope usage, the smaller footprint and lower power consumption is much more appropriate for astronomers than using a Linux laptop.

 

This is a pretty inspiring project from my perspective.


Edited by S Gazer, 10 January 2016 - 11:37 AM.



CNers have asked about a donation box for Cloudy Nights over the years, so here you go. Donation is not required by any means, so please enjoy your stay.


Recent Topics






Cloudy Nights LLC
Cloudy Nights Sponsor: Astronomics