×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Indi Support for Bullseye 64 bit RPI4

  • Posts: 147
  • Thank you received: 12
indilib.org/aux/pegasus-ultimate-power-box.html

It looks like it is. Should be under the AUX tabs.
The following user(s) said Thank You: Jay Sottolano
2 years 1 month ago #80592

Please Log in or Create an account to join the conversation.

  • Posts: 7
  • Thank you received: 0
Hello

How do I download just the key for the ZWO Camera Driver?

This article
How to deal with deprecated keys

is extremely complicated at my level, but if someone could please just help me download the key that I need to be added as a trusted
key to my system, I'd appreciate it.

I also attempted to research the build

here

but the lights have not been turned on in my tower yet.

For all of those who have successfully built, is there a simple way of simply adding this package to my 64-bit Stellar Mate program?

Thank you

DD

Thanks in advance..

DD
Last edit: 2 years 1 month ago by David Diaz. Reason: Didn't like the wording of the original text
2 years 1 month ago #80777

Please Log in or Create an account to join the conversation.

  • Posts: 46
  • Thank you received: 4
Chris,

Thanks..  This brings up another question or aspect...  Is there a standalone INDI Server Control Panel application to see all of the connections, etc..?  I know there is something built into Ekos, but I'm looking for something more akin to one that's available for INDIGO Server application from Cloudmakers (software for the Mac)...

Thanks!!
Jay S.
2 years 1 month ago #80856

Please Log in or Create an account to join the conversation.

  • Posts: 84
  • Thank you received: 14
Hi everybody,

i have successfullyy compiled the Indi librairies, stellarSolver and Kstars using the bash scripts from Nou, thanks to him. I only faced an issue for the "Celestron" indi 3rd party driver the first time i tried, there were some missing dependencies in the script.

So the 3 drivers Eqmod, Gphoto and QHYCCD work very well for me up to now, with Kstars/Ekos even if i have not yet tested it in the field.

i have 2 points
  1. I can't find the GSC source (for plate solving using Simulators), i'd like to compile it.
  2. Do you know how to configure the raspberry to create automatically an Wifi Hotspot and start a VNC server, as Astroberry and Stellarmate do ?

thanks
2 years 1 month ago #80911

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 4
Hi all

I see that Nou has released a script for building KStars 3.5.8 just released.

I can't make it work yet, but will try again with J=2 as before.

If there are any other 'tweaks' required, would be pleased to know about them!

In answer to a couple of other questions:

1 Re a standalone Indi host, there is IndiStarter at

sourceforge.net/projects/indistarter/

2 I have built a full suite around RaspberryPi64 running KDE desktop. The built-in Network Manager allows me to create a hotspot automatically if the internet connection fails, and also to use Dolphin file manager to transfer files via GUI between the Pi and my Mac (or Linux or Windows box), on which I am using RealVNC viewer to log on to whichever of Internet or Hotspot is available. I can also leave the files on the Pi,( which is in an ArgonOne SSD enclosure which has integrated fan and a very good wifi performance without an external aerial) for transfer via Network cable or USB3 cable later.

I find this very flexible. On the Pi I am running either KStars or CCDCiel, with IndiStarter. When using CCDCiel I also use EQMODGUI (on above SourceForge link). I aso have CdC, HNSky, ASTAP, PHD2, Entangle (DSLR control), and Timeshift.

Now I need some decent skies!

If there is any interest I can describe this setupt better at length, but will be away on holiday for a while.

HtH in the meantime.

CS

R
2 years 1 week ago #81565

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 4
I think I must be doing something obviously wrong

Can someone remind me where the new script

gitea.nouspiro.space/nou/astro-soft-buil...build-soft-stable.sh

has to be copied and run (brain-fail here)

Tks

R
2 years 1 week ago #81567

Please Log in or Create an account to join the conversation.

  • Posts: 349
  • Thank you received: 107
I recommend just clone my repository.
git clone https://gitea.nouspiro.space/nou/astro-soft-build.git
and then in directory with scripts you can just run
git pull origin
to get latest version. Also this way scripts will have proper executable permission set.
2 years 1 week ago #81568

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 4
Thanks for the fast reply ; I prbly misunderstood - this is what happened

pi@Richard-RPi:~ $ git clone gitea.nouspiro.space/nou/astro-soft-build.git
Cloning into 'astro-soft-build'...
remote: Enumerating objects: 47, done.
remote: Counting objects: 100% (47/47), done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 47 (delta 26), reused 0 (delta 0)
Receiving objects: 100% (47/47), 6.64 KiB | 1.33 MiB/s, done.
Resolving deltas: 100% (26/26), done.
pi@Richard-RPi:~ $ ls
astro-soft-build 'Build single Indi drivers' Downloads phd2 Public USB
astro-soft-stable Desktop Light PHD2 SSD Videos
'Build Indi drivers' Documents Music Pictures Templates
pi@Richard-RPi:~ $ cd astro-soft-build
pi@Richard-RPi:~/astro-soft-build $ ls
build-soft-latest.sh build-soft-stable.sh install-dependencies.sh README
pi@Richard-RPi:~/astro-soft-build $ git pull origin
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
Already up to date.
pi@Richard-RPi:~/astro-soft-build $

?
2 years 1 week ago #81571

Please Log in or Create an account to join the conversation.

  • Posts: 349
  • Thank you received: 107
Run that "git config pull.rebase false" to get rid of that message. Important is that last line Already up to date which means that you have latest version.

Just a note make sure you add JOBS=2 line after original JOBS=... not J=2
The following user(s) said Thank You: Richard Hornby
2 years 1 week ago #81574

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 4
Ok it seems to be building.

AFAICS it is building everything from scratch in a new directory ~/astro-soft-build. I already had ~/astro-soft-stable from the first time.

Is it possible / does it make sense to just build the new code? That would be quicker if it's possible.

I'm going to leave it running overnight and hope all completes. Assuming it does, can I remove ~/astro-soft-stable?

Tks
R
2 years 1 week ago #81575

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 4
tt built fine; v3.5.8 installed.

Tks for any advice about removing ~/astro-soft-stable.

Best
R
2 years 1 week ago #81579

Please Log in or Create an account to join the conversation.

  • Posts: 51
  • Thank you received: 4
AH I had a look inside ~/astro-soft-stable and won't be removing it!

Tks

R
2 years 1 week ago #81580

Please Log in or Create an account to join the conversation.

Time to create page: 2.023 seconds