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 […]
This MQTT broker bridges the data sent from Arduino sensor in the field to the OpenHAB’s MQTT server. Arduino sensors in […]
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 […]
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 […]
$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 […]
In previous posts(1, 2), we show how to use the pcDuino to make a IP webcam. In this post, we […]
In a previous post, we showed how a 5MP CSI camera and USB webcam can be used on pcDuino3B and Nano. In […]
LinkSprite released Android OS image for pcDuino3B and Nano that supports 5M Pixel CSI camera and USB webcam. The CSI camera and […]
This tutorial follows the steps found here. When we first attempted this project we used the 5MP CSI […]
[vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Camera Installation” tab_id=”1424880918-1-69″][vc_column_text]In this tutorial, we will make a IP camera using pcDuino3 and 5M pixel CSI camera […]
OpenHAB is an open source home automation project. It comes with an iOS application to enable users to control OpenHab […]