Go Back   IceInSpace > Equipment > ATM and DIY Projects

Reply
 
Thread Tools Rate Thread
  #21  
Old 27-02-2020, 04:42 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
Quote:
Originally Posted by Paul Haese View Post
You might want to look out for the Starlink satellites just before dawn.
Yikes! They're bright.
Reply With Quote
  #22  
Old 16-03-2020, 12:28 PM
va1erian
Registered User

va1erian is offline
 
Join Date: Nov 2014
Location: Adelaide
Posts: 38
Quote:
Originally Posted by turbo_pascale View Post

I'm contemplating using the cheaper ZWO ASI120MC-S USB3.0 Colour cam ($279 right now from Bintel)
Bintel has increased the price for 120MC-S to an eye-popping $299. The mono version was priced the same. I thought it probably had to do with the fact that (i) it is the most popular camera in spite the sensitivity being half of the another popular camera 224MC; and (ii) the availabilty decreased due to coronavirus in China.

A couple of days ago, the price for 120MC-S dropped back to $279, and the price of 120MM-S increased to $319. Come to think of it, in December last year, on 10% off sale, one could buy a 224MC for $370 !
Reply With Quote
  #23  
Old 24-04-2020, 08:22 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
Has anyone tried the NoIR camera for the RaspPi?

https://core-electronics.com.au/rasp...els-38553.html

Thinking of trying it to see what kind of long exposures it could do. Might be a cheap way out for an allsky cam at night.

Can't get my head around the $300 for the ZWO camera for a "nice to have".
Reply With Quote
  #24  
Old 02-05-2020, 09:58 PM
vk5cp (Chris)
VK5CP

vk5cp is offline
 
Join Date: Nov 2010
Location: Adelaide
Posts: 16
There is a POE board avail for the Pi.
Reply With Quote
  #25  
Old 10-05-2020, 09:41 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
I've just purchased a ZWO ASI120MC-S second hand for use in an all-sky camera.

Of course, because I finally pulled the trigger on this, I just found that the Raspberry Pi has just released a new high quality camera module, but this is quite a bit more exciting than it first seems.

https://www.raspberrypi.org/products...uality-camera/

Sensor is: Sony IMX477R stacked, back-illuminated sensor, 12.3 megapixels, 7.9 mm sensor diagonal, 1.55 μm × 1.55 μm pixel size
with a C/CS Mount for lenses.

About $100 (with the flex cable) in Aus: https://core-electronics.com.au/rasp...hq-camera.html

The info I found most interesting was that you can capture up to 200s shutter speed. The previous cameras could only do 6s.

Quote:
On the HQ Camera exposure times can be up to 200000000us (200000ms, 200s)
https://www.raspberrypi.org/document...ions/camera.md

This opens up a lot of possibilities, both for AllSkyCam use, or as a (non-cooled) astro cam. Could be fun!
Reply With Quote
  #26  
Old 10-05-2020, 11:16 PM
vk5cp (Chris)
VK5CP

vk5cp is offline
 
Join Date: Nov 2010
Location: Adelaide
Posts: 16
Thanks for the heads up@!

I was about to order a ASI178 but will give this a go first.

I already have the 1.55mm lens which should fit the Pi Camera. For some reason the lens is recommended for cameras up to 5MP - not sure why. I have also ordered a POE hat (with CPU cooling fan included) - Hopefully the POE hat will make power cabling a lot easier.

Will let you know how I go.

Chris
Reply With Quote
  #27  
Old 11-05-2020, 12:33 AM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
I did the same. Could work well as an all in one solution, and I have PoE as well so 1 cable could work out nice.
Reply With Quote
  #28  
Old 16-05-2020, 08:10 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
Paul,

I've set this up with an ASI120MC-S in a security camera dome (awaiting delivery of a better acrylic dome), but the last 2 nights, it has been covered in dew. It's doing a little better tonight, but the night is young.

http://allskycam.sqlsolutions.com.au/

The RPi4 that I'm using is currently inside the dome, and I'm running a USB cable only out to the camera.

I know the RPi could potentially be mounted in with the camera in a box, which would supply some heat. In your configuration, does that provide sufficient heat to ward off the dew, or do you attempt to do it by other means?

For what it's worth, I've put the PoE HAT to power the RPi, which is a good 1-cable way of powering the unit, proving ethernet in plenty of juice for the camera. A bit of heat pops out of it too!
Reply With Quote
  #29  
Old 16-05-2020, 08:15 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
Quote:
Originally Posted by vk5cp View Post
Thanks for the heads up@!

