Skip to content

Instantly share code, notes, and snippets.

@Astro-Otter-Space
Last active July 9, 2024 09:16
Show Gist options
  • Save Astro-Otter-Space/f0ce5f03b8ed4868c804726308e89114 to your computer and use it in GitHub Desktop.
Save Astro-Otter-Space/f0ce5f03b8ed4868c804726308e89114 to your computer and use it in GitHub Desktop.
AstroLoutres

Stuff

Done

In progress

To buy

  • vis kodak
  • 4 vis 2.5mm * 35mm

Add ?

Hardware

Raspberry PI preparation

Step 1 : install Rasbian

Step 2.a: install git, create ssh key,

Step 2.b: rasp-config; enable ssh (change user ssh), enable camera

Step 3 create Hotspot wifi

Step 3 RPI camera

Installation :https://www.youtube.com/watch?v=Z8cs1cRrc5A&list=PL8I-BdkkiusTgkBDhqACvZAtO675Z6b2j

Remove camera lense for rpi camera (only NoIR) https://forums.raspberrypi.com/viewtopic.php?t=365864

Autoguidage

Software

Step 1 - Install INDI, indiwebmanager, PHD2

Check scripts in https://github.com/herseyc/raspastro

./install-raspastro-dependencies.sh (caution with error dependencies)
sudo apt install libcamera-dev

# Install gpsd + set file /etc/default/gpsd
./install-gpsd.sh

// INDI installation
./install-indi.sh

// Indi libraries installation
./install-indi-driver.sh (caution to drivers to install)

# Need for Phd2
sudo apt-get install build-essential git cmake pkg-config libwxgtk3.2-dev wx-common wx3.2-i18n libindi-dev libnova-dev gettext zlib1g-dev libx11-dev libcurl4-gnutls-dev libopencv-dev libeigen3-dev libgtest-dev
./install-phd2.sh

./install-kstars.sh (OPTIONNAL)

Drivers

  • indi_asi_ccd for zwo cameras
  • indi_libcamera_ccd for raspberry pi camera, indi_rpicam is deprecated
  • indi_gpsd for gps or virtual gps
  • indi-astrometry

Step 2 - For zwo ASI 120/Datyson T7 only

You need to upgrade firmwire, use *-compatible.iccfile and do it on windows

Step 3 - Virtual GPS

Only if no GPS card

Commands for testing :

$> cgps
$> gpsmon

Step 4 - Astrometry

Step 5 - Indiwebmanager

Run indiwebmanager and start indi + drivers http://<ip_raspberry>:8624

Step 6 Kstars/Ekos

Test all in local

Step 7: VNC

Use

Create guiding stp (old school style)

EEA

First steps:

Dark :

Capturing

Capturing Live stacking

Astrobin

With RPI HQ Camera: https://www.astrobin.com/users/AstroM22/ With Datyson T7C: https://www.astrobin.com/users/ErikZampieri/

Source :

Articles

@Astro-Otter-Space
Copy link
Author

Astro-Otter-Space commented May 26, 2024

https://astronomy.tools/calculators/guidescope_suitability :
Skywatcher finder 9x50 / Focal length: 180mm
CCD pixel size: 3.75

@Astro-Otter-Space
Copy link
Author

Repo à ajouter ?
sudo apt-add-repository --add deb http://repos.codelite.org/wx3.1.0/ubuntu/ artful universe

@Astro-Otter-Space
Copy link
Author

In /boot/firmwire/config.txt

# AstroLoutre
# Datyson t7c camera
program_usb_boot_mode=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment