Active Topics

 


Closed Thread
Thread Tools
Posts: 28 | Thanked: 22 times | Joined on Nov 2012
#11
If you're going to have four rows of keys (as in your mockup), you should definitely have dedicated number keys.
 

The Following User Says Thank You to KFX For This Useful Post:
Posts: 1,104 | Thanked: 5,652 times | Joined on Feb 2010 @ Holland
#12
@maluka Starting with a bluetooth keyboard would be exactly the same. Strip everything, use the keys only, don't use BT and build from the ground up. The only difference is I don't have a BT keyboard case on hand.

@minimos The keyboard keys are only 19mm high, so it will be no problem to incorporate holes in the OH for the camera. However, solving hardware issues like this is not priority at the moment. Lets get a proof-of-concept first!

@DeeGee I had already found that chip. Problem is it runs on max 3.6 volt, where the jolla phone runs on 3.8 volts. And I don't have a special oven for cooking this kind of chip on the pcb

@youmeego Off-topic!

Anyone experience with NKRO, ghosting, pcb design?
 

The Following 7 Users Say Thank You to dirkvl For This Useful Post:
Posts: 1,104 | Thanked: 5,652 times | Joined on Feb 2010 @ Holland
#13
Originally Posted by KFX View Post
If you're going to have four rows of keys (as in your mockup), you should definitely have dedicated number keys.
Which mockup? The first picture? That's just an artist impression made by someone else.
 
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#14
As the design has just started, I suggest, why don't you at the same time design to have an extra battery with the qwerty OtherHalf. The extra battery could be the same as the original Jolla battery, doubling the mAh value.

I have noticed, I have never been satisfied with the original battery capacity of any recent mobile devices I've been using. I have purchased a bigger battery to all of these: Nokia 8110, Nokia 6260, N95, N95 8GB, N900, Samsung Galaxy S3. I guess I have been and always be a heavy user, whether it was Symbian, Maemo, Android, ...(Sailfish, Tizen, ...).

Although Jolla has designed the OtherHalf system to be stackable, so able to stack several OtherHalfs together, I find it unlikely and perhaps unpractical to do for real, for example having extra battery OtherHalf and qwerty-OtherHalf from separate suppliers and then use them with Jolla phone.
 

The Following 3 Users Say Thank You to zimon For This Useful Post:
Posts: 1,104 | Thanked: 5,652 times | Joined on Feb 2010 @ Holland
#15
Good idea, but off topic! 1 thing at a time. No projectors, no extra batteries, no lasers or exlosions, just qwerty keyboard.

Okay, maybe explosions, but no extra batteries.
 

The Following 17 Users Say Thank You to dirkvl For This Useful Post:
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#16
Originally Posted by zimon View Post
Although Jolla has designed the OtherHalf system to be stackable, so able to stack several OtherHalfs together, I find it unlikely and perhaps unpractical to do for real
Source for this assertion?
I've seen others speculate about this, but I've never seen Jolla confirm that this is precisely how their OH system will work.
Apologies for the off-topic, carry-on.
 
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#17
Originally Posted by dirkvl View Post
Yes, I am the first one (nice, Jolla slogan used!) to open a thread about building an OtherHalf with a qwerty slider! In this thread I will post my ideas, pictures and ask questions to you guys.

The goal -for now- is to have a complete setup ready for when the first batches of Jolla phones is shipped. The qwerty slider is without a doubt the most anticipated extra feature and with some extra time on the hand, why not!?

http://i.imgur.com/jMYGijl.jpg

So, lets dive right in! The Jolla phone will have a I2C connector on the back. Luckily, my RPi has I2C as well, so the first prototypes and proof-of-concepts can be tested. The RPi and Sailfish both support Python, which makes the programming a lot easier. I don't have any experience with the Sailfish SDK, but that will come later on.

The keyboard itself will be taken from my old -and dead- N900. Nostalgia much?! The keyboard consists of the motherboard with the electrical connections, a plastic sticker with pieces of metal to make the connection and the *click*, and the actual buttons.
http://s2.postimg.org/cv4qdzz95/13100005.jpg

The motherboard will be scrapped. To complicate things, I will try to build my own pcb from scratch. This tutorial provides all the necessary steps. It will be a double-sided board.

On this pcb, there will be a button-matrix similar to the one on the motherboard. To connect the keys to the phone, a mcp23017 i2c gpio port expander will be used.

Next step, pcb design. The N900 keyboard had some issues with NKRO, perhaps someone can shed some light on this to design a new way to connect the keys in a better way? The gpio-expander had 16 i/o ports.

The software: the keyboard has to be continuously scanned for key-presses. How will a background python (or other) script affect cpu and battery usage? Better/possible to start/stop the script when the keyboard is slided out? Continuously scan for I2C devices? For the near future, testing software will be on the RPi. I have some experience with that, but help is welcome.

The slider mechanism: Maybe the old slider mechanism from the n900? Design a new one? Other options? Personally, if parts are machined nice, I love to show mechanical parts. If not, the game is to not show anything.
http://phandroid.s3.amazonaws.com/wp...en-550x412.jpg

Please keep the topic clean and respond if you would like to (and can) help!
get rid of that MCP23017 and go for an tiny ARM cortex M0 from NXP like:

http://www.nxp.com/documents/data_sheet/LPC81XM.pdf

that way it could be used for other cool stuff too And price is < 2EU on fernell for the 8Kbflash + 2kb ram variant.

http://de.farnell.com/nxp/lpc811m001...sop/dp/2320693
__________________
Keep safe and healthy

Last edited by mikecomputing; 2013-10-06 at 16:02.
 

The Following User Says Thank You to mikecomputing For This Useful Post:
Posts: 1,104 | Thanked: 5,652 times | Joined on Feb 2010 @ Holland
#18
Originally Posted by mikecomputing View Post
get rid of that MCP23017 and go for an tiny ARM cortex M0 from NXP like:

http://www.nxp.com/documents/data_sh...PC11XXLVUK.pdf

that way it could be used for other cool stuff too And price is around 3.5EU on fernell for the 32Kbflash + 8kb ram variant.

http://de.farnell.com/nxp/lpc11c14fb...qfp/dp/1812185
1. Did I mention this was a diy project? I cannot solder this small chip. If you can, feel free to jump in!
2. Try ordering something at farnell..
 

The Following 3 Users Say Thank You to dirkvl For This Useful Post:
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#19
Originally Posted by dirkvl View Post
1. Did I mention this was a diy project? I cannot solder this small chip. If you can, feel free to jump in!
2. Try ordering something at farnell..
see my post again I updated it with a smaller variant that can be soldered by hand and costs less.. and can be used with upto 3.6v.
__________________
Keep safe and healthy
 

The Following 2 Users Say Thank You to mikecomputing For This Useful Post:
Dave999's Avatar
Posts: 7,074 | Thanked: 9,069 times | Joined on Oct 2009 @ Moon! It's not the East or the West side... it's the Dark Side
#20
Ive asked jolla for dimensions and also other side connections to main body. Wanted to create a 3d printer map. Do you got some intel on this? Without it I fail to see how to go forward with another side.
__________________
Do something for the climate today! Anything!

I don't trust poeple without a Nokia n900...
 

The Following 2 Users Say Thank You to Dave999 For This Useful Post:
Closed Thread

Tags
keyboard, limited-edition, otherhalf, qwerty

Thread Tools

 
Forum Jump


All times are GMT. The time now is 06:48.