Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 03-14-2016, 05:58 AM   #1
elektrinis
Junior Member
elektrinis began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2016
Device: K5
Kindle as a motorcycle dashboard?

Hi.

I am working on a nice electric motorcycle project and we are looking for an awesome instrument cluster display. E-paper (with backlight) would be a nice touch.

We can go in two ways with this:
1. buy a kindle and throw everything away, except display, backlight and touch. Obviously that would involve a design of new motherboard. Not too big a deal, but still.
2. buy a kindle, throw only the enclosure away, leave all the electronics.That would give as a running OS and possibly a good head start to create our dash app.

The main concern is about the display. I know there is a sequence to change pixel color, however, since we would only need black&white and would do segmented components (like a 7-segment digit display for speed), we would not mind any leftover shadows on the edges at all, it could be a design element...
So the question is: is it possible to get reasonably good refresh rates (200ms) when only few components are changed, and can it be done without the usual flickering? Is it possible in hardware at all, and if so, does the OS/drivers allow it? I believe our choice of options depends on that.
Thanks.

Last edited by elektrinis; 03-14-2016 at 06:01 AM.
elektrinis is offline   Reply With Quote
Old 03-14-2016, 06:48 AM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
You are posting in the grayscale Kindle forum.

So -

*) The display is e-ink, not e-paper.
*) It does not do color, only 16 shades of gray.
*) It has a front light, not a backlight.
*) The display **is** the case frame.
*) 5 fps - easy, read up on the Kindle video display here.
*) do some more research here -
-) look at the devices tear downs, perhaps even buy one and take it apart so you have a better idea of what you are suggesting.
-) look at the threads on using the Kindle as an information display

= = = = =

Perhaps you have the wrong product to start with -
Check out the devices that are produced as 'electronic price tags' - which are also e-ink displays.
Those should be much simplier electronics to re-purpose.
knc1 is offline   Reply With Quote
Advert
Old 03-14-2016, 07:59 AM   #3
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
What you want has been done before, and it won't be hard to duplicate. You'll need a Rasp Pi or some other SBC, and a Kindle:
http://the-digital-reader.com/2015/0...bike-comupter/
Nate the great is offline   Reply With Quote
Old 03-14-2016, 08:01 AM   #4
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by knc1 View Post
You are posting in the grayscale Kindle forum.

So -

*) The display is e-ink, not e-paper.
*) It does not do color, only 16 shades of gray.
*) It has a front light, not a backlight.
*) The display **is** the case frame.
*) 5 fps - easy, read up on the Kindle video display here.
*) do some more research here -
-) look at the devices tear downs, perhaps even buy one and take it apart so you have a better idea of what you are suggesting.
-) look at the threads on using the Kindle as an information display

= = = = =

Perhaps you have the wrong product to start with -
Check out the devices that are produced as 'electronic price tags' - which are also e-ink displays.
Those should be much simplier electronics to re-purpose.
I think by "color" they meant shades of gray (black, white, and gray are colors).
Nate the great is offline   Reply With Quote
Old 03-14-2016, 08:06 AM   #5
elektrinis
Junior Member
elektrinis began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2016
Device: K5
[QUOTE=knc1;3280315]You are posting in the grayscale Kindle forum./QUOTE]

*) The display is e-ink, not e-paper.
- don't really care
*) It does not do color, only 16 shades of gray.
- I did not mention color, I believe nothing prevents me from using 2 of the gray shades, black and white.
*) It has a front light, not a backlight.
- figure of speech, does not really matter.
*) The display **is** the case frame.
- watched a video of gen4 disassembly and it all looks dashboard-friendly.
https://www.youtube.com/watch?v=SVKiRfTMUWk
*) 5 fps - easy, read up on the Kindle video display here.
Thats great to know, thanks.
*) do some more research here -
-) look at the devices tear downs, perhaps even buy one and take it apart so you have a better idea of what you are suggesting.
-) look at the threads on using the Kindle as an information display

Will do, thanks.

= = = = =

Quote:
Originally Posted by knc1 View Post
Perhaps you have the wrong product to start with -
Check out the devices that are produced as 'electronic price tags' - which are also e-ink displays.
Those should be much simplier electronics to re-purpose.
Do you have a particular model in mind? With backlight, touch and size ~5-6".


Quote:
Originally Posted by Nate the great View Post
What you want has been done before, and it won't be hard to duplicate. You'll need a Rasp Pi or some other SBC, and a Kindle:
http://the-digital-reader.com/2015/0...bike-comupter/
That is so nice!! Thanks, will take a closer look.
elektrinis is offline   Reply With Quote
Advert
Old 03-14-2016, 08:14 AM   #6
elektrinis
Junior Member
elektrinis began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2016
Device: K5
Thanks Nate, you are actually great.
Very good info, exactly what I needed.
elektrinis is offline   Reply With Quote
Old 03-14-2016, 08:23 AM   #7
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by knc1 View Post
- - - -

-) look at the threads on using the Kindle as an information display

- - - -
NtG just didn't read to the end of the post quoted.
knc1 is offline   Reply With Quote
Old 03-14-2016, 08:33 AM   #8
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by knc1 View Post
NtG just didn't read to the end of the post quoted.
Got a link to that thread? I don't see it in the Kindle forum, and since I knew of a project that did exactly what the OP wanted, I gave him a link to that project.

