Replies: 6 comments 15 replies
-
I have thought about this, but I have not come up with a good way to add such a button in the web interface. One of the major differences between TJ's allsky and indi-allsky is there is no assumption that the software is running on a Raspberry Pi. Many people run indi-allsky on mini-pcs like NUCs. Both of my operational cameras are running on RockPi and a Le Potato board. Any way I add this would have to be either hardware agnostic or added in a way that would not prevent the main program from running if it is not operating on a Raspberry Pi. |
Beta Was this translation helpful? Give feedback.
-
@aaronwmorris ATTiny firmware:
Sample Raspberry Pi script to receive the UART commands. I think it should work for any machine running Linux that can connect to the slave board I'm working on as long as it connects via UART. That would make PWM fans and dew heaters and stepper motor focusing completely universal.
The above code needs to be replaced with whatever commands indi-allsky uses to control the dew heater, fan, and stepper. |
Beta Was this translation helpful? Give feedback.
-
In theory, this works on paper. I'll try and cut it next week and test it out. I need to see if Amazon has all the parts I need to build it and test it. Here's the updated ATTiny84 firmware. I suspect this board and code could be universal (assuming it works in real life as well as it does on paper). The AllSkyeye guys on Windows units could use USB->UART and a simple Python program to control it. Same for allsky from TJ's old project, should be easy for them to implement as well. I don't really know what they have going on for fans/dew_heat/focus_motor.
|
Beta Was this translation helpful? Give feedback.
-
I'll test this sometime when I get a chance. |
Beta Was this translation helpful? Give feedback.
-
@aaronwmorris got the boards from JLCPCB, waiting on some transistors and FETs. As I work on the attiny84, it's a PITA, and I'm not sure it would be easy enough to implement for users with no experience. Whereas an Arduino Nano, almost anyone could upload firmware to that and get the board working. Arduino Nano could also be updated with new firmware from whatever computer (Pi, LePotato, StickPC, NUC, etc) on the fly, an attiny84 can't. |
Beta Was this translation helpful? Give feedback.
-
I haven't forgotten about this. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Just installed this after finding that it will allow me to use my ASI120mc. Moved over from the allskyteam option.
I've also installed the Allsky heater from https://www.instructables.com/Raspberry-Pi-Dew-Heater-for-All-sky-Camera/.
This is literally just now and found myself wondering if a on-off button could be added to indi-allsky.
Maybe an indicator to show if the heater is on or off, the dome temp figure.
I know you have a lot of requests but couldn't find a request for this type of thing and thought Id put the Idea up.
Mike
Beta Was this translation helpful? Give feedback.
All reactions