I’ve been wondering how to detect an I2c device attached to pins SDA0 and SCL0 on the Pi – now I know – easy.. https://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi/wiring-the-rtc
Category: Raspberry Pi 2
A GroveStreams Node Red Node
One of the more obvious things to do with a home control system is to capture information like temperature and humidity – and to graph it. For example I spent part of my time in the UK and part of it in Spain. When I’m not in Spain it is…
Raspberry Pi Processor Monitoring Widget
Don’t you just love it when people produce really useful tools for free!! And so it was that I got up early this morning to get a little Arduino/ESP-01 research done and got side-tracked by Google+ And the result – this baby. This is a tiny piece of software that…
External Drive for Pi2
I’ve read many articles about serious use of the Raspberry Pi and I’m now convinced that there is very little chance of mounting a Pi in a cupboard with MSQL and other write-intense programs – and expecting it seriously to last for a year or 3 because of the limited…
A Node-Red Websockets Web Page
Updated 26/04/2015 I’ve been after this ever since I discovered Node-Red.. and right up until this yesterday I was tearing my hair out – having settled for NETIO as my interface of choice and constantly being annoyed by the slow pace of progress with this interface. So what is this…
The Saturday Catch
While working on my Raspberry Pi image (with everything I need stored in an image so it it all goes to hell I can recover everything) I realised something I was missing on the Pi was a package manager. A graphical APT-GET for those who are not too keen on…
The Raspberry Pi SD Wear Issue
Reading around the web it is easy to see that SD memory and lifespan are very poorly understood. There are conflicting explanations of lifespan, there are solutions which don’t work because someone didn’t actually test them before writing up … what a mess. So here’s the deal. SD memory (the…
Slimmer Raspberry Pi 2
In the process this week of producing a new new Raspberry Pi2 with just the stuff I needed on it I thought I’d have a go at removing unnecessary programs from the Pi – that is the ones that come with it – after all the Debian installation from the…
A Fresh Pi2 Start
The thing about rushing in with something new is that you tend to bring your learning mistakes with you. Firstly for new readers, why am I fascinated with the Raspberry Pi? Well I’ve been working on IOT for some time now and I’ve tried out many ideas most of which…
Home Control The Next Step
As regular readers will know I’ve pretty much gotten to grips with the whole home control thing having after much research settled on a largely MQTT-based setup using the excellent new Raspberry Pi2 as a hub with Node-Red. Though it could just as easily have been any proper Linux or…
Raspberry Pi Remote Root Access
Now some of you will write in no doubt and say how easy this is – how could I possibly not know this. Well, I didn’t. I found out two other things this week – so here’s the lot in one go. SD Card Cloning But before I start, here’s…
MongoDB on the Pi
I’m busy compiling MongoDB for the Pi and it’s going to take hours apparently – so I figured I’d give you some updates while I’m waiting. I’ve made some progress with my little ESP8266 board (ESP-12) in terms of deciding how to handle MQTT. Initially I had a bunch of…
Webmin for Pi
A friend of mine put me onto this link tonight – a nice web admin panel for the Raspberry Pi… and no I didn’t get around to soldering the ESP-12 module – that’s a writeup for the weekend – and yes, my ESP201 module definitely does NOT have the internal…
Raspberry Pi WIFI
Today is going well up to now – I purchased a WIFI dongle for around £4 from EBAY, supposedly specifically for Pi (yeah right) market simply “802.11n”. Plugged it in, rebooted the Pi 2, nothing. I scoured the web and discovered you can look to see what’s happening with: dmesg…
Graphing Wonders
Tonight I’ve been building on my earlier work on graphing, if you read a few blogs back you’ll know I got some basic graphing running on the Raspberry Pi 2, taking MQTT data from a sensor and storing it in MYSQL. Well that was fine apart from the graphs having…
Pi 2 Pocket Control
Update July 2015: Hard to believe it is months since I wrote this – anyway a few of you have had trouble with this so I’m making some changes. Those of you who’ve been following my exploits for some time will know that initially I started using Arduino to control…
Pi Graphing Progress
Making great progress with the Raspberry Pi despite not knowing Linux from a hole in the ground a week ago. We’re at our place in Spain for a short break with limited facilities (I’ve ordered a USB scope for the next time we’re here). As of this morning, I’ve managed…
apt-get WHAT?
If like me you are a reluctant Linux user, dragged in merely because you want to make use of the new Raspberry Pi 2 in your projects (and I bought mine as a hub for my Arduino/ESP8266 projects) – you’ll be slowly coming to grips with meaningful terms like SUDO…
Pi 2 Memory Boost
Or: How to get back that missing quarter gigabyte of RAM. I must admit, though I’m very pleased with my new Raspberry Pi as a potential controller for my various Arduino and ESP8266 boards, I was a bit bemused given the claim of 1GB of main memory to realise on…
Enter Bluefish for Pi and PC
If you’ve read my blog you will know I have a near pathological aversion to the command line – reminds me too much of DOS and the 90s. So when I got my new spiffy Raspberry Pi 2 (which I am really impressed with and which will almost definitely form…