alfmar
|
2017-07-27
, 16:37
|
Posts: 88 |
Thanked: 411 times |
Joined on Mar 2010
@ southern Italy
|
#881
|
|
2017-07-27
, 16:45
|
Posts: 88 |
Thanked: 411 times |
Joined on Mar 2010
@ southern Italy
|
#882
|
|
2017-07-27
, 20:12
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#883
|
|
2017-07-27
, 20:53
|
Posts: 248 |
Thanked: 1,142 times |
Joined on Dec 2014
@ Earth
|
#884
|
Devices can't initiate an exchange (like if a key is pressed on a keyboard), so if you don't want to do polling, you need an additional interrupt line.
This leaves only some useful chips like pressure sensors, ADC, IO expanders or small OLED displays...
On the other hand is the USB bus. It only needs 2 pins of data (and the same 2 pins of power as the other ones)
{...}
So for effectiveness, I would go for only bidirectional power pins with USB OTG (so 4 pins), to cover all usages.
If you can put anything, then UART+I2C+SPI+Gpio for interrupts/PWM+PciE+Sata+... can find its use too.
|
2017-07-27
, 22:07
|
|
Posts: 269 |
Thanked: 1,096 times |
Joined on Sep 2009
@ Hampshire, UK
|
#885
|
Otherwise I also agree that giving USB is the best part : one could then use an embed arduino to basically do anything.
|
2017-07-27
, 23:00
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#886
|
I disagree, for exactly the same reason . USB is a PITA and unnecessary overhead for adding simple hardware to a device.
USB in addition to i2c (or SPI, or even rs232@3v3 if you wish) by all means, but not to the exclusion of a simple interface please!
I think there were limited TOH produced because the software and documentation never encouraged experimentation without spending a lot of time digging around looking for information.
|
2017-07-28
, 00:01
|
|
Posts: 269 |
Thanked: 1,096 times |
Joined on Sep 2009
@ Hampshire, UK
|
#887
|
|
2017-07-28
, 06:28
|
Posts: 735 |
Thanked: 1,054 times |
Joined on Jun 2010
|
#888
|
The Following 4 Users Say Thank You to Jedibeeftrix For This Useful Post: | ||
|
2017-07-28
, 11:13
|
|
Posts: 1,478 |
Thanked: 9,871 times |
Joined on Dec 2008
@ Shanghai / London
|
#889
|
The Following 26 Users Say Thank You to chenliangchen For This Useful Post: | ||
|
2017-07-28
, 11:21
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#890
|
The Following 5 Users Say Thank You to Kabouik For This Useful Post: | ||
Tags |
jolla tablet, sailfish os |
Thread Tools | |
|