This is a simple tutorial on Orange Pi Zero GPIO Programming using JAVA. For this, I have used Pi4J library which also works with Raspberry Pi. This tutorial might help you to interact with GPIO in your IOT projects. In his tutorial, I have tested the application with LUBUNTU OS on Orange Pi Zero. Video: Code: import com.pi4j.io.gpio.*; import com.pi4j.platform.Platform; import com.pi4j.platform.PlatformAlreadyAssignedException; import com.pi4j.platform.PlatformManager; public class Mainclass { public static void main(String[] args) throws InterruptedException, PlatformAlreadyAssignedException { System.out.println(“Starting Demo”); PlatformManager.setPlatform(Platform.ORANGEPI); // Support for Orange Pi final…
Read MoreCategory: Orange Pi
Install LUBUNTU OS on Orange Pi Zero
Installing LUBUNTU OS on Orange Pi Zero. This video demonstrates starting from downloading OS to making a static IP for Orange Pi to updating the OS for usage. What’s Orange Pi Zero? It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian. It uses the AllWinner H2 SoC and has 256MB/512MB DDR3 SDRAM(256MB version is Standard version Source: Orange PI Official (http://bit.ly/2i4g9S0) Bikash Narayan PandaDeveloper, Tinkere, a proud Dad.. love to spend my available time playing with Tech!! wglabz.in
Read MoreFirst Look at Orange Pi Zero (The SBC with Wi-Fi and Ethernet)
What’s Orange Pi Zero ? It’s an open-source single-board computer. It can run Android 4.4, Ubuntu, Debian. It uses the AllWinner H2 SoC and has 256MB/512MB DDR3 SDRAM(256MB version is Standard version. Features: CPU H2 Quad-core Cortex-A7 H.265/HEVC 1080P. GPU ·Mali400MP2 GPU @600MHz ·Supports OpenGL ES 2.0 Memory (SDRAM) 256MB/512MB DDR3 SDRAM(Share with GPU)(256MB version is Standard version)
Read More