I was about to order a ASI178 but will give this a go first.

I already have the 1.55mm lens which should fit the Pi Camera. For some reason the lens is recommended for cameras up to 5MP - not sure why. I have also ordered a POE hat (with CPU cooling fan included) - Hopefully the POE hat will make power cabling a lot easier.

Will let you know how I go.

Chris
I spent a lot of time hacking with the code to get it running with the ASI120MC-S and publishing it to my website.

However, on the GitHub repo, there is a pull request for someone who implemented a solution with the RPI camera (the older ones).
The API for the cameras are the same, just different parameter selections, so in theory, could be quite easily modified to get working.
https://github.com/thomasjacquin/allsky/pull/36
Once I've bedded in my current solution, I'll try and see if I can run up an alternate version with the RPi HQ camera.

ps. where did you source the 1.55mm lens? I've ordered one off Anazon, but it was kind of expensive....
Reply With Quote
  #30  
Old 17-05-2020, 08:46 AM
Paul Haese's Avatar
Paul Haese
Registered User

Paul Haese is offline
 
Join Date: Jan 2009
Location: Adelaide
Posts: 9,937
Quote:
Originally Posted by turbo_pascale View Post
Paul,

In your configuration, does that provide sufficient heat to ward off the dew, or do you attempt to do it by other means?

For what it's worth, I've put the PoE HAT to power the RPi, which is a good 1-cable way of powering the unit, proving ethernet in plenty of juice for the camera. A bit of heat pops out of it too!
I get a fair bit of dew too but Clayton is like that. It appears to be the dew capital of SA, gallons of the stuff. Having said that, I could drill holes in the cover just under the dome to allow the heat to come into the dome. Even the minor slot width around the camera does allow some of the heat to rise. There is a dew heater you can buy from the AllSky camera people too. That might be better.

Quote:
Originally Posted by turbo_pascale View Post

ps. where did you source the 1.55mm lens? I've ordered one off Anazon, but it was kind of expensive....
I got that from B&H. The price was ok but it took sometime to get it to Australia and that was pre covid-19. So you might be in for a wait.
Reply With Quote
  #31  
Old 17-05-2020, 08:55 AM
lazjen's Avatar
lazjen (Chris)
PI cult member

lazjen is offline
 
Join Date: Dec 2012
Location: Flaxton, Qld
Posts: 2,064
Do you have concerns about heat during summer days?
Reply With Quote
  #32  
Old 17-05-2020, 09:06 AM
Paul Haese's Avatar
Paul Haese
Registered User

Paul Haese is offline
 
Join Date: Jan 2009
Location: Adelaide
Posts: 9,937
Quote:
Originally Posted by lazjen View Post
Do you have concerns about heat during summer days?

I had it going through summer and whilst it got hot and I did use the cooling unit for the Pi4, it did not seem to affect the camera itself. It did get hot up around 76 degrees but no failures occurred. Time will tell whether an automated cover needs to be installed over the camera during the day time. I suspect this won't be too much of an issue for years to come though.
Reply With Quote
  #33  
Old 17-05-2020, 08:58 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
Sounds like I just have to wait for all the bits to arrive and jig it up a bit better. Was hoping to jerry-rig something (which I kind of have) as a proof of concept, but I think it's just going to need a more robust setup.
Reply With Quote
  #34  
Old 19-05-2020, 11:59 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
I've made 2 YouTube videos of my build.

The first one is a bit of a "what I'm going to build" intro.
The second one is the build itself.


Part 1 - https://youtu.be/k04bmhgoLZo
Part 2 - https://youtu.be/5AN8TCCmdDs

AllSkyCamera Software
https://github.com/thomasjacquin/allsky

Web based Instructions & Parts list
https://www.instructables.com/id/Wir...ll-Sky-Camera/

STL File for Bracket
https://www.thingiverse.com/thing:4377413

My Personal Camera & Weather Station
http://allskycam.turbotalkstech.com/
http://weather.turbotalkstech.com/

Last edited by turbo_pascale; 21-05-2020 at 09:28 AM. Reason: change of url
Reply With Quote
  #35  
Old 20-05-2020, 01:11 PM
bojan's Avatar
bojan
amateur

bojan is offline
 
Join Date: Jul 2006
Location: Mt Waverley, VIC
Posts: 6,932
Very good effort, Rob.
I am looking forward to see more of your progress.
BTW, this youtube presentation on meteor hunting could be interesting:
https://www.youtube.com/watch?v=oM7l...ature=youtu.be
My camera and everything else is still in the drawer, waiting for me to have more time to finish this...
Reply With Quote
  #36  
