|
2013-10-17
, 15:43
|
Posts: 121 |
Thanked: 231 times |
Joined on Oct 2013
|
#122
|
hmm hakish? Hmm... most "example codes" I have seen on those CPU:s I have worked with (CortexMx and ATXMega) takes care of multimaster mode so to me it this seems its often used that way? But I could be wrong I have not used it in any application cause as u say most time mainCPU is master but in this case it MAY be where it (should) be used. But again I could be wrong...
The Following 3 Users Say Thank You to TemeV For This Useful Post: | ||
|
2013-10-18
, 03:27
|
|
Posts: 819 |
Thanked: 806 times |
Joined on Jun 2009
@ Oxnard, Ca.
|
#124
|
Didnt quite get it why contradicting, but
N900 with Mugen battery was not too thick,and SGS3 with 7000 mAh battery is not too thick, but thicker than those start to be too much.
Integrating extra battery feature to qwerty Otherhalf would make it thinner than having the two Otherhalfs stacked.
Didnt quite get it why contradicting, but
N900 with Mugen battery was not too thick,and SGS3 with 7000 mAh battery is not too thick, but thicker than those start to be too much.
Integrating extra battery feature to qwerty Otherhalf would make it thinner than having the two Otherhalfs stacked.
The Following User Says Thank You to aironeous For This Useful Post: | ||
|
2013-10-18
, 08:10
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#125
|
If they put a wysips on the screen then this will be unnecessary and any battery in the other half would just be gravy. You can see that company has already signed up some Chinese companies to use their see through solar panel underneath the screen.[/URL]
The Following User Says Thank You to dirkvl For This Useful Post: | ||
|
2013-10-18
, 10:03
|
Posts: 59 |
Thanked: 66 times |
Joined on May 2007
|
#126
|
What kind of info does a microcontroller send and what need to be done on the phone-half in terms of software?
|
2013-10-19
, 09:16
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#127
|
I'm not a kernel developer so I'm a bit guessing here.
To my understanding many peripherals need a kernel driver and a configuration for the hardware connection. ADP5589 was mentioned in this thread earlier and there is a kernel driver for it. But in addition to that the kernel needs to know how the ADP5589 is connected to the main CPU on the device (e.g. on the RPi).
E.g. I2C devices are usually static so everything is hardcoded to kernel's board files or nowadays to Device Tree files.
To use ADP5589 with RPi you need to probably tell in which I2C bus it is, what's the I2C slave address (7 or 10bit) and what are the possible interrupt lines. I tried quickly googling for some devices using the ADP5589 for an example but couldn't find any (but I'm sure there are such).
So, the actual I2C communication between CPU and ADP5589 should be covered by the driver and as such is plug'n'play but a hardware connection configuration is still needed. Some sort of user-space keymapping is probably needed as well.
EDIT: related to that particular driver I found an interesting PDF, google for "ADP5589 Input Keyboard and GPIO Linux Driver".
|
2013-10-19
, 10:10
|
Posts: 1,104 |
Thanked: 5,652 times |
Joined on Feb 2010
@ Holland
|
#128
|
The Following 4 Users Say Thank You to dirkvl For This Useful Post: | ||
|
2013-10-19
, 11:48
|
Posts: 1,067 |
Thanked: 2,383 times |
Joined on Jan 2012
@ Finland
|
#129
|
My TCA8424 with evaluation module and launchpad are currently being shipped. So, the rest of my development will focus around this chip.
Since we know the Jolla device has the interrupt-line and uses the Mer I2C_HID driver, what needs to be done on the software side to make this work? (And is there a way to emulate this in the SDK??)
|
2013-10-19
, 23:03
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#130
|
The Following 5 Users Say Thank You to Zeta For This Useful Post: | ||
TCA8424 chips and evalution-module is coming my way!