OpenMarine
Kindle Paperwhite as KIP Cockpit Display - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: Kindle Paperwhite as KIP Cockpit Display (/showthread.php?tid=1558)

Pages: 1 2 3 4 5 6 7 8 9


RE: Kindle Paperwhite as KIP Cockpit Display - BartStevens - 2019-11-22

Jim, I set-up the additional apps (like KIP), but how do I proceed? (sorry ... I'm a real newby) How do I login with my kindle on the open plotter AP (created by the raspi)?


RE: Kindle Paperwhite as KIP Cockpit Display - jim321 - 2019-11-22

use the links under the webapps tab in sk.
i think they just use these to display the apps like KIP which can be displayed in a browser.


RE: Kindle Paperwhite as KIP Cockpit Display - Saqqara - 2019-11-22

(2019-11-22, 09:26 PM)BartStevens Wrote: Jim, I set-up the additional apps (like KIP), but how do I proceed? (sorry ... I'm a real newby) How do I login with my kindle on the open plotter AP (created by the raspi)?

The application some of us are using successfully on the Kindle Paperwhite is not KIP (despite the thread title), and not not available through the regular SignalK app installation process. It was written by iKommunicate. It has to be copied to a folder on your Pi manually, and the code may need to be modified to your needs, because it is not like Kip where lots of configuration can be done from the front end to meet a lot of needs. I find the code hard to follow, but I have succeeded with it somewhat.

You may need to find the information scattered among a few threads here - just search "kindle" as I can't remember everything without reading it all again myself.

To answer your question directly, the path to enter into your browser on the Kindle is (in my case): http://10.10.10.1:3000/kindle/iKommunicate-API-Kindle.html but if you haven't put it there it won't be there. 

I have been hoping a smarter coder than me to fork it and make enhancements and tag it in such a way that it appears in the SignalK app store. I emailed iKommunicate about this a few times and they are quite happy for someone to do that. 

I really love the Kindle in this role.

hint: Turn on Kindle and search "~ds" on Kindle main screen to disable screen saver


RE: Kindle Paperwhite as KIP Cockpit Display - Max1947 - 2019-11-22

(2019-11-22, 10:26 PM)Saqqara Wrote:
(2019-11-22, 09:26 PM)BartStevens Wrote: Jim, I set-up the additional apps (like KIP), but how do I proceed? (sorry ... I'm a real newby) How do I login with my kindle on the open plotter AP (created by the raspi)?

The application some of us are using successfully on the Kindle Paperwhite is not KIP (despite the thread title), and not not available through the regular SignalK app installation process. It was written by iKommunicate. It has to be copied to a folder on your Pi manually, and the code may need to be modified to your needs, because it is not like Kip where lots of configuration can be done from the front end to meet a lot of needs. I find the code hard to follow, but I have succeeded with it somewhat.

You may need to find the information scattered among a few threads here - just search "kindle" as I can't remember everything without reading it all again myself.

To answer your question directly, the path to enter into your browser on the Kindle is (in my case): http://10.10.10.1:3000/kindle/iKommunicate-API-Kindle.html but if you haven't put it there it won't be there. 

I have been hoping a smarter coder than me to fork it and make enhancements and tag it in such a way that it appears in the SignalK app store. I emailed iKommunicate about this a few times and they are quite happy for someone to do that. 

I really love the Kindle in this role.

hint: Turn on Kindle and search "~ds" on Kindle main screen to disable screen saver

Da i Kommunicate:

Hi, yes you can. We have released the Javascript source code of the Kindle App as open source, which you can get from here…
https://github.com/digitalyacht/ikommunicate/blob/master/Kindle_App_Example.zip
If you create a sub-folder in the Signalk folder on your Openplotter system and then unzip the files in to this sub-folder, renaming the iKommunicate-API-Kindle.html file to index.html, then when you go to 10.10.10.1:3000/signalk/kindle it should run the Kindle app. You might have to fiddle around with the URL the App tries to use to get the Signal K data, but it should be doable even by a non-developer (which also describes me).
I am sure there are developers on the OpenPlotter project that could help.


RE: Kindle Paperwhite as KIP Cockpit Display - BartStevens - 2019-11-22

(2019-11-22, 11:00 PM)Max1947 Wrote:
(2019-11-22, 10:26 PM)Saqqara Wrote:
(2019-11-22, 09:26 PM)BartStevens Wrote: Jim, I set-up the additional apps (like KIP), but how do I proceed? (sorry ... I'm a real newby) How do I login with my kindle on the open plotter AP (created by the raspi)?

The application some of us are using successfully on the Kindle Paperwhite is not KIP (despite the thread title), and not not available through the regular SignalK app installation process. It was written by iKommunicate. It has to be copied to a folder on your Pi manually, and the code may need to be modified to your needs, because it is not like Kip where lots of configuration can be done from the front end to meet a lot of needs. I find the code hard to follow, but I have succeeded with it somewhat.

You may need to find the information scattered among a few threads here - just search "kindle" as I can't remember everything without reading it all again myself.

To answer your question directly, the path to enter into your browser on the Kindle is (in my case): http://10.10.10.1:3000/kindle/iKommunicate-API-Kindle.html but if you haven't put it there it won't be there. 

I have been hoping a smarter coder than me to fork it and make enhancements and tag it in such a way that it appears in the SignalK app store. I emailed iKommunicate about this a few times and they are quite happy for someone to do that. 

I really love the Kindle in this role.

hint: Turn on Kindle and search "~ds" on Kindle main screen to disable screen saver

Da i Kommunicate:

Hi, yes you can. We have released the Javascript source code of the Kindle App as open source, which you can get from here…
https://github.com/digitalyacht/ikommunicate/blob/master/Kindle_App_Example.zip
If you create a sub-folder in the Signalk folder on your Openplotter system and then unzip the files in to this sub-folder, renaming the iKommunicate-API-Kindle.html file to index.html, then when you go to 10.10.10.1:3000/signalk/kindle it should run the Kindle app. You might have to fiddle around with the URL the App tries to use to get the Signal K data, but it should be doable even by a non-developer (which also describes me).
I am sure there are developers on the OpenPlotter project that could help.

Ok, I got the Kindle folder in my /home/pi/node_modules/@signalk folder (next to the folder named instrumentpanel). Renamed to index.html. rebooted the SignalK server ... no luck ... ;(

(2019-11-22, 11:21 PM)BartStevens Wrote:
(2019-11-22, 11:00 PM)Max1947 Wrote:
(2019-11-22, 10:26 PM)Saqqara Wrote:
(2019-11-22, 09:26 PM)BartStevens Wrote: Jim, I set-up the additional apps (like KIP), but how do I proceed? (sorry ... I'm a real newby) How do I login with my kindle on the open plotter AP (created by the raspi)?

The application some of us are using successfully on the Kindle Paperwhite is not KIP (despite the thread title), and not not available through the regular SignalK app installation process. It was written by iKommunicate. It has to be copied to a folder on your Pi manually, and the code may need to be modified to your needs, because it is not like Kip where lots of configuration can be done from the front end to meet a lot of needs. I find the code hard to follow, but I have succeeded with it somewhat.

You may need to find the information scattered among a few threads here - just search "kindle" as I can't remember everything without reading it all again myself.

To answer your question directly, the path to enter into your browser on the Kindle is (in my case): http://10.10.10.1:3000/kindle/iKommunicate-API-Kindle.html but if you haven't put it there it won't be there. 

I have been hoping a smarter coder than me to fork it and make enhancements and tag it in such a way that it appears in the SignalK app store. I emailed iKommunicate about this a few times and they are quite happy for someone to do that. 

I really love the Kindle in this role.

hint: Turn on Kindle and search "~ds" on Kindle main screen to disable screen saver

Da i Kommunicate:

Hi, yes you can. We have released the Javascript source code of the Kindle App as open source, which you can get from here…
https://github.com/digitalyacht/ikommunicate/blob/master/Kindle_App_Example.zip
If you create a sub-folder in the Signalk folder on your Openplotter system and then unzip the files in to this sub-folder, renaming the iKommunicate-API-Kindle.html file to index.html, then when you go to 10.10.10.1:3000/signalk/kindle it should run the Kindle app. You might have to fiddle around with the URL the App tries to use to get the Signal K data, but it should be doable even by a non-developer (which also describes me).
I am sure there are developers on the OpenPlotter project that could help.

Ok, I got the Kindle folder in my /home/pi/node_modules/@signalk folder (next to the folder named instrumentpanel). Renamed to index.html. rebooted the SignalK server ... no luck ... ;(

When I go to the page (10.10.10.1:3000/signalk/kindle it will give me this error:
Cannot GET /signalk/kindle


RE: Kindle Paperwhite as KIP Cockpit Display - verkerkbr - 2019-11-24

Beste Bart,

the folder kindle is in the wrong place. Read the instructions about the right place and add the HTML files index5.html and Settings5.html. Settings work here. But nog the index5.html. I have problems with the wifi connection to the RPI.

Bram


RE: Kindle Paperwhite as KIP Cockpit Display - BartStevens - 2019-11-24

(2019-11-22, 09:26 PM)BartStevens Wrote: Jim, I set-up the additional apps (like KIP), but how do I proceed? (sorry ... I'm a real newby) How do I login with my kindle on the open plotter AP (created by the raspi)?

Hello .. anybody?


RE: Kindle Paperwhite as KIP Cockpit Display - BartStevens - 2019-11-25

(2019-11-24, 02:02 PM)verkerkbr Wrote: Beste Bart,

the folder kindle is in the wrong place. Read the instructions about the right place and add the HTML files index5.html and Settings5.html. Settings work here. But nog the index5.html. I have problems with the wifi connection to the RPI.

Bram

Bram, Good morning. In which folder should I put the Kindle folder? 

(Will then replace Index en Settings files with Index5 and settings5 and will revert to you)

Bart


RE: Kindle Paperwhite as KIP Cockpit Display - verkerkbr - 2019-11-25

(2019-11-25, 11:05 AM)BartStevens Wrote:
(2019-11-24, 02:02 PM)verkerkbr Wrote: Beste Bart,

the folder kindle is in the wrong place. Read the instructions about the right place and add the HTML files index5.html and Settings5.html. Settings work here. But nog the index5.html. I have problems with the wifi connection to the RPI.

Bram

Bram, Good morning. In which folder should I put the Kindle folder? 

(Will then replace Index en Settings files with Index5 and settings5 and will revert to you)

Bart

usr lib nodeṣmodules signalk.server public

sudo mkdir kindle

There you must copy the 2 HTML files index5.html en Settings5.html

Settings work here. But not yet the index file. Probably due that I cannot connect the Wifi of the RPI direct but have to use my wireless network switch here.


RE: Kindle Paperwhite as KIP Cockpit Display - BartStevens - 2019-11-25

(2019-11-25, 11:28 AM)verkerkbr Wrote:
(2019-11-25, 11:05 AM)BartStevens Wrote:
(2019-11-24, 02:02 PM)verkerkbr Wrote: Beste Bart,

the folder kindle is in the wrong place. Read the instructions about the right place and add the HTML files index5.html and Settings5.html. Settings work here. But nog the index5.html. I have problems with the wifi connection to the RPI.

Bram

Bram, Good morning. In which folder should I put the Kindle folder? 

(Will then replace Index en Settings files with Index5 and settings5 and will revert to you)

Bart

usr lib nodeṣmodules signalk.server public

sudo mkdir kindle

There you must copy the 2 HTML files index5.html en Settings5.html

Settings work here. But not yet the index file. Probably due that I cannot connect the Wifi of the RPI direct but have to use my wireless network switch here.
Thanks!!
Will try tonight
Bart