Matz Persson


Building development teams

I recently had the opportunity to join a Brisbane organisation as a Developer Lead. A fast paced organisation running a large user base with a reasonable high volume of financial transactions. As is often the case with these things, you don’t really appreciate how much was going on until you […]


Using Pycom with Wifi and Sigfox

Spent some time playing around with the Pycom chip and connecting it to my local wifi and to the Sigfox network. It is surprisingly robust and easy to work with. I used the Sipy chip with their dev expansion board powered by USB. Still waiting for my lopo battery and […]


Networked Signage

Headstation’s Network Signage Player is a small, networked, low-cost media player enabling businesses to locally or optionally centrally manage their digital signage whether it is large tiled commercial video walls, touch screens or just single retail LCD screens . All product content networked and managed centrally allowing instant distribution and […]


Instructions for installing the cp210x serial bridge driver

This USB driver is not in the kernel by default and have to be installed specifically for your kernel version: Source link is: http://unix.stackexchange.com/questions/75558/ubuntu-make-fails-with-no-such-file-or-directory-lib-modules-3-4-0-build Building cp210x for your kernel version First make note of your major & minor numbers for your kernel you have (i.e. 3.4, 3.5, etc.). $ uname […]


Filesystem Check

Basic filesystem checks are performed by: fsck /dev/sda1 I struggled with Stale NFS file handles on critical /etc/fstab and had to unmount the root partition force a filesystem check with: umount /dev/sda1 fsck /dev/sda1 -f It appeared not to fix it first but after reboot, it looked good.


Options for Video Wall at Raging Thunder HQ

Dimensions of the Head Office wall is approximately 3025mm by 2550mm. Got quotes from Samsung and Philips Australian suppliers. Samsung offers 46″ and 55″ commercial LCD panels designed to be operational 24/7. The Philips supplier offers a 49″ commercial LCD panel. The Samsung monitors are fairly significantly better quality but […]


Resize Ubuntu Filesystem

Increasing the size of your file system in Ubuntu without loosing the partition data. I did this on a vmware slice. It’s a bit freaky as you are actually deleting the primary partition in the operating system before you can grow it. Start with increasing the VM’s underlying disk space […]


Dual NIC Routing

DualNicRouting Routing for dual nics in a typical DMZ ensuring that any traffic into a network card, routes out on the same card remembering that /etc/network/interfaces can only have a single gateway configured. Example interface file below with only 1 default gateway. # The loopback network interface auto lo iface […]


PostGis and pgRouting

PostGIS is a spatial database extender for the PostgreSQL Open Source Object-Relational database management system. pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geo-spatial routing and other network analysis functionality. We use these alot as the backend for any web or mobile application. This installation assumes latest Ubuntu LTS as […]


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


Options for Video Wall in Cairns Retail shop

These are selected quoted option from local Cairns company Expressway, Andrew Kelman’s best quote in China as well as adapting existing Reef Terminal Check-in networked signage to the retail shop. All quotes require some work by electrician to mount panels and/or provide electrical/data cabling additional to the quotes shown below. […]