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 12-11-2013, 07:12 AM   #1
wildcolor
Enthusiast
wildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead community
 
Posts: 38
Karma: 15586
Join Date: Dec 2012
Device: kindle 4nt
e-ink kindle custom app

Dear all

I am wondering if the e-ink kindles can do something like below?

I want to be able to control the kindle using an extenal keyboard, say if I press button 'T', the kindle will draw a Triangle, press button 'C', the kindle draws a Circle.

Note, I want to use an external (say computer) keyboard to control it.


I am having a K4NT by the way.
wildcolor is offline   Reply With Quote
Old 12-11-2013, 07:49 AM   #2
hawhill
Wizard
hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.hawhill ought to be getting tired of karma fortunes by now.
 
hawhill's Avatar
 
Posts: 1,379
Karma: 2155307
Join Date: Nov 2010
Location: Goettingen, Germany
Device: Kindle Paperwhite, Kobo Mini
USB host mode would be needed to connect a conventional USB keyboard. The chipset is capable of running in USB host mode but it needs kernel support that is not there out of the box. Search for USB host mode in this board to get more info. It has been done, but is poorly documented.

As for the painting circles and triangles part, that would be easier (depending on your programming knowledge of course). Just showing certain images for certain buttons could be realized quickly e.g. in shell scripting.
hawhill is offline   Reply With Quote
Advert
Old 12-11-2013, 08:49 AM   #3
dsmid
Linux devotee
dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.dsmid ought to be getting tired of karma fortunes by now.
 
dsmid's Avatar
 
Posts: 598
Karma: 2069047
Join Date: Feb 2011
Device: Kindle 3, Kindle 4B, Kindle PW2
You could also connect the keyboard to Raspberry Pi then use SSH/Wi-Fi to forward the command to Kindle and make the Kindle display an image with circle or triangle.
dsmid is offline   Reply With Quote
Old 12-11-2013, 09:05 AM   #4
aditya3098
Guru
aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.aditya3098 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
Quote:
Originally Posted by dsmid View Post
You could also connect the keyboard to Raspberry Pi then use SSH/Wi-Fi to forward the command to Kindle and make the Kindle display an image with circle or triangle.
Yeah that'd work easily
aditya3098 is offline   Reply With Quote
Old 12-11-2013, 01:50 PM   #5
zxczxc
Addict
zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.zxczxc knows how many angels can dance on the head of a pin.
 
Posts: 229
Karma: 136002
Join Date: Apr 2013
Device: PW
you could use a bluetooth keyboard, and use an android device as a middle man to receive the bluetooth input and then send commands to the kindle via wifi (via ssh, as dsmid said above)
a bit like this: https://www.mobileread.com/forums/sho...d.php?t=215558
zxczxc is offline   Reply With Quote
Advert
Old 12-13-2013, 06:15 AM   #6
wildcolor
Enthusiast
wildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead communitywildcolor has become a pillar of the MobileRead community
 
Posts: 38
Karma: 15586
Join Date: Dec 2012
Device: kindle 4nt
thanks for all the reply.

I need the program to display certain images based on the button press from the keyboard. The 'circle' and 'triangle' were just examples. What I need will be more complicated and can vary very much. So I can't just use simple images.

I want the kindle program to generate the stimulus (i.e., circles/triangle) and also to read in the keyboard 'button presses'.

is this something doable on the kindle? or any other e-ink devices?
wildcolor is offline   Reply With Quote
Old 12-13-2013, 08:17 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 wildcolor View Post
What I need will be more complicated and can vary very much.
Everyone here is having trouble with their Crystal Ball application, none of us can read your mind.

Tell us what your overall objective is, we may be able to give you more specific (to your objective) advice.

Asking for a solution to a small example case is not going to get you anything other than solutions to the small example case.

And if what you have in mind is a closed source application you are developing, do not be surprised if you do not get any support from the members of this forum.
knc1 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Touch Custom dicts for Kindle App on Nook rooted myself11 Barnes & Noble NOOK 0 01-16-2013 12:49 PM
Bible app for e-ink Kindles (Kindle Active Content) draytonbenner Self-Promotions by Authors and Publishers 0 10-18-2012 10:23 AM
Development Custom image on E-Ink screen when off T-virus enTourage eDGe 2 03-28-2012 09:03 PM
Custom margin sizes for PE e-ink side w/ epub books? gerhardtfischer enTourage eDGe 3 09-27-2011 06:00 PM
Request The ability to have a custom image on the e-ink side when it is shut off casualt enTourage Archive 18 12-26-2010 04:28 PM


All times are GMT -4. The time now is 01:15 AM.


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