Kitchen Update

The kitchen is at last being progressed. As of today we have all the building works done, floor, ceiling, fake brick wallm lights, most of the cabinates assembled. Just needs surfaces adding, wiring up, plumbing for gas and sink etc. Also need 2 replacement ovens as the ones Wren sent are all dented and smashed.

Around the steel beam where they have covered the steel in plasterboard I am making an oak ‘L’ shaped piece. It is 10cm wide on each arm. Using some old oak left over from the stairs for this. I’ll post pics at some point.

Published
Categorized as DIY

Brewing Initiated

The replacement dock arrived from TheGreaterGood the other week but with one thing and another I didn;t get round to starting the brew off. I have done so just today. According to the recommended instructions I need to let it brew for 6 days (up to 8) and then condition for 2 days (up to 15).

No rush – let’s see how it goes. I put the iSpindel in too. Something not quite right with the calibration as it is reporting an OG of 1.03 which doesn;t feel anywhere near strong enough.

Published
Categorized as Edibles

Updates Needed!

Ok I’ve been busy. Daily updates fell by the wayside. Here is a brief overview of various projects as they now stand:

The brewing Pinter came and I broke it at the very first step. Contacted The Greater Good and they were brilliant – a replacement should be in the post.

Broken flange on dock

eToro – my shares in cryptocurrency have gained! Offestting losses elsewhere. After investing $200 I now have shares worth $230 or so, but only because ZEV has gained 67% in a month. I’ll count that as a success.

Winning, on the whole

On gambling: after investing my original £5 I now have a series of succesful, if sma, bets such that my funds are £28. Next one is to see how Anthony Hopkins does at the Oscars.

Electronics projects pretty much at a standstill for now.

But in other news: new kitchen project. I can’t remember if I’ve already posted about this so it deserves a post all of its own.

Security Cameras

As we’ve now got a cat hole in the garage wall to allow free entry to Mephistopheles and Celobra – giving them a bolthole in advance of builders coming in to do the kitchen – we decided to set up a CatCam so we could monitor them when they go in and out. So I bought one of these:

Unfortunately the stream from this is only visible using the Tapo app on iPhone. What I really wanted was for Sam to be able to view a live stream of it on the internet from Canterbury.

Investigations led to iSpy – a freely available web-based agent that, in theory, should be able to take a direct stream from the IP address of the camera.

https://www.ispyconnect.com/

It took an age to get this set up correctly. But I managed it. There are a thousand different protocols. In the end I picked an IP camera fed in an IP address with username and password and it seemed to work.

Then I got ambitious and decided to add the security camera we have on the house. Different make, differnt model, different protocol. But this was surprisingly easier.

Then, the big challenge: How to get both of these viewable on the internet at large? Opened up port forwarding, grabbed the IP address of our home network, and….

http://86.23.239.235:8090

which doesn’t seem to work for people outside the home network. So this…

http://ispyconnect.com/app

Published
Categorized as Hardware

Learning some art

Ages ago I contributed to a Kickstarter campaign run by some keen people to develop an online course in game programming. SInce then they’ve developed a number of courses and I seem to be on their list of early adopters for them. The most recent is all around more traditional skills like drawing art for games, starting with skethcing basics. So I’ve signed up on Udemy and completed lesson 1. My start is not very strong but everyone needs to start somewhere…

Task: Sketch 10 swords in less than 1 minute
Published
Categorized as Art

Delay

Well it’s all gone wrong on the brewing front. I received an email to state there were huge delays to delivery (afteralready having waited nearly a month) for the Pinter. I’ve cancelled the order for now and might try again in a few months. It looks like there are some significant manufacturing issues to iron out as well so perhaps it’ll adapt over time.

In the meantime I might get a more traditional kit and see what I can do.

Published
Categorized as Edibles

iSpindel

As part of my venture into home brewing I need* to monitor progress of fermentation. Typically this is done using a hydrometer – a weighted glass bulb thing that floats in the brew to a certain depth. The idea is that the more sugar there is in the brew, the denser the liquid is, and the higher the hydrometer floats. As the sugar is converted to alcohol by the yeast, the liquid gradually becomes less dense and the specific gravity – alcohol strength – can be read off.

