Howto – Raspberry


Raspberry GPIO Sockets

Communicate with Raspberry GPIO over UDP and TCP Sockets. Explores using UDP as push stream of changes to inputs and outputs on the Raspberry. TCP Connection enables the remote client to control output state changes from the client software. Code on GIT Hub: https://github.com/matzpersson/raspberry-gpio-sockets.git Companion Swift app on https://github.com/matzpersson/raspberry-swift-gpio-remote.git Installation […]


Configure Raspberry for License Plate Recognition

Quick howto for installing and compiling the OpenAlpr project on a Raspberry Pi. Raspberry needs to have atleast 64bit Ubuntu Trusty for this to work. First, install the prerequisites. sudo apt-get install libopencv-dev libtesseract-dev git cmake build-essential libleptonica-dev sudo apt-get install liblog4cplus-dev libcurl3-dev sudo apt-get install beanstalkd Next, head to […]