×

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

Bi-monthly release with minor bug fixes and improvements

Flat Panels Question

  • Posts: 992
  • Thank you received: 155
Does anyone have a FLAT PANEL driver that works with EKOS - Other than Flip-Flat / Flat-Man?
I'd like to purchase one, other than the very expensive ones by Alnitak / Optek?
2 years 1 month ago #80014

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

  • Posts: 1029
  • Thank you received: 301

Replied by Eric on topic Re:Flat Panels Question

I am using a relatively old flat panel that may now be found under the Geoptik brand (although the only comparable element is probably the enclosing). It is hung on the obs wall and I control a relay to turn it on or off. This is scripted and given to Capture's script manager along with the wall position of the panel.

-Eric
2 years 1 month ago #80034

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

  • Posts: 472
  • Thank you received: 165

Replied by Jarno Paananen on topic Flat Panels Question

I use Gemini SnapCap with flat light in my remote observatory, though I'm not sure if it's any cheaper than those options.
2 years 1 month ago #80049

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

  • Posts: 67
  • Thank you received: 6

Replied by David Swinnard on topic Flat Panels Question

When you say driver, are you looking for an Indi driver for a flat panel that is not "FlipFlat" (indi_flipflat)? Or are you looking for a flat panel device itself that is not one of the Optec (Alnitak) offerings?

If a flat panel device itself, have you considered any of the inexpensive DIY flat panels described on a variety of internet sites. They range from rewired (to add a controller) electroluminescent panels to LED based devices controlled by a microcontroller like an Arduino. Many of these use the drive protocol initially defined by the Alnitak Generic Serial Commands (Optecinc.com site has this document) coded into the Arduino and connected to the "system" via USB.

I have one such LED/Arduino based system I am currently working the bugs out of. Kstars/Ekos/Indi controls it using the FlipFlat driver.

Dave
2 years 1 month ago #80060

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

  • Posts: 992
  • Thank you received: 155

Replied by Peter Kennett on topic Flat Panels Question

Hi Dave. I'm not a programmer, so what I as hoping for a turn-key system (INDI driver) that would control the brightness of any Flat Panel monitor on the market. Basically I just wanted any flat panel that I can mount inside my observatory, and have EKOS control it so I can take consistent flats. Right now I am using T-shirts. But a quick look at the only brand flat panels that INDI seems to work with is the Flip Flat or Flat Man. The Flip Flat wouldn't work for me as I have a C11, and the Flat man is very expensive. I see lots of panels out there for much less (Spike-a-Flat), but they require ASCOM or at least a Windows PC. So, before I fork out $600+ for an Optic Flat Man, I was just checking to see if there are other options for a large enough panel for a C11, at a price lower than $600, and that works with INDI as is (i.e. no programming or scripting needed).

Peter
2 years 1 month ago #80062

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

  • Posts: 114
  • Thank you received: 17

Replied by Alan Archer on topic Flat Panels Question

Peter,
As a low cost low fuss option, just get a standard flat panel fix it to the wall and switch it on or off using a microswitch which is activated when the scope points at the flat panel. Then use the automated flats sequence to capture the flats at the correct ADU. The automatic process adjusts the exposure to match the set ADU level. Also if the panel is set at the scopes park position, the automated flats sequence can even park the scope pointing at the panel prior to starting the sequence.

Alan
2 years 1 month ago #80071

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

  • Posts: 992
  • Thank you received: 155

Replied by Peter Kennett on topic Flat Panels Question

Thanks. I will probably try a simple flat panel, but you list me at “…using a microswitch which is activated when the scope points at the flat panel”. That kind of engineering isn’t in my bailiwick.

I will have to figure out the best way to mount it in my domed observatory. I will have to have my scope pointing down a bit. Horizontal won’t work with dome.
2 years 1 month ago #80076

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

  • Posts: 16
  • Thank you received: 2

Replied by Nuno Gameiro on topic Flat Panels Question

You can always use an EL Panel with an Arduino, load this firmware to arduino, and use the Alnitak driver

github.com/ivonnyssen/ArduinoFlatBox
2 years 1 month ago #80086

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

  • Posts: 992
  • Thank you received: 155

Replied by Peter Kennett on topic Flat Panels Question

Thanks Nuno. So if I understand you…. I purchase an EL Panel (www.technolight.com/product/14-inch-uv-f...-any-color-or-design) and an Arduino. Then I replace the firmware in the Arduino with the one you linked, and then EKOS will be able to control the brightness of the EL panel using the Alnitake Flip Flap driver?
2 years 1 month ago #80087

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

  • Posts: 16
  • Thank you received: 2

Replied by Nuno Gameiro on topic Flat Panels Question

Exactly

There's actually two versions of the same arduino ino (one for Revision 3 and another for Revision 4 of the Alnitak commands).

I believe that both will work with Alnitak INDI driver, but just in case, get both :)

github.com/ivonnyssen/ArduinoFlatBox
github.com/jwellman80/ArduinoLightbox
Last edit: 2 years 1 month ago by Nuno Gameiro.
2 years 1 month ago #80088

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

  • Posts: 992
  • Thank you received: 155

Replied by Peter Kennett on topic Flat Panels Question

The notes in the Lin you sent talk about controlling a stepper motor. The EL Panel I liked to doesn't have a dimmer.
Also - it connects using a JST connector. Does that attach to an Arduino board?
Also - I don't even know how to install a new firmware in an Arduino board.
2 years 1 month ago #80089

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

  • Posts: 16
  • Thank you received: 2

Replied by Nuno Gameiro on topic Flat Panels Question

The Arduino IDE it's just like a text editor, you just have to open the ino (the firmeware file), make a change in the code if needed, choose your board, the port where it's connected and press a button. It's really that simple.

If you read the code you will find that if just want to use the brightness control, you have to replace just the line 79 line of the code...

github.com/ivonnyssen/ArduinoFlatBox/blo...r/ArduinoFlatBox.ino

You will need the dimmer if you want to set the brightness manually. If you want to adjust only using Ekos, you don't need it.

These kind of DIY projects, even a small one like the one you need, will always involve some adaptions / cuts / solder. But it's where the fun is :)
2 years 1 month ago #80090

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

Time to create page: 0.939 seconds