Two problems with this with the closed cask Pinter system I have on order:

  • The cask isn’t tall enough to accomodate a classic glass hydrometer
  • I couldn’t read it anyway as it is sealed in.

The solution is(n’t) simple! I bought an iSpindel. This is an electronic hydrometer comprised of a waterproof plastic cylinder containing a couple of circuit boards and a rechargeable battery. Basically it monitors temperature and tilt of the device. The more the device tilts in the liquid, the more dense the liquid is, and the more sugar there is and the less alcohol there is.

The third circuit connects to the wifi in the house and sends data.

To access the data you need to connect to a ubidots account which is a generic dashboard system designed for monitoring measures and triggering events based on values.

What I really wanted was to link this with IFTTT but there doesn;t appear to be an easy channel on either ubidots or IFTTT to enable that. The perfect scenario for me would be to collect the data over time and be able to plot specific gravity by temperature by time butthere is no way to readily access this data without paying a huge subscription fee.

So I’m building my own, using the cURL function in PHP to access the latest JSON data deom ubidots. It’s early days but I’m learning as I go.

<?php

$headers = array();
$headers[] = "x-auth-token: REMOVED";
$headers[] = 'Content-Type: application/json';
echo 'Headers set up in array...</p>';

$ch = curl_init();
echo 'CURL initiated empty...</p>';


curl_setopt($ch, CURLOPT_URL,"https://things.ubidots.com/api/v1.6/devices/ispindel000/temperature/values/?page_size=1");
echo 'URL set...</p>';

curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
echo 'Returntransfer set...</p>';

curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
echo 'Headers set...</p>';

$fp = fopen("brew.txt", "a");
echo 'File initiated for writing...</p>';

//fwrite($fp, "Go...");
//echo 'First line written...</p>';

curl_setopt($ch, CURLOPT_FILE, $fp);
echo 'File for CURL to write to set...</p>';

curl_exec($ch);
echo 'CURL executed...</p>';
if(curl_error($ch)) {
    fwrite($fp, curl_error($ch));
}
curl_close($ch);
fwrite($fp,"\r\n");
fclose($fp);
//    $state_result = json_decode($state_result); 
?>

Mining

Literally no idea what I’m doing here. Cryptocurrency mining. Time to learn more.

Impact Driver

My current cordless drill has two problems: 1) the battery no longer holds charge for more than half a dozen drillings. 2) the chuck is worn and no longer holds a drill bit long enough to drill a hole.

Since I bought this about 15 years ago I thought I would treat myself to buying a new one today. I’m moving to the Erbauer EXT 18v ecosystem – meaning that I have common battery chargers (actually two, which is nice) and a set of batteries that fit into all the tools I’ll own. So far I have a rotary sander and a multi-tool. Today I bought a twin-pack of a drill and an impact driver.

I had no idea what an impact driver does but a bit of research shows that it is good for long screws through wood and concrete etc. You don;t have to pre-drill holes I think. Should be useful when it comes to replacing the decking at the front, and also the garage art installation.

https://www.screwfix.com/p/erbauer-eid18-li-ecd18-li-2-18v-2-0ah-li-ion-ext-brushless-cordless-twin-pack/542fv

Published
Categorized as DIY

Switch Tags

Sam and I wanted to get all of the benefit of the Nintendo Switch Amiibo system without (very much of) the associated cost. So instead of investing our money into the plastic figurines we purchased:

  • an Adruino board (~£20)
  • a RFID board (~£15)
  • Some blank RFID programmable cards (~£7) but be sure to buy the correct ones. Earlier standards don’t work, as we discovered.

And then we did a bit of online research.

The first thing is how to wire the whole lot up. This is how we did it:

Wiring up the hardware

The next task is to program the Arduino. We used libraries that are linked to from

Worth a read

You need the latest RFID cards:

RFID

These are one-time-only writeable so it’s good that they are relatively cheap. Bottom line is – it all works and we were able to download the codes for the Amiibos, create our own cards with the relevant information, and use fruitfully. What a great system.