Also, no I did not read to the end of your post, but I was also avoiding the urge to nitpick your nitpicking (E-ink is a type of epaper, for example). I was trying to stay helpful and constructive.
Nate the great is offline   Reply With Quote
Old 03-14-2016, 08:51 AM   #9
elektrinis
Junior Member
elektrinis began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2016
Device: K5
After giving it a better look, now I see that he is running a stock web browser... In my case I would need it to be customer-friendly, I mean no visible browser window and no way of closing it. It should be a full screen app without ability to use any other kindle-related things, just the app. Maybe something like custom screensaver?
Probably a custom full-screen browser would be possible to do? But we would prefer to offload all the computational power on to kindle and use only a very small MCU for actual data acquisition and retransmission to kindle, without running an OS or web server on the MCU...

Last edited by elektrinis; 03-14-2016 at 08:54 AM.
elektrinis is offline   Reply With Quote
Old 03-14-2016, 09:25 AM   #10
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by elektrinis View Post
- - - - -
Do you have a particular model in mind? With backlight, touch and size ~5-6".
- - - - -
I don't design commercial devices for free, but your welcome to PM me for my engineering rates.

One lead into the product types:
https://www.visionect.com/blog/the-w...ectronic-paper

Scroll down to the "three color pigment, Spectra" display for a non-technical overview.
Which is one example of the store label devices.
That would also make a highly visible dashboard.

Then scroll to bottom and follow link(s) to development resources.
Include in your inquiry questions about vibration tolerance.

= = = =

Front light(s) and Touch Screen are (physical) add-ons.

= = = =

You wrote "change color" and "e-paper" - in a technical forum.
The only devices with those two details in common are non-grayscale only displays.
knc1 is offline   Reply With Quote
Old 03-14-2016, 09:33 AM   #11
elektrinis
Junior Member
elektrinis began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2016
Device: K5
Dear knc1,

Is white - color?
Is black - color?
My answer is yes. I hope we have clarified this one.

Also you are suggesting:
Check out the devices that are produced as 'electronic price tags'

Then you point me to displays. Not the same thing, is it?
And then you offer your engineering skills. I see working with you would be a treat.
elektrinis is offline   Reply With Quote
Old 03-14-2016, 09:58 AM   #12
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by elektrinis View Post
- - - - -
Then you point me to displays. Not the same thing, is it?
- - - - -
They are.

Try this one:
https://www.visionect.com/product/di...-ink-display/3

Last edited by knc1; 03-14-2016 at 10:11 AM.
knc1 is offline   Reply With Quote
Old 03-14-2016, 10:30 AM   #13
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by elektrinis View Post
Dear knc1,

Is white - color?
Is black - color?
My answer is yes. I hope we have clarified this one.

Also you are suggesting:
Check out the devices that are produced as 'electronic price tags'

Then you point me to displays. Not the same thing, is it?
And then you offer your engineering skills. I see working with you would be a treat.
The problem with e-shelf labels is that they are dumb displays which are updated remotely (plus they use propr hardware which is not portable). The Visionect screens have a similar problem.
Nate the great is offline   Reply With Quote
Old 03-14-2016, 10:35 AM   #14
Nate the great
Sir Penguin of Edinburgh
Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.Nate the great ought to be getting tired of karma fortunes by now.
 
Nate the great's Avatar
 
Posts: 12,375
Karma: 23555235
Join Date: Apr 2007
Location: DC Metro area
Device: Shake a stick plus 1
Quote:
Originally Posted by elektrinis View Post
After giving it a better look, now I see that he is running a stock web browser... In my case I would need it to be customer-friendly, I mean no visible browser window and no way of closing it. It should be a full screen app without ability to use any other kindle-related things, just the app. Maybe something like custom screensaver?
Probably a custom full-screen browser would be possible to do? But we would prefer to offload all the computational power on to kindle and use only a very small MCU for actual data acquisition and retransmission to kindle, without running an OS or web server on the MCU...
Here's an outside-of-the-box suggestion.

There are ereaders which have an E-ink screen, run Android, and can do USB OTG via a microUSB port (some even have BT).

Would it be possible to use one of those, running a custom Android app?
Nate the great is offline   Reply With Quote
Old 03-14-2016, 11:02 AM   #15
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Nate the great View Post
The problem with e-shelf labels is that they are dumb displays which are updated remotely (plus they use propr hardware which is not portable). The Visionect screens have a similar problem.
? ? ?
Quote:
Originally Posted by Nate the great View Post
What you want has been done before, and it won't be hard to duplicate. You'll need a Rasp Pi or some other SBC, and a Kindle:
http://the-digital-reader.com/2015/0...bike-comupter/
And it appears that on good authority, so do the Kindles.
knc1 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kindle survived 75 MPH motorcycle crash boylec Amazon Kindle 13 12-19-2011 11:18 AM
Kindle free book Adventures of a Motorcycle Despatch Rider During the First World War greencat Deals and Resources (No Self-Promotion or Affiliate Links) 3 05-13-2011 11:14 AM
Zen and the Art of Motorcycle Maintenance on Kindle? ph3lps Amazon Kindle 35 05-19-2009 10:45 AM
Macinstosh Dashboard Opens Security Vulnerabilities Bob Russell Lounge 0 05-09-2005 11:40 AM


All times are GMT -4. The time now is 02:27 AM.


MobileRead.com is a privately owned, operated and funded community.