Old 21-05-2020, 09:34 AM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
That's pretty cool, but the current setup is not anywhere near ready for that level of work!

I'm waiting for a wider lens (1.55mm) to arrive, as well as a replacement dome (the one I have is super scratched up).
Reply With Quote
  #37  
Old 21-05-2020, 09:41 AM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
The first "official" night out in the properly mounted box was a bit of a surprise, and tested the box integrity.

I had not yet put silicon sealant around the dome, just some electrical tape as a placeholder - I didn't check the weather forecast!!! some water got in, but luckily nothing was affected - the electronics managed to stay dry.
Suffice it to say, there is a lot of silicon around it now, even though I will 100% be dismantling it in the next few weeks for a rebuild.

Major thunderstorm came over with some pretty impressive lightning around 1am and 3am.

https://youtu.be/qoQUJrK51MY
It's only a 1:30 video, but the interesting bit starts around the 35 second mark.
Reply With Quote
  #38  
Old 26-07-2020, 12:38 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
I've been tweaking my setup for my cam, and decided to try to run the new Raspberry Pi HQ Camera instead.

I've been having some problems after updating my Raspberry Pi when using the ASI120MC-S (indeed weird problems with my ASI290MM). Weird problems with the images during daytime. I'm going to be rebuilding the operating system from scratch to see if that fixes it.

Here's a video from last night which came out pretty good (ignore the first bit while I was desk-testing it!!).
https://allskycam2.turbotalkstech.co...y-20200725.mp4

The attached image is scaled for upload here, but they are 12megapixel images (about 7Mb) as JPGs out of the camera. This was a 30 second exposure.
If you want to take a look at it live, use this URL and hope that it's not cloudy
https://allskycam2.turbotalkstech.com

I'm still fiddling with it all the time to see if I can tweak it some more. It's not a super sensitive camera, but at AUD$100 is a heap cheaper than even the crappiest ZWO camera.
Attached Thumbnails
Click for full-size image (image-20200725195239 (Large).jpg)
106.1 KB64 views
Reply With Quote
  #39  
Old 26-07-2020, 01:15 PM
vk5cp (Chris)
VK5CP

vk5cp is offline
 
Join Date: Nov 2010
Location: Adelaide
Posts: 16
Allsky Pi HQ cam

Looks good, nice pic of Jupiter and Saturn going across. Pity about the cloud. How did you get the data to be on screen - my Robbo version does not do that? I will upload one of my videos from Younghusband in SA (near dark sky reserve)

I am getting a AS178MC going to compare, bit the enclosure is not so simple due to the USB3 connectors (100mm pipe fitting not big enough.

Chris
Reply With Quote
  #40  
Old 26-07-2020, 07:47 PM
turbo_pascale's Avatar
turbo_pascale (Rob)
Registered User

turbo_pascale is offline
 
Join Date: Apr 2006
Location: Melbourne, Australia
Posts: 478
Quote:
Originally Posted by vk5cp View Post
How did you get the data to be on screen - my Robbo version does not do that? I will upload one of my videos from Younghusband in SA (near dark sky reserve)
I've been having a fair bit of comms with the author over the last few weeks, and I've been doing a fair bit of testing.
He added the text back in about a week or so ago (which still kind of sucks because it leave that graph/axis across the top, but we can't control that - it's built in to the RASPISTILL command when you display the stats).

He added the dark subtraction back in yesterday. I haven't downloaded that one yet.

He has added some code to auto-download the git repo on restart of the service. I don't like that, so I change his code when I update to avoid that.

https://github.com/RobboRob/allsky

Quote:
Originally Posted by vk5cp View Post
I am getting a AS178MC going to compare, bit the enclosure is not so simple due to the USB3 connectors (100mm pipe fitting not big enough.
Chris
I'm having a fair bit of trouble with my two ASI Cameras (ASI120MC-S and as a test, my ASI290MM). Both have problems during the day, but seem to be OK at night. Not sure if I just need to start from scratch with the operating system, as it was working OK until I upgraded the OS.

I currently have the ASI290MM installed on this link: https://allskycam.turbotalkstech.com/
It's so much more sensitive than the 120, but it should be for the price!

Not exciting right now because of the clouds. If you look back through the timelapses though, there's a lot of video of the ASI290MC-S
Reply With Quote
Reply

Bookmarks

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 04:29 AM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Advertisement
Bintel
Advertisement
Testar
Advertisement