What is this?
It’s where I write about projects I like to tinker with.
-
Recent Posts
- Upgrade FrSky D4R-II without a USB FTDI adapter using a RS232 COM serial port
- Max! Thermostat Pairing Procedure Protocol Information
- Metoffice Observations in OpenHAB
- Home Automation: Integrating Salus RT500 RF in OpenHAB using a Jeelink
- Accessing partitions within an image or LVM volume used as an iSCSI target
Recent Comments
- Javier on Upgrade FrSky D4R-II without a USB FTDI adapter using a RS232 COM serial port
- cyclingengineer on Metoffice Observations in OpenHAB
- Alex on Pairing Apple 1st Gen Keyboard (A1016) with Windows 7
- Adam Brackpool on Metoffice Observations in OpenHAB
- atfdpm on Create a PDF of images (PNG, JPG, GIF etc) on Mac OS X with Preview
Archives
Categories
- Embedded Network Monitor
- Energy Monitoring
- For Sale
- Gadgets
- Home Automation
- Home Network
- Howto
- Ideas
- Interesting Articles
- Jiggery Pokery
- Misc.
- Other Peoples Projects
- Projects
- Quadcopters
- Reverse Engineering
- Reviews
- Server Admin
- Stupid things you should not do
- Teardown
- Telephony
- Virtualised Media PC
- XCore/XMOS Virtual Threads
Feeds (RSS)
Meta
Category Archives: Howto
Upgrade FrSky D4R-II without a USB FTDI adapter using a RS232 COM serial port
I’ve just bought a D4R-II receiver supporting telemetry. This is a great little small, lightweight receiver that can be easily flashed to support full frame 8 channel CPPM output. You can get the software and manual from the FrSky website … Continue reading
Posted in Howto, Quadcopters
Tagged d4r-ii, firmware, FrSky, ftdi, howto, quadcopter, serial, tutorial, upgrade, usb
8 Comments
Metoffice Observations in OpenHAB
The article explains how to access MetOffice Observations in OpenHAB via the JSON API they provide. In the UK the MetOffice offer free weather observations and forecasts via their DataPoint service. This could be used for a variety of rules … Continue reading
Accessing partitions within an image or LVM volume used as an iSCSI target
I recently reinstalled the software on my NAS (open media vault) and tidied up the host name etc. As part of this I changed the name of the iSCSI target. This meant that my media PC wouldn’t boot over the … Continue reading
Posted in Home Network, Howto, Server Admin
Tagged howto, iscsi, linux, lvm, mount, nas, servers
Leave a comment
/dev/md0 can’t read superblock
Sometimes when my Stora NAS gets rebooted the array fails to mount and I get /dev/md0 can’t read superblock To correct this I do the following: Try mount /dev/md0 (you probably tried this and got the above error) Do xfs_repair … Continue reading
Posted in Home Network, Howto
Tagged can't read superblock, md0, nas, stora, xfs_repair
Leave a comment
XBMC Frodo for Legacy AMD Graphics Cards (pre 5xxx)
Apparently AMD/ATI graphics cards less than 5xxx series have been left behind in the latest drivers. This is a bit of a pain for me as I have a 24xx series in my media PC. I tried the stock XBMCbuntu … Continue reading
Posted in Home Network, Howto, Projects
Tagged frodo, home network, howto, legacy amd, media pc, network, pre 5xxx, update, xbmc, xbmcbuntu
1 Comment
MediaPC in a Xen Virtual Machine
The aim of this project was to get my MediaPC running as a VM host. This would allow me to run instances alongside my MediaPC, thus giving me a platform to experiment and develop things without having to setup separate machines etc. … Continue reading
Indefero errors fatal: bad argument fatal: The remote end hung up unexpectedly
I was trying to commit something to my Indefero project management server today and was getting the following error: fatal: bad argument fatal: The remote end hung up unexpectedly I puzzled around for a while and then tried manually logging … Continue reading
Exporting Routes From Runkeeper
I was planning out a route for a 140km cycle and wanted to get some information like maximum incline etc of the RouteYou website. Unfortunately RouteYou’s plotting functionality is a little frustrating in manual mode so I thought I would … Continue reading
Getting JetPack working
I had two issues with JetPack – but I finally got it working. Issue one – Jetpack could not contact WordPress.com: register_http_request_failed. This usually means something is incorrectly configured on your web host. Operation timed out after 15000 milliseconds with … Continue reading
Posted in Howto, Server Admin
Tagged error, howto, jetpack, max execution time, PHP_FCGI_CHILDREN, timeout, wordpress
1 Comment
Lenovo USB Modem in Linux (Ubuntu 10.04)
I recently bought a Lenovo USB modem for some experiments in telephony that I am working on. I want it to work on Linux. It is based on the Conexant RD02-D400 device. When plugging it in I get the following … Continue reading