OpenMarine

Full Version: KIP Web display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2021-02-21, 08:42 PM)SARASTRO Wrote: [ -> ]This is my new project. A 7" waterproof display (1000 nits for good sunlight reading) 
Driven by a RPI 3A and executing remote KIP pages from the cabin RPI4 Openplotter  via RPI wifi network
All NMEA and SignalK data are accesible also with the smartphone (free NKE app)

Sarastro,

Perhaps make a How I did it post?  I am particularly interested in what the screen is that you chose and what the relay you have does

Thanks for Sharing
(2021-02-24, 04:29 PM)Techstyle Wrote: [ -> ]
(2021-02-21, 08:42 PM)SARASTRO Wrote: [ -> ]This is my new project. A 7" waterproof display (1000 nits for good sunlight reading) 
Driven by a RPI 3A and executing remote KIP pages from the cabin RPI4 Openplotter  via RPI wifi network
All NMEA and SignalK data are accesible also with the smartphone (free NKE app)

Sarastro,

Perhaps make a How I did it post?  I am particularly interested in what the screen is that you chose and what the relay you have does

Thanks for Sharing

OK; shared as 7" REMOTE DISPLAY in How I did ....
(2021-02-21, 08:42 PM)SARASTRO Wrote: [ -> ]This is my new project. A 7" waterproof display (1000 nits for good sunlight reading) 
Driven by a RPI 3A and executing remote KIP pages from the cabin RPI4 Openplotter  via RPI wifi network
All NMEA and SignalK data are accesible also with the smartphone (free NKE app)

Looks great, do you have a link to the screen please?
(2021-03-02, 10:04 PM)Sea-and-Sea Wrote: [ -> ]
(2021-02-21, 08:42 PM)SARASTRO Wrote: [ -> ]This is my new project. A 7" waterproof display (1000 nits for good sunlight reading) 
Driven by a RPI 3A and executing remote KIP pages from the cabin RPI4 Openplotter  via RPI wifi network
All NMEA and SignalK data are accesible also with the smartphone (free NKE app)

Looks great, do you have a link to the screen please?
You have the link in the thread "How I did..." section
But is from Sihovision. contact with. Irene Chen (Sihovision) and have a very good technical advise
Hi!

Do you do any programming? Unfortunately the tutorial widget is hard coded, so changing it requires rebuilding the app (not terribly hard if you know a bit of javascript.)

Basically, the "blank" config has the config for the first time you load it, which includes the tutorial widget. : https://github.com/mxtommy/Kip/blob/mast...k.const.ts
If you hit load demo, what happens is it replaces the config with the one at https://github.com/mxtommy/Kip/blob/mast...o.const.ts

To edit the Tutorial widget, it's just some html with a few angular statements: https://github.com/mxtommy/Kip/blob/mast...onent.html

There are instructions to Develop in the readme: https://github.com/mxtommy/Kip#developing Smile

Hope this helps!
Pages: 1 2