pcDuino
Automatically Mount SATA drive on pcDuino3B
pcDuino3 family has a SATA host can be used to hook a SATA drive. In this post, we mount a […]
How to enable security in OpenHAB
When using OpenHAB to control our house, we would like to have to security in place. The way to enable […]
Use Ethernet USB Adaptor on pcDuino3C on the eval board
pcDuino3C is a core board version of pcDuino3. The eagle files of pcDuino3c are released on the github including the BOM. […]
DIY Home Automation Box with Pcduino and Arduino
After month of work and many times to debug, I’m proud to share with you my diy home automation box […]
Install MQTT broker “Mosquitto” on pcDuino3/3B for OpenHAB
This MQTT broker bridges the data sent from Arduino sensor in the field to the OpenHAB’s MQTT server. Arduino sensors in […]
How to automatically run OpenHAB
We edit /etc/rc/local to automatically load openhab. $sudo nano /etc/rc.local, And append the following command before exit(0): sudo /opt/openhab/start.sh […]
How to configure OpenHAB
To add a device to OpenHAB, we need to configure four files: /configurations/openhab.cfg /configurations/items /configurations/sitemap /configurations/rules/ Under /configurations/openhab.cfg: Turn on MQTT […]
Install OpenHAB on pcDuino3B
$sudo apt-get install git $sudo mkdir /opt/openhab $cd /opt/openhab $sudo wget https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-runtime.zip $sudo unzip distribution-1.6.2-runtime.zip $cd addons $sudo wget https://github.com/openhab/openhab/releases/download/v1.6.2/distribution-1.6.2-addons.zip $sudo […]
Use PhoenixSuite 1.0.6 to reflash pcDuino3s through the USB OTG port
The pcDuino3s has a really nice enclosure but the TF card slot is not accessible from outside without removing the […]