×

INDI Library v2.0.1 Released (06 Apr 2023)

Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements. An important feature for this release is the full support for XISF file format which is used by PixInsight. INDI cameras can now natively capture in XISF format.

Installing Stellarmate OS on ASI AIR

  • Posts: 1067
  • Thank you received: 137

Why would you think it should work...?
ASIair is a different OS and the software is built into that OS to get the 12v ports to work, there may even be extra electronics inside too, which will not work with SM, I think it will be a big mod to sort that out...but if you do, keep us informed on here... :)
Stellarmate OS on Raspberry pi4b
Skywatcher EQ8 pro, on steel pier
Takahashi FSQ85, FS60cb & Meade 8” SCT (de-forked)
Starlight Xpress SXVR H18, SXVR M25c, Lodestar x2 Guide Camera
Pegasus Ultimate Hub V2 for all USB & Power
Pegasus focus motors on all scopes
2 years 8 months ago #59836

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

  • Posts: 11
  • Thank you received: 0
Thank you both for your reply, I believe I will not try to use an other driver to prevent any damages of asiair.

I roughly thought without to much electronics knowledge that since the device is powered the 5 power output will be powered at the same time with simply connected socket

I didn’t try for the moment with the native software from Asiair, may be I have to...

Great sky
2 years 8 months ago #59845

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

  • Posts: 16
  • Thank you received: 1
As already discussed the ASIAIR Pro (which is a Raspberry Pi4) can be operated with the SM OS. Just flash the SM OS to a fresh microSD card and boot
the ASIAIR pro up. However, as mentioned by Laurent.Wolff, in this "normal" Stellarmate configuration the 12 volts power output ports do not operate.

I have an ASIAIR pro in use, the 12v ports are configured "on" or "off" in the ASIAIR app. If you turn on all 12v ports in the App, then the power ports are
immediately available upon booting the ASIAIR with the ASIAIR OS, no need to start the app on the tablet, so the configuration is stored within hardware
configuration.

I had a closer look on the ASIAIR pro microSD card and looked into the file config.txt. The power outlets are configured there, when they have been turned on
previously by the ASIAIR app.

So, I took the Stellarmate OS microSD and edited it's config.txt.

Simply change the config.txt in the [pi4] section and add 2 additional lines in front of the [all] section like this:

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2

# I2C Bus
dtoverlay=i2c3,pins_4_5

# 2New lines here
#Enable 12v gpio output
gpio=18,12,13,26=op,dh,pu

[all]
#dtoverlay=vc4-fkms-v3d

I have attached the config.txt file for those of you who are not familiar with file editing. Just copy the config.txt to the root directory of the SM microSD card.

When booting up the ASIAIR pro with the edited SM microSD card, the power outlets are available upon bootup.

I have successfully operated both the camera cooler and the electronic focuser using the 12V power ports with Stellarmate.

Hope this helps anybody who wants to operate the ASIAIR Pro with the much more powerful Stellarmate OS!!!!!!!

CS,

Helmut
Cologne/Germany
The following user(s) said Thank You: Vin
Last edit: 2 years 5 months ago by Helmut Zimmermann.
2 years 5 months ago #63673
Attachments:

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

  • Posts: 11
  • Thank you received: 0
Helmut,

Wow I can believe you find out the trick.

Thanks a lot, I will try it right away.

Laurent
2 years 5 months ago #63690

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

  • Posts: 11
  • Thank you received: 0
That's what I have in config.txt, I'm surprise to see that we don't have exactly the same file. I have in addition some #Hdmi things, could I delete it?

[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
#hdmi_enable_4kp60=1
hdmi_enable_4k=1
gpu_mem=256
max_framebuffer_width=3840
max_framebuffer_height=2160

[all]
#dtoverlay=vc4-fkms-v3d
enable_uart=1
2 years 5 months ago #63692

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

  • Posts: 16
  • Thank you received: 1
High Laurent,,
don't be afraid about differencies between your and my config.txt file.

Just add with an editor (use notepad or notepad2 as editor, because it is important that the end-of-line info is written in Linux standard.)

So just run windows notepad and add the lines

#Enable 12v gpio output
gpio=18,12,13,26=op,dh,pu

just ahead of the section [all].

Note that lines beginng with an "#" are commentary lines, so these lines have no effect.

Give it a try, and reboot your Pi4. It will work.

CS,
Helmut
Cologne/Germany
2 years 5 months ago #63694

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

  • Posts: 11
  • Thank you received: 0
Nice Helmut.

Thanks
2 years 5 months ago #63719

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

  • Posts: 9
  • Thank you received: 0
I installed Stellarmate 1.5.4 on an SD card and inserted it into my ASIair Pro box. I cannot connect an Android device (Samsung S8/S9/tablet) to it even though it shows up on a scan for devices. The app doesn't fully open. I tried to download the updated APK in the DropBox link but DropBox says it's been deleted. Where can I find the APK or is there another way to solve my problem?
2 years 5 months ago #64265

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

The new app (v2.1.0) needs SM OS v1.5.5, so install that and it should work fine.
Jasem Mutlaq
Support INDI & Ekos; Get StellarMate Astrophotography Gadget.
How to Submit Logs when you have problems?
Add your observatory info
2 years 5 months ago #64278

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

  • Posts: 1067
  • Thank you received: 137
No, don’t delete anything, those lines are needed, and I have all the same as you... :)
Stellarmate OS on Raspberry pi4b
Skywatcher EQ8 pro, on steel pier
Takahashi FSQ85, FS60cb & Meade 8” SCT (de-forked)
Starlight Xpress SXVR H18, SXVR M25c, Lodestar x2 Guide Camera
Pegasus Ultimate Hub V2 for all USB & Power
Pegasus focus motors on all scopes
2 years 5 months ago #64279

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

  • Posts: 9
  • Thank you received: 0
Thx Jasem. I installed 1.5.5 last night and it seems to have worked. I didn't have any devices connected so it wouldn't do anything. I'll connect some cameras and see what happens.

Don
2 years 5 months ago #64298

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

  • Posts: 3
  • Thank you received: 0
Hi, did you ever get the ASIAir Pro to work with the Stellarmate software?
What was the conclusion? Its' been 10 months. Thanks. I'm thinking of doing the
same thing with Astroberry.
1 year 6 months ago #77252

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

Time to create page: 0.763 seconds