Intel Edison: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Image:IntelEdison.jpg|200px|right|thumb|Intel Edison]]
[[Image:IntelEdison.jpg|200px|right|thumb|Intel Edison]]




* Enable WiFi
* Enable WiFi
* Enable Bluetooth
* Enable Bluetooth

* Install [[Node-RED]]
==Install [[Node-RED]]==

<pre>
sudo npm install -g node-red
node-red
</pre>

==Install Java==

wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz

==Install [[OpenHAB]] 1==
<pre>
wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-runtime.zip

wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-addons.zip

wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-demo-configuration.zip
</pre>




=Liens=
=Liens=

Revision as of 13:30, 31 March 2015

Intel Edison
  • Enable WiFi
  • Enable Bluetooth

Install Node-RED

sudo npm install -g node-red
node-red

Install Java

wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/7u67-b01/jdk-7u67-linux-i586.tar.gz

Install OpenHAB 1

wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-runtime.zip

wget --no-check-certificate https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-addons.zip

wget --no-check-certificate  https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-demo-configuration.zip


Liens