PINE64
Play along - create a PinePhone keyboard - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Accessories (https://forum.pine64.org/forumdisplay.php?fid=123)
+--- Thread: Play along - create a PinePhone keyboard (/showthread.php?tid=10885)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22


RE: Play along - create a PinePhone keyboard - x0r - 09-17-2020

(09-15-2020, 08:40 PM)SwordfishII Wrote: @Luke didn't see any keyboard news in the Sep news release. Last update was 3 prototypes being examined, any updates?
;-) ha ha


RE: Play along - create a PinePhone keyboard - Luke - 09-17-2020

(09-15-2020, 08:40 PM)SwordfishII Wrote: @Luke didn't see any keyboard news in the Sep news release. Last update was 3 prototypes being examined, any updates?

No, no updates I'm afraid - I've been rather busy in the month of August, so I may have missed an internal communication re. this particular topic.
I'll revisit this in November for sure.


RE: Play along - create a PinePhone keyboard - SwordfishII - 09-17-2020

(09-17-2020, 05:59 PM)Luke Wrote:
(09-15-2020, 08:40 PM)SwordfishII Wrote: @Luke didn't see any keyboard news in the Sep news release. Last update was 3 prototypes being examined, any updates?

No, no updates I'm afraid - I've been rather busy in the month of August, so I may have missed an internal communication re. this particular topic.
I'll revisit this in November for sure.

Awesome, thank you. The keyboard was the tipping (err typing) point for my purchase. Will probably buy at least one more phone after it releases and keyboard to go with both.


RE: Play along - create a PinePhone keyboard - x0r - 09-18-2020

(09-17-2020, 05:59 PM)Luke Wrote: No, no updates
q.e.d.

If @Luke are busy, meybe other developer write some information in this forum? What do you like about our ideas, we would prefer if we had a choice. Can the keys on the outside of the keyboard be? Or will there be a mouse, trackpad etc.?


RE: Play along - create a PinePhone keyboard - regnarg - 10-01-2020

The TOHKBD layout seems absolutely awesome, I'd totally buy one. It seems that these guys really tought the issue of a mobile keyboard through, instead of blindly copying the PC layout with some minor changes. Especially the navigation block and the layout of modifier keys seems very promising. For example you can easily press combinations like alt+arrow, ctrl+end etc!


RE: Play along - create a PinePhone keyboard - NO_ob - 10-04-2020

(09-14-2020, 02:22 PM)tigerforce Wrote:
(09-14-2020, 09:59 AM)x0r Wrote:
(09-13-2020, 04:26 PM)tigerforce Wrote: Here is a picture of the Aigo P8880E UMPC which was released in 2009
Similar construction to https://en.wikipedia.org/wiki/OQO
But stil 4 in vertical, why not 5 or 6 (similar in normal keyboard)? Sad

still many space in main enclosure.

I agree. Something like the keyboard of GPD Win might be good. It has 5 rows and common symbols don't need the Fn key. I just hate the Fn key being at the left most position. Should switch Ctrl and Fn.

[Image: GPD_Win.jpg]
I think a keyboard more like the gemini pda would be much better for typing on https://www.www3.planetcom.co.uk/gemini-pda


RE: Play along - create a PinePhone keyboard - DrewTechs - 10-04-2020

https://www.ti.com/product/TCA8424

https://www.ti.com/lit/ds/symlink/tca8418.pdf

https://www.sprintek.com/en/products/keyboard_ic/SK5221.aspx?ad=bing

Will we theoretically be able to design a keyboard with this component? I wish I could just get one I can insert onto a breadboard but these i2c devices seem to only be for PCB boards which means that I would need a development board for it. Once I got that I can test a circuit setup on the ATmega328PB and/or on a Raspberry Pi.


RE: Play along - create a PinePhone keyboard - wibble - 10-05-2020

Look up dead bug prototyping - it's rarely pretty but usually works. Did you pick that one because it already has a kernel driver, or is that just good luck?

mobian@mobian:~$ zgrep TCA8418 /proc/config.gz
# CONFIG_KEYBOARD_TCA8418 is not set


RE: Play along - create a PinePhone keyboard - DrewTechs - 10-06-2020

(10-05-2020, 07:34 AM)wibble Wrote: Look up dead bug prototyping - it's rarely pretty but usually works. Did you pick that one because it already has a kernel driver, or is that just good luck?

mobian@mobian:~$ zgrep TCA8418 /proc/config.gz
# CONFIG_KEYBOARD_TCA8418 is not set
So the TCA8418 is somewhat supported on the kernel level? That means that it would be the appropriate component to use.


RE: Play along - create a PinePhone keyboard - wibble - 10-06-2020

It would appear so - see kernel source and docs covering the devicetree entries:
drivers/input/keyboard/tca8418_keypad.c
Documentation/devicetree/bindings/input/tca8418_keypad.txt
Documentation/devicetree/bindings/input/matrix-keymap.txt