• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category

Showcase


Home Automation
March 24, 2015 0 Comments

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 […]

Home Automation
March 24, 2015 0 Comments

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 […]

Home Automation
March 24, 2015 0 Comments

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 […]

Home Automation
Screen Shot 2015-03-24 at 11.45.54 AM
March 23, 2015 0 Comments

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 […]

Home Automation
IMG_4588
February 27, 2015 0 Comments

Use pcDuino3 to make a home video security system

In previous posts(1, 2), we show how to use the pcDuino to make a IP webcam. In this post, we […]

Home Automation
IMG_4578
February 27, 2015 0 Comments

Android app “IP webcam” on pcDuino3nano with 5MP CSI camera

In a previous post, we showed how a 5MP CSI camera and USB webcam can be used on pcDuino3B and Nano.  In […]

Home Automation
IMG_4540
February 26, 2015 0 Comments

Android on pcDuino3 serials support 5M Pixel Camera and USB Webcam

LinkSprite released Android OS image for pcDuino3B and Nano that supports 5M Pixel CSI camera and USB webcam. The CSI camera and […]

Home Automation
0225_1
February 25, 2015 0 Comments

USB Webcam Streaming from pcDuino3 to Android using gstreamer jpegenc

This tutorial follows the steps found here.       When we first attempted this project we used the 5MP CSI […]

Home Automation
2014-07-23 18.36.15
February 25, 2015 0 Comments

Make an IP camera using pcDuino3 and 5M pixel CSI camera (mjpg-streamer)

[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 […]

Home Automation
Screen Shot 2015-02-24 at 3.54.38 PM
February 24, 2015 0 Comments

Build iOS App for OpenHAB

OpenHAB is an open source home automation project. It comes with an iOS application to enable users to control OpenHab […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors