Skip to main content

Project Z750 part 12

Okay, I've been to halfords and bought a small bottle of brake fluid, so now I can get the pistons out of the front caliper, and start cleaning them up. first thing is to fill up the fluid resevoir and bleed the new fluid through. as the front has two calipers, bleeding the new fluid through is being a pan, so i had a brainwave! attach the front caliper to the rear system, as that is a lot less brake hose and no second caliper to make things harder.

of course bleeding the brakes with the caliper off the bike is not something i would recommend. I had one hand holding the caliper still so that i could turn the spanner on the bleed nipple. my other hand was on the spanner to loosen and tighten the bleed nipple, which left my foot to press on the the brake pedal whilst trying to synchronise all three limbs.

okay, this isn't working, so I've ordered a brake bleed helper (which will make the final refit easier) and i'll try again when that arrives.

while I'm waiting, I take the pistons out of the free caliper and start polishing them. with the autosol i found, they are cleaning up a treat. there is some really stubborn crud on the rear and i suspect i'll get some on the front as well. sure enough a lot of the crud comes off easily, but i am really going to have to work to get the pistons completely clean.

Comments

Popular posts from this blog

Windows Subsystem for Linux Internals

Background Windows Subsystem for Linux was developed by Microsoft to enable command line programs compiled for the Linux operating system to be executed on Windows. To explain the architecture I would like to show the evolution of OS design and how that has enabled this subsystem to be built. Dark Ages (or Back in the Day) Microsoft's MS-DOS was quite primitive in its design (compared to today's OS's). It is a single user OS that can execute one process at a time. DOS had an application programming interface to allow user programs to access some hardware in a device independent way, but only for character-based applications. This allowed applications to display graphical elements emulated with text characters as these screenshots of Microsoft word for DOS show: This is Microsoft Word version 1. To use these programs you had to remember key combinations to bring up the menus and used the cursor keys to navigate around the screen. If the a...

Project Z750 part 27

Well, some good news. the headlights didn't need fixing. they were working all along. My wife helped me diagnose the problem. It was a really tricky one too. She suggested I try the headlights with the engine running, which I knew wasn't going to work as my other bike's headlight comes on when I turn on the ignition, but I thought I'd humour her. So, ignition on and press the starter. Oh crap. nothing. I turn the ignition off and on again (I know it's not a computer, I was listening for the fuel pump) all was quiet. no fuel pump. Here we go again. Tank off again. I feel like I'm going backwards here. I put a battery directly to the fuel pump. whoops, should have put a cloth underneath the fuel hose first. But i don't care about a little spilt fuel. the pump works. So it's the wiring (again). My wife suggested I try the pairs of alarm wires (which again, I knew wouldn't help as they were fine). I wonder if I'll ever learn ...

Creating a Watch Face for Android Wear OS 2

Step 1 - Setup my watch for development I have wanted to create a watch face for android wear for a while, but as no new watches were being released my old Moto 360 watch running wear os 1.0 got out of date and I stopped using it. For Christmas 2018 I got a new wear os watch running wear os 2.2 (android os 8.0.0). it has a round 400 x 400 screen and I decided to finally get round to creating myself a custom watch face for it. The first thing I do with all my android devices is to enable developer options. if you don't know how to do that then you can find the method using a google search. I won't give it hear as it opens up all sorts of options that could make android become slow/unusable. Once I had developer options enabled, I turned on USB debugging. This watch (as opposed to my old Moto 360) has a USB connection to the computer, so I don't have to use WiFi debugging (which has to be set up for each debugging session). now on to the watch face creation. St...