Posts

Showing posts from March, 2017

Install Node-RED on Orange Pi

Image
Step 1: Install NodeJs v7.x curl -sL http s: // deb .nodesource. com /setup_7. x | sudo -E bash - sudo apt- get install - y nodejs Step 2: Install Node-RED sudo npm install -g --unsafe-perm node-red Step 3: Start Node-RED root@orangepizero:~# node-red 22 Mar 17 : 51 : 35 - [ info ] Welcome to Node-RED =================== 22 Mar 17 : 51 : 35 - [ info ] Node-RED version: v0.16.2 22 Mar 17 : 51 : 35 - [ info ] Node.js version: v7.7.3 22 Mar 17 : 51 : 35 - [ info ] Linux 3.4 .113-sun8i arm LE 22 Mar 17 : 51 : 37 - [ info ] Loading palette nodes 22 Mar 17 : 51 : 43 - [warn] ------------------------------------------------------ 22 Mar 17 : 51 : 43 - [warn] [rpi-gpio] Info : Ignoring Raspberry Pi specific node 22 Mar 17 : 51 : 43 - [warn] ------------------------------------------------------ 22 Mar 17 : 51 : 43 - [ info ] Settings file : /root/.node-red/settings.js 22 Mar 17 : 51 : 43 - [ info ] User directory : /root/.node-red 22 Mar 17 : 51 : 43 - [

The OpenIoTChallenge 3.0 was through. Thanks to Eclipse IoT Working Group

We - the AgriNode team are proud to receive the Special  Acknowledgement from the  judging panel.  https://www.eclipse.org/org/press-release/openiotchallenge3_winners.php Thanks to the EclipseIoT and the sponsors for organizing the Open IoT Challenge where we have learned about Open-source IoT platforms and made new friends in the IoT world.

Install Eclipse Kura on Orange Pi Zero (9$; 512MB of RAM)

Image
Orange Pi is a series of cheap single-board computers. It can run   It can run Android 4.4, Ubuntu, Debian, Rasberry Pi Image. In this post, I tried to install Eclipse Kura on a Orange Pi Zero which has    the AllWinner H2 SoC, and has 512MB DDR3 SDRAM. This board will be the next generation for our system (Agrinode project). The fist step, we install Kura on the board and test is to verify that it can work correctly as the Raspberry Pi. This post is also available at AgriNode project page:  https://agrinode.github.io/docs/orangepi/ Install Debian on Orange Pi Please follow the link:  https://docs.armbian.com/User-Guide_Getting-Started/ Install default java JRE/JDK on Debian (JDK 7) Web Browser Plugin To install the default Web Browser Plugin on your system, run: apt-get install icedtea- plugin JRE To install the default JRE (Java Runtime Environment) on your system, run: apt-get install default -jre JDK To install the default JDK (Java Developme