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…]
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…]
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…]
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…]
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…]
I wanted to be able to interact with my twitter account(s) using Python scripts. I’d heard there was a Python library called tweepy that does a lot of the Applications Programming Interface (API) work for you. I’d also seen quite a few posts in the Python section of the Raspberry Pi Forums, where people had problems with it. Prize Draw I thought I’d take a look, spurred on by the idea that I’d like to be able to select a random twitter follower every once-in-a-while for a prize draw. So, last week, I spent a […more…]
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…]
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…]
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…]
Tested on Wheezy Beta and Raspbian distros. I’m having fun and being a bit silly with tightvnc here. You can even use it to have a GUI for your Raspberry Pi from your Android phone. 8-) TightVNC is a compact remote desktop application you can use with the Raspberry Pi. Stewart Watkiss has written an excellent explanation of how to install and configure it. I’m going to cover the basics, but for more detail visit his PenguinTutor VNC page Install TightVNC on your Pi sudo apt-get update sudo apt-get install tightvncserver That takes care of […more…]