How to burn system for pcDuino9s
Wiring Instructions of pcDuino9s The jumper cap is connected to the OTG_ID mode as shown below. At this time, the USB port is USB HOST mode, which is used to connect the mouse, keyboard, U disk and...
View ArticleWireless All Sky Camera
An all sky camera is a device designed to take pictures of the entire sky over a certain amount of time, usually to monitor meteor showers or other astronomical phenomena. I built mine to monitor the...
View ArticleA DIY low-cost LoRa gateway based on pcDuino
Thanks to this open source project which uses the Raspberry Pi as Lora gateway and Arduino as Lora node device. We port this project to pcDuino and send the received data from Lora node to...
View ArticleReal-time panorama and image stitching with OpenCV
One of my favorite parts of running the PyImageSearch blog is a being able to link together previous blog posts and create a solution to a particular problem — in this case, real-time panorama and...
View ArticleHow to Use Professional Wireless Weather Station
Functions and descriptions: Perpetual calender: from 1st/January/2000 to 31st/December/2099; The hour display format can be set between 12 hour format or 24 hour format. The time zone can be setfrom-12...
View ArticlepcDuino3 Nano – Ubuntu Updates
This is another in the series documenting my setup of a new home server with the Linksprite pcDuino3 Nano. A listing for the entire series can be found here. More information on the pcDuino3 Nano...
View ArticlepcDuino3 Nano – Kernel Upgrade
This is the first of a series documenting my setup of a new home server with the Linksprite pcDuino3 Nano. A listing for the entire series can be found here. More information on the pcDuino3 Nano...
View ArticleUse pcDuino8Uno and 96board as Zigbee Gateway
LinkSprite released a family of zigbee sensors for home automation and a zigbee gateway module to control these sensors. In this tutorial, we show how to use pcDuino8 Uno or 96 boards with the zigbee...
View ArticleHow to install Linux header for pcDuino8 Uno
There is no source of linux-headers for pcDuino8 Uno, so it not easy to compile an kernel module for pcDuino8 uno. But before several days ago, LinkSprite released kernel source for pcDuino8 Uno, now...
View ArticleAutomatically connect a pcDuin8 Uno to a Wifi network
In this post I’ll quickly cover how you can set up your pcDuino8 uno to automatically connect to your wireless network. All you need is a WiFi-dongle. Because the pcDuino8 uno only has one USB-port,...
View ArticleREAL TIME FACE DETECTION USING VIOLA-JONES AND CAMSHIFT IN PYTHON
As the title suggest’s, this blog mainly deals about real time Face Detection on a video (Last Week Tonight with John Oliver) using combined approach of Viola-Jones and CAMSHIFT. The prerequisites are...
View ArticleWhat is the correct pcDuino APT Package Server?
Please modify /etc/apt/sources.list As to pcDuino8 Uno, add the following line: deb http://ubuntu.pcduino.com/pcduino8/ pcduino main As to pcDuino3/2/1, add the following lines: deb...
View ArticleHow to install FFMPEG for pcDuino8 Uno
FFMPEG is the great tool if you want to deal with video. In this tutorial, we show how to install this complicated tool on pcDuino8 Uno, Install H264 Support: Enter the following commands: $cd...
View ArticleHow to Enable Motion Triggered Cloud Recording for Deepcam
Deepcam plug and play security camera is a low cost WiFi camera that has vivid video quality. We showed how to use a pcDuino8 uno to detect the motion and upload the video clip to dropbox, so a user...
View Article