Inhaltsverzeichnis
OrangePi Zero Router
Anschlüsse
Links:
https://github.com/osdomotics/smart-sarah
https://cutmywire.wordpress.com/2017/01/10/orangepi-zero-erste-schritte/
Gehäuse
ioBroker
Sehr kurze Debian-Anleitung
node.js 8.x Installation: sudo apt-get update sudo apt-get upgrade sudo apt-get install curl build-essential sudo curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - apt-get install -y nodejs node --version ioBroker installation: sudo mkdir /opt/iobroker cd /opt/iobroker sudo npm install iobroker --unsafe-perm sudo npm install iobroker.node-red --unsafe-perm sudo npm install node-red-contrib-coap
Codiad Web-IDE
codiad
sudo apt-get install apache2 sudo mkdir /var/log/apache2/ sudo apt-get install php sudo apt-get install php-zip php-mbstring sudo service apache2 restart sudo apt-get install git expect sudo apt-get pip install pexpect sudo rm -rfv /var/www/html/* sudo git clone https://github.com/Codiad/Codiad /var/www/html/ sudo touch /var/www/html/config.php sudo chown www-data:www-data -R /var/www/html/
codiad plugins
Macro Allows custom predefined shell commands
Macros
make -> make -j TARGET=osd-merkur-256 -C %FOLDER% make clean -> make -j clean TARGET=osd-merkur-256 -C %FOLDER% flash -> make -j flash TARGET=osd-merkur-256 -C %FOLDER%
avr toolchain
sudo apt-get install avr-libc binutils-avr gcc-avr gdb-avr simulavr avrdude make git sudo apt-get install python-pip pip install intelhex sudo apt-get install picocom libcoap-1-0-bin sudo chmod +s /usr/bin/avrdude