Notes on things I learn — kept so I don't forget
-
2013-09-26
Minecraft Ordnance Survey Map & Rastrack
The Pi’s of London I noticed an article on BBC News reporting about Ordnance Survey (the key mapping company in the UK) had create a Minecraft map of the whole of the UK based on their data. I down...
-
2013-09-19
Raspberry Pi - GPS Setup and Python
I got myself one of adafruit’s ultimate GPS breakout boards as I want to experiment with capturing GPS data in my car projects. Its a seriously good bit of kit and if you looking for a GPS module y...
-
2013-09-10
Raspberry Pi - Run Raspivid with Python
I’ve been looking for a way to control raspivid with Python and it seems that a few people have also struggled particularly with starting and stopping raspivid, so I thought I would put together a ...
-
2013-09-05
Raspberry Pi - Setup Minecraft Server
Update - if you have a Raspberry Pi 2, it makes a much better Minecraft server.
-
2013-09-03
Raspberry Pi Syncing data with RaspiVid
Since I used a Raspberry Pi to capture video and data from my car and then overlay the data onto the video, I’ve been looking for an easier way of synchronising data with video, simply put “Its was...
-
2013-08-23
Compile Raspberry Pi Userland / RaspiVid / RaspiStill
I’ve been working on a few changes to the RaspiVid program which controls the raspberry pi camera board.
-
2013-08-22
Shared Memory C & Python IPC
I had a problem whereby I needed to use a C program to capture video, in this case RaspiVid (the raspberry pi camera capture program), but I wanted to sync the video with data being capture by a Py...