Jump to content

Banner.jpg.b83b14cd4142fe10848741bb2a14c66b.jpg

Gina

Beyond the Event Horizon
  • Posts

    45,326
  • Joined

  • Last visited

  • Days Won

    120

Everything posted by Gina

  1. I'm not using guiding with this rig - it isn't needed but if I were I too would use the powered USB hub in the camera for the guide camera and run the mount from the RPi
  2. This is the power distribution and RPi 3 circuit diagram.
  3. A couple of items I was expecting in the post today haven't arrived so this leaves me lacking bits to finish off both HATs for tonight. However, I might be able to "mix and match" and get something sorted out this afternoon. I have only the one step-down buck converter ATM which is currently on the ASC HAT. I think I would really like to get the main observatory imaging rig working with the RPi system and I could either use the ASC HAT for that or move the buck converter across to the main rig HAT. For the ASC I could use the PSU I've been using for the Arduino version viz. an ex PC ATX unit with a 3 core cable up to the ASC and use the ATX 5v supply instead of the buck converter.
  4. Oh yes, I forgot (again) - there is a gap filler between the 55mm and the 135mm lens - I have 105mm lenses at f2.8 I also have 2 Evostar 80 DS Pro scopes with field flattener/reducer giving 600mm at f6.3 as I recall. Actually the 1m FL scope - 190MN - oversamples with the ASI1600MM camera.
  5. Clouds rolled in and I've packed up now. Captured 100 30s Ha subs but there was some passing cloud so don't know how many are any good - I'll see tomorrow.
  6. Heart & Soul in Ha - 30s exposure at a gain of 500 and temperature of -29°C. Tried 60s first but the white saturated - OK at 30s.
  7. There is a bit of a gap between the 200mm lens and 400mm Esprit 80ED scope so maybe I should think about the 300mm f5.6 lens. I've had a look at shorter focal length scopes than the Esprit 80ED but we are getting into the more expensive makes.
  8. I forgot the 28mm f3.5 lens but I need to sort out the field flatness with that. I think I have a 300mm f5.6 telephoto lens somewhere but it's a monster. Here's the new list of focal lengths and fields of view :- 28mm f3.5 lens --- 2103m x 1322m 35° x 22° 45mm f2.8 lens --- 1309m x 1005m 22° x 17° 55mm f1.8 lens ----- 1071m x 823m 18° x 14° 135mm f2.5 lens ----- 433m x 335m 7.2° x 5.6° 200mm f4 lens ------- 295m x 226m 4.9° x 3.8° 400mm f5 scope ----- 147m x 113m 2.5° x 1.9° 1.0m f5.3 scope --------- 59m x 45m 1.0° x 0.75°
  9. Looks like the Heart & Soul Nebulae in Cassiopeia should fit nicely in the 135mm lens FOV
  10. I hope to do some image processing on all the data I've collected soon but I need to make some room for data files. Meanwhile, I'm concentrating on the Linux and Raspberry Pi control and imaging system and also looking into where I shall be going with regard to FOV and DSOs to image. I have a 45mm focal length medium format lens to try out once the adapter I ordered arrives. Here's a list of focal lengths and fields of view :- 45mm lens --- 1309m x 1005m 22° x 17° 55mm lens --- 1071m x 823m 18° x 14° 135mm lens --- 433m x 335m 7.2° x 5.6° 200mm lens --- 295m x 226m 4.9° x 3.8° 400mm scope - 147m x 113m 2.5° x 1.9°
  11. I see... I'm not doing planetary currently and the small camera is for all sky, but I do have an ASI185MC which I might try for planetary some time in the future. I'm currently working on the ASC and also building the HAT circuitry for my main imaging using the ASI1600MM-Cool. I'm hoping I might have something working for tomorrow night when there are some clear skies forecast. I'm looking forward to seeing if the auto-focussing works I shall not be connecting the MS 1,2,3 driver lines - leaving it at full stepping. The auto-focus simulation doesn't work - maybe the real thing will I'm at least 99% convinced that the auto-focussing doesn't use anything but full stepping as there's no sign of any activity on the M0 or M1 driver lines when Ekos thinks it's auto-focussing..
  12. Clear sky for a while and capturing more OIII data for the NAN&P.
  13. I rebooted the RPi again by unplugging from the mains and this time the WiFi connected.
  14. Strange - shut down RPi, unplugged and plugged back in (Mains PSU to mains socket) and tried to connect with Putty but no joy. It connected to the WiFi once it was connected by Ethernet and then rebooted using "sudo reboot" from the Putty Ethernet connection but won't connect to WiFi from a cold boot.
  15. WiFi fixed I had "auto wlan0" instead of "auto lo" and a line you haven't got :- iface default inet dhcp Taking that line out and changing the auto has fixed it New file content :- pi@raspberrypi:~ $ sudo cat /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) # Please note that this file is written to be used with dhcpcd # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf' # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug wlan0 iface wlan0 inet static address 192.168.1.77 # Static IP you want netmask 255.255.255.0 gateway 192.168.1.254 # IP of your router wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf pi@raspberrypi:~ $
  16. Ah yes - I did wonder. OTOH seems there is something different about the 120.
  17. Think I was right about the driver - see this ZWO web page.
  18. Do you have the right driver? I have a feeling the ASI120 uses a different driver from later models. I'll check in a minute... Meanwhile... I can't connect SSH via wlan - eth0 is fine. Here's my setup - I have replaced my SSID and PW with s & p. Could you look it over please and see if I've got anything wrong. This is SSH into my RPi 3 via Ethernet cable from Putty. login as: pi pi@192.168.1.74's password: The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Sat Oct 15 06:17:47 2016 from 192.168.1.64 pi@raspberrypi:~ $ ifconfig eth0 Link encap:Ethernet HWaddr b8:27:eb:13:58:28 inet addr:192.168.1.74 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::6d51:2c4a:2ed7:8d86/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:37 errors:0 dropped:0 overruns:0 frame:0 TX packets:56 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:4429 (4.3 KiB) TX bytes:10666 (10.4 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:196 errors:0 dropped:0 overruns:0 frame:0 TX packets:196 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:16372 (15.9 KiB) TX bytes:16372 (15.9 KiB) wlan0 Link encap:Ethernet HWaddr b8:27:eb:46:0d:7d UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:24 errors:0 dropped:24 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8843 (8.6 KiB) TX bytes:0 (0.0 B) pi@raspberrypi:~ $ sudo cat /etc/wpa_supplicant/wpa_supplicant.conf country=GB ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="ssssssssssss" psk="ppppppppppp" proto=RSN key_mgmt=WPA-PSK pairwise=CCMP auth_alg=OPEN } pi@raspberrypi:~ $ sudo nano /etc/network/interfaces GNU nano 2.2.6 File: /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8) # Please note that this file is written to be used with dhcpcd # For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf' # Include files from /etc/network/interfaces.d: source-directory /etc/network/interfaces.d auto wlan0 iface lo inet loopback iface eth0 inet dhcp iface default inet dhcp allow-hotplug wlan0 iface wlan0 inet static address 192.168.1.77 # Static IP you want netmask 255.255.255.0 gateway 192.168.1.254 # IP of your router wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf ^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos ^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text ^T To Spell
  19. Now I need to find out why the WiFi has stopped working - everything working fine with Ethernet connection.
  20. Clouds came in before the imaging run finished so closed roof and packed up. Some more data to add to what I've got anyway Didn't expect any tonight so it's a bonus
  21. Mainly clear tonight in spite of the forecast saying otherwise but with a full moon. Imaging NAN & Pelican in OIII. 60s subs gain of 500 and temperature of -29C.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.