Difference between revisions of "Android Thing: Android Hardware Programming"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Android Hardware Access/zh|查看中文]]
 
[[Android Hardware Access/zh|查看中文]]
  
 
+
The Document has moved to: [[FriendlyThings]]
==Introduction==
+
FriendlyElec developed a library called “libfriendlyarm-hardware.so”, for android developer to access the hardware resources on the development board in their android apps, the library is based on Android NDK.<br />
+
 
+
==Accessible Interfaces & Ports==
+
* Serial Port
+
* PWM
+
* EEPROM
+
* ADC
+
* LED
+
* LCD 1602 (I2C)
+
* OLED (SPI)
+
I2C, SPI, GPIO are accessible.<br />
+
<br />
+
[[File:Smart4418SDK+OLED.png|frameless|500px|Smart4418SDK+OLED]]<br /><br />
+
[[File:NanoPCT3-I2C-LCD1602.jpg|frameless|500px|NanoPCT3-I2C-LCD1602]]<br />
+
 
+
==Available OS & Boards==
+
* Android 2.3: Mini6410, Tiny6410
+
* Android 4.2: Mini210S, Smart210 with SDK, Tiny210 with SDK, Tiny4412 with SDK
+
* Android 4.4: NanoPi M2, NanoPi S2, NanoPC-T2, Smart4418 with SDK
+
* Android 5: NanoPi M3, NanoPi-T3, Tiny4412 with SDK
+
<br />
+
 
+
==Resources==
+
* Code Samples: https://github.com/friendlyarm/AndroidHardwareAccess
+
* Guide to API in Chinese: https://github.com/friendlyarm/AndroidHardwareAccess/blob/master/友善电子Android硬件开发指南.pdf
+
 
+
==Update Log==
+
===March-2-2017===
+
* Released English version
+

Latest revision as of 08:22, 30 October 2018

查看中文

The Document has moved to: FriendlyThings