python
77 postseverything filed under python
-
2013-11-03
Minecraft Coding a Traffic Jam
I was doing a workshop on Minecraft Coding on the Rapsberry Pi for a group of teachers at Edge Hill University and I wanted to create a stretching challenge.
-
2013-10-31
Halloween Pumpkin and Raspberry Pi
I wanted to make my son a hi-tech Halloween Pumpkin which would light up and make scary noises when a unsuspecting zombie, witch or alien walked up to the door, so out came a raspberry pi, PIR sens...
-
2013-10-20
Raspberry Pi Car Cam - GPS Data & Map
Ever since I made my car cam which recorded video and overlaid OBD data, I’ve continued to work on the project and in particular on overlaying GPS data. I wanted to create something which was simil...
-
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-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...