For one of my recent projects, I needed to automatically fetch oscilloscope samples to PC for automatic analysis. I own the Owon SDS7102V oscilloscope so the first step was to find how to get data from it. The oscilloscope supports …

Fetching Data from Owon SDS7102V to PC Read more »

If you are using a NEO M8N GPS module you might consider updating the firmware to get more sattelite constellations available. Of coure everything you do on your own risk – here is just a writeup of what worked for …

How to update NEO M8N firmware Read more »

I recently cut out a capacitive sensor on my old CNC machine for a friend working at the university. They plan to connect the sensor to Raspberry PI and try to make a virtual friction drum. The sensor is pretty …

Arduino capacitive sensor and the friction drum Read more »

I am currently playing with some GPS receivers and video capture. The problem I had is that even as the recording was in progress the  laptop shut down to conserve power. I know that I can change the sleep / …

Making your computer not go to sleep or turn on the screen saver Read more »

Today I spent quite some time figuring out how to set up a batch script to run before a bulid in a CooCox IDE. The script I wrote was to automatically change the bulid number of a program I am …

Correctly setting up prebulid batch script in CooCox Read more »

Have you ever had the need to connect multiple programs that utilize serial ports? Or you tried to stream the data from single GPS device to multiple programs that needed the data? Then either you found out it can’t easily …

Connecting multiple virtual serial ports together Read more »

I have previously posted about the digitalocean VPS hosting. Here are some details on a performance test I just did. Just for thesting the server I set it up with nginx+php_fpm+mysql. I used a custom set-up droplet with 32bit Ubuntu …

Digitalocean 512 MB server performance serving WordPress Read more »

I recently had to programm a NEO-6 GPS receiver module for a friend of mine, that needed it to have a specific baudrate and specific NMEA sentences to be sent. The module was to be connected to a ham radio …

Using and programming a NEO-6 GPS receiver module Read more »

Ok, so this will be just a quick guide and I will just cover the case I had. I have a Windows 8 host operating system and Ubuntu 14.04 as the guest operating system. The guest operating system was already …

Virtualbox shared folder between guest (Ubuntu) and host OS Read more »