I just use AstroDMX Capture, works great on Stellarmate and much more stable than FireCapture.
Read More...
could you please shoot me a sample HorizonData.txt file? I would like to set one up from a file I obtained from my phone rather than slewing the telescope around. Thanks!
Read More...
Hi there:
In my micro-observatory I have an RPi4 running Stellarmate for the telescope and an RPi4 running Astroberry Server for the roof, allskycam, etc. Both are wired to my home network via ethernet cable. I am on a mission to dispense with as many cables as possible as I like to use my observatory in the extreme cold and cables have a tendency to stiffen up and break in -35C for some reason! So I have a bluetooth adapter for the mount, and everything else mounted on the scope itself so I only have a 12v power cable going to the scope. The scope is now connecting wirelessly to the observatory RPI hotspot, the observatory scope is hard wired.
However, the hotspot is NATted so I can only see the telescope RPi from the observatory computer. Is there any way to set up Astroberry server up as a bridge so the telescope gets an IP on my home network and is accessible from my desk? Right now I have to RDP to the obs RPi then NoVNC to the observatory computer, or run KStars/EKOS on the observatory computer.
I attempted to set up iptables and routing like thus:
sudo iptables -F
sudo iptables -t nat -F
sudo iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE
sudo iptables -A FORWARD -i wlan0 -o eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
sudo iptables -A FORWARD -i eth0 -o wlan0 -j ACCEPT
sudo nano /proc/sys/net/ipv4/ip_forward
Set net.ipv4.ip_forward=1
sudo ip route del 0/0 dev eth0 &> /dev/null
a=`route | awk "/${wlan}/"'{print $5+1;exit}'`
sudo route add -net default gw 192.168.2.1 netmask 0.0.0.0 dev eth0 metric $a
However I'm not clear on hot the hotspot is set up on the Astroberry Server to turn off NAT. Can anyone help?
Read More...
You don't really say what problem you're having - mine works well on Stellarmate but you have to shut down INDI if it's picking up the Polemaster (as a QHY camera) otherwise the Polemaster software won't see the camera -- gt
Read More...
Yeah true - I've already built everything on my RPI 400 at work so I'll give a try just copying those files. Thanks!
Read More...
Hi there - I need to install a rolloffino driver on my Stellarmate RPI but am concerned just reinstalling everything over top of whats already installed will break some of the integration in Stellarmate. Everything compiles and installs just fine on an Ubuntu image on my PC. Should I uninstall INDI first? Any assistance appreciated thanks!
Read More...
Live stacking is implemented on the Android or IOS. You can certainly tun EKOS/KStars client on a remote desktop (I do this all the time) but these clients don't at present have live stacking. However, you can use stacking software on your desktop and connect to the Stellarmate RPi over the network and stack via watched folder. I plan on doing this with Sharpcap but haven't done more than play around with it on previously shot images.
Read More...
Thanks, Tom not sure how high speed my build is since I'm actually disappointed with how slow it's going Just need to weld the pier to the plate and at least I can get the scope back in operation while I work on the observatory electronics!
I guess my theory was I wanted some way to counter a situation where INDI failed by including separate rain and low power close options in the driver with park detection so the roof won't close unless the scope is parked. Then again I guess if the mount isn't parked it's all futile.... food for thought.
Anyways looking forward to getting the whole think hooked up over the next couple of weeks!
Read More...
Gord Tulloch is friends with wotalota
Thanks so much, Tom! Yup, I am using the most recent version from Github. I appreciate the link to the overview doc, missed the HTML doc in the repo!
My plans are to implement this code then add a few things on the Arduino side and modify the INDI driver accordingly
- Rain detector that will force a safe mode to park the scope/roof immediately
- Voltage detection for two power buses, one for telescope and one for observatory where under-voltage on either bus puts the observatory in safe mode (since eventually, my obs will be solar)
- Hall Effect switches on the mount to confirm park - not closed, no roof movement allowed
I can open a pull request for this when it's done to merge if you wish thx!
Read More...
Hi there - thanks very much for this! It will save me a LOT of time! Just loaded on my Mega2560 and only had to change one thing to get it working:
#define SerialUSB Serial
Working on hooking it up to my SainSmart-compatible 8 relay board.
Regards,
Gord
Read More...
Hi there:
Trying to get SIRIL working on the latest Stellarmate (StellarMate OS v1.7.0 32bit) but it doesn't seem to want to install libgtk or libcurl:
stellarmate@stellarmate:~/siril $ sudo apt install -y libgtk-3-dev libconfig-dev libfftw3-dev libexiv2-dev libopencv-dev libraw-dev libffms2-dev libheif-dev libcurl4-gnutls-dev gnuplot cmake libgsl-dev ninja-build libcurl4-openssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
cmake is already the newest version (3.16.3-3~bpo10+1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcurl4-gnutls-dev : Conflicts: libcurl4-openssl-dev but 7.64.0-4+deb10u2 is to be installed
libcurl4-openssl-dev : Conflicts: libcurl4-gnutls-dev but 7.64.0-4+deb10u2 is to be installed
libgtk-3-dev : Depends: libatk-bridge2.0-dev but it is not going to be installed
Depends: libatk1.0-dev (>= 2.15.1) but it is not going to be installed
Depends: libcairo2-dev (>= 1.14.0) but it is not going to be installed
Depends: libgdk-pixbuf2.0-dev (>= 2.30.0) but it is not going to be installed
Depends: libglib2.0-dev (>= 2.49.4) but it is not going to be installed
Depends: libpango1.0-dev (>= 1.41) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The meson version I used was
sudo pip3 install meson==0.56.0
And it works fine but missing pre-requisites obviously. It's surprising Siril isn't pre-installed on Stellarmate considering how useful it is on scripted post-schedule tasks to calibrate images. Anyone get it working lately?
Read More...
Hey guys:
Just found this thread and thought I'd pipe in. I just hacked a flat panel like in this discussion on CloudyNights: www.cloudynights.com/topic/536533-diy-alnitak-flat-panel
Electronically it's pretty simple. You just have to peel back the plastic cover on the back panel of the EL panel (I got
www.amazon.ca/gp/product/B07F147VF6this one
for my 8" SCT but I think I'll need to get a
www.amazon.ca/gp/product/B00ZDCALAE larger one
for my new 10" ). I connected the wires as per this schematic:
post-242464-0-23618000-1464718412_thumb.png
I loaded the sketch from github.com/jwellman80/ArduinoLightbox and it works like a charm, I can turn on the EL panel from INDI control panel. I'd give it a go Peter!
Regards,
Gord
Read More...