Jul 282020
 
Back up your Garmin activity data on a Raspberry Pi

Anyone who owns a Garmin watch, bike computer or other activity logging computer can’t have failed to notice the 3 day outage on Garmin Connect over the weekend of 24-26th July 2020. Being denied access to a large portion of my data made me swiftly evaluate my (lack of) backup strategy. I expect it also forced quite a lot of people to dig out their USB cables to upload activities to Strava. I have most of the more recent activity data (bike rides and walks) still on my devices, but a whole year’s worth (June […more…]

Feb 192018
 
Run a K40 Laser Cutter from Your Raspberry Pi with K40 Whisperer

I bought a Chinese K40-style laser cutter about three weeks ago and I’ve been spending quite a bit of time playing with it learning how best to use it. It’s an eminently hackable design, and while mine could cut 3mm acrylic OK ‘straight out of the box’, there are many things that can be done to make it better, easier to use and more user-friendly. I’ve had great fun doing a whole host of upgrades and improvements to it, but that’s not what I’m focusing on today. Last week, Les Pounder published a blog article […more…]

Sep 292016
 
How to Flash an SD Card with Larger than 4GB Image - Raspbian September 2016 update

Yesterday (28 Sep 2016) a new version of Raspbian was released with a brand new skin called PIXEL. I downloaded it on my Mac and tried to unzip it in the usual way. It threw an error, so I assumed the download was faulty and downloaded again. But the error persisted. GAH!!! My friend Albert Hickey (who runs the Egham Jam) had a similar issue on Windows… Les Pounder said it worked fine in Ubuntu though. Didn’t Unzip on Pi I tried unzipping it on a Pi, but that failed too. BOO! However, it was […more…]

Apr 272016
 
How To Free Up Some Space On Your Raspbian SD Card? Remove Wolfram & LibreOffice

There are occasions when you may want to free up some space on your (micro)-SD card. If it’s getting full, or you want to store large media files, or install a large application, you may find you run out of space. There’s an awful lot of good stuff in the default Raspbian Jessie distro these days, but you may not be using all of it on all of your Pis. So, let’s have a look at which of the pre-installed packages take up a lot of space and could give us “an easy win” here. […more…]

Nov 052014
 
Get_iplayer Raspberry Pi Update

Latest update here. This article is left intact for historical reasons. Last week there was a great hoo-ha as the BBC announced changes to iPlayer and the way it will work, going forward. Basically they removed the RSS program indexing system, which was used by quite a few smart TVs and also 3rd-party apps like Get_iplayer. Although this doesn’t stop Get_iplayer from downloading a file if you know the correct PID, it did break the functionality of finding the PID automatically with Get_iplayer. It also broke the PVR (personal video recorder) functionality. But within a […more…]

Sep 142013
 
Google Coder on the Raspberry Pi - How to install

I was very keen to try out Google Coder for the Raspberry Pi as soon as I heard about it. I had some problems with it initially because the instructions on the Google Coder download site are/were fairly scant. It talks of an installer, which it later transpires is only for the Mac. The instructions have since improved a bit, but initially were hopelessly confusing. I hope the instructions will have improved even more by the time you read this, but below I’ll show you how I got it up and running. These are instructions […more…]

Jan 152013
 
Emulators galore on one raspbian image

Carles Oriol has put together a raspbian image with just about every emulator you can imagine, including… ZX spectrum DOS / Windows 3.1 Commodore 64 Apple ][ Oric 1 Atari 2600 ScummVM Arcade (MAME, I think) The only one of note that I didn’t see was BBC Micro. I don’t know if it’s available for the Pi. (But there is RISCOS, of course) It’s a very impressive piece of work. No details yet if he intends to republish. It’s possible there may be some copyright issues if he does. For the moment, though, there is […more…]

Jul 202012
 
Get_iplayer installation on Raspberry Pi with Raspbian

Installing Get_iplayer on Raspbian on the Raspberry Pi Update 15 November 2016 Installing latest Get_iplayer instructions here… https://raspi.tv/2016/get_iplayer-on-raspberry-pi-update-november-2016 Update 5 November 2014 Installing latest Get_iplayer instructions here… https://raspi.tv/2014/get_iplayer-raspberry-pi-update Update 23 Jan 2013 Installing Get_iplayer just got a whole lot easier. Now all you have to do is type… sudo apt-get update sudo apt-get install get-iplayer ffmpeg atomicparsley libmp3-info-perl You may still find some of the following information useful. I’ll leave it there anyway. ;) Original post Following on from my original two postings on get_iplayer, (for Debian Squeeze & wheezy distros for the Raspberry Pi), […more…]