MyController on OrangePi
-
No need to stick to the expensive Raspberry Pi board. MyCotroller runs perfect on my 1GB RAM quad core Orange Pi PC ($15) and I see no reason it wouldn't work on the 512MB RAM quad core, with ethernet and WLAN already on board Orange Pi Zero ($9), which can be purchased in quantities of more than one per household and, shockingly, is actually available... :grinning:
Nano Pi also manufactures great boards but they tend cost double than OPi, actually getting close to the Raspberry Pi's price tag.
The only difficulty I had with deploying MyController on these boards was installing Java 1.8 which isn't currently available in the apt repos.
I'm in no way affiliated with any producer, only a happy user of Orange Pi & Nano Pi, powered by the super polished Armbian. -
Agree!, mycontroller runs perfectly on an OrangePI!
In my case i use an Orange Pi Zero, with 512MB memory, it is a quadcore CPU, which seven seems to be over dimentioned for the job :)If you use Armbian, installing Java is pretty simple,
Steps i used:
sudo echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
sudo echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
sudo apt-get update
sudo apt-get install oracle-java8-installerOnce all is installed:
sudo apt-get install oracle-java8-set-default
See this page for all information http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html
Hope it helps!
Kind regards,
Tag
(Visit http://www.mycontroller.org/ for this great piece of software!)
-
I am kinda a noob on Linux and from reading the directions on github and mysensors.org, I can't figure out how to install the package on raspberry pi. I know the directions look cut and dry to everyone but I am having issues understanding where to place the package after I downloaded it. I have raspberry pi up and running on the latest version of jessie. Please send me a link or let me know. The software looks amazing! PLS help!!!!
-
I am kinda a noob on Linux and from reading the directions on github and mysensors.org, I can't figure out how to install the package on raspberry pi. I know the directions look cut and dry to everyone but I am having issues understanding where to place the package after I downloaded it. I have raspberry pi up and running on the latest version of jessie. Please send me a link or let me know. The software looks amazing! PLS help!!!!
@Fritzin On download page you have users manual too. Kindly refer it.