Facility Control

 View Only
  • 1.  Does anybody know if it is possible to run dashboard on a Raspberry Pi?

    Posted 02-01-2017 00:05
    Hi, does anybody know if it is possible to run DashBoard on a Raspberry Pi?

    Regards, Jurgen


  • 2.  RE: Does anybody know if it is possible to run dashboard on a Raspberry Pi?

    Posted 02-01-2017 17:05
    Hi Jurgen.
    There is no out-of-the box support for running DashBoard on Raspberry Pi at the moment.

    There are certain Java UI libraries on which DashBoard is dependent that would need to be compiled specifically for Raspberry Pi's Linux and ARM processor flavours.

    Sorry!

    James
    #DashBoard


  • 3.  RE: Does anybody know if it is possible to run dashboard on a Raspberry Pi?

    Posted 02-01-2017 17:19
    Unfortunately ... I had a great project in mind.
    It would be great if it is possible, think about nice small touchscreens :-)
    Thanks you for your response James.

    Jurgen
    #DashBoard


  • 4.  RE: Does anybody know if it is possible to run dashboard on a Raspberry Pi?

    Posted 02-07-2017 18:51
    I came to the forum looking for the same info today.
    I'd like to use a Raspberry Pi as the basis for a simple Aux buss control for use with a Carbonite switcher.

    I don't know how much time and effort is involved in compiling the Java UI libraries mentioned above. But, I imagine many users would benefit from the ability to create low cost interfaces for simple functions.

    Scott

    #DashBoard


  • 5.  RE: Does anybody know if it is possible to run dashboard on a Raspberry Pi?

    Posted 03-26-2017 20:13
    Hi James -

    Jumping into this thread late, but Dashboard is the *RIGHT* interface for the project that I'm working on and Raspberry PI is the *RIGHT* hardware interface.

    What, specifically, are the java libraries that are necessary for Dashboard to run?

    No, I'm not a linux geek, but am willing to give it a go to make this work. Many thanks!

    -Larry
    #DashBoard


  • 6.  RE: Does anybody know if it is possible to run dashboard on a Raspberry Pi?

    Posted 03-29-2017 14:09
    Hi Larry and everyone else on this thread.
    We had looked at this briefly with the previous generation of Raspberry Pi and found it a little too slow to practically run DashBoard and its UIs. As I mentioned above, the amount of effort involved is not trivial.

    DashBoard is build on top of Eclipse's Rich Client Platform and, as such, requires binaries for each OS/architecture it is to support. By default, Eclipse does not generate compatible binaries for the ARM processor. That said, there is (or at least *was*) a version of Eclipse that has been ported to run on Raspberry Pi.

    We had limited success with taking the necessary binary SWT (Eclipse's user interface layer - where most of the OS dependencies are) plug-ins from the version of Eclipse installed on Raspberry Pi and replacing the binary plug-ins used by DashBoard with them. It also needs a compatible Java 8 SE build.

    Once compatible plug-ins are found, the remaining hurtle is to launch DashBoard from a java.exe command line as its native launcher will also be missing for ARM.

    Suggested searches would include "Port Eclipse RCP Application to Raspberry Pi"



    Another option we've looked at with significantly more success are things like the Intel Compute Stick or Lenovo Idea Stick. If you go down this route, you'll want one that has at lest 2 USB ports or built-in ethernet for best results. http://www.intel.com/content/www/us/en/compute-stick/intel-compute-stick.html

    #DashBoard