Open main menu

Wiki-Orange Pi β

Changes

Orange Pi I96

164 bytes added, 10:33, 30 June 2022
Download the Orange Pi i96 User Manual
* Download the latest source code
You could download the latest WiringPi source code from official website: <br>
[http://www.orangepi.org/ <span style="color:#0000ff;">wwwhtml/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-I96.orangepi.org</span>]html<br>
You could also download files from github: <br>
[https://github.com/OrangePiLibra/WiringPi.git <span style="color:#0000ff;">https://github.com/OrangePiLibra/WiringPi.git</span>]
with the following command:<br>
<span style="background:#fffaa5">env GIT_SSL_NO_VERIFY=true git clone<span><br><br>
* Compile and install WiringPi
In order to use wiringPi C library, first you need to import file of "wiringPi.h". You need to initialize wiringPi before using GPIO with function wiringPiSetup(). And then you could configure pin mode into INPUT or OUTPUT. And please note that the pin number should corresponding to wiringPi. Finally you could use function digitalWrite() and digitalRead() to read and write. <br>
<br>
 
== '''Source Code Compilation of Android and Linux ''' ==
<br>
=== '''Download the Source Package and Unzip it''' ===
<br>
Download website: <br>http://www.orangepi.org/downloadresourceshtml/hardWare/computerAndMicrocontrollers/service-and-support/Orange-Pi-I96.html<br>
Downloaded source package and use the following command:<br>
 $cat OrangePi_2G-IOT* > tar.tar.gz<br>
Unzip the file you will get the trunk directory, enter it via the terminal.<br>
<br>
 
=== '''Android source code compiler''' ===
<br>
<br>
<br>
== '''Using Debug tools on OrangePi Orange Pi ''' ==
<br>
Hardware: Orange Pi development board*1, Card reader*1, TF card*1, power supply*1, TTL to USB cable*1
<div style="padding-left:100px;">[[File:Orange-pi-i96-img88.png|800px]]</div>
<br>
 
== '''Download the Orange Pi i96 User Manual''' ==
<br>
For more information on using the Orange Pi i96, please see the [https://drive.google.com/open?id=1v_ecsBnlQtxE4BNQ4v1eBa_YE0fhiUkK <span style="color:red;">Orange Pi i96 User Manual</span>]. (Click to download)