Skip to main content

Project Z750 part 32

Okay, the new vacuum brake bleed kit has arrived.

Time to try it out.

The kit is quite easy to put together. there is a diagram of how to attach the vacuum pump to the collection jar, and all of the pipes go on easily enough (but not so easy that they'll pop off in use).

okay, so vacuum connected to one side, other side connected to bleed nipple. pump up the vacuum pressure, then open the bleed nipple. lots of bubbles and some fluid coming through, great. I had to keep an eye on the master reservoir to make sure it had enough fluid in it, but that's not too bad to do.

so I keep pumping to keep the vacuum pressure, open the bleed nipple to let some air and fluid out, and keep an eye on the reservoir, topping up as necessary.

After a while fluid stopped coming through to the jar. it seemed as though it was just air coming through. A closer look at the bleed nipple and I could see that there was air getting into the kit's tube even when the nipple was closed, so it doesn't seal perfectly. okay, but it seems to seal enough to give me a vacuum and that's the point, so I continue for a while more. no joy. still just air getting through.

I did this on both front calipers and was just getting air. My wife asked if I'd put PTFE tape round the bleed nipple when I screwed it in. I hadn't and so we took the nipple out of one of the calipers to put some tape round the thread. While it was out I compared it to the original (I had ordered new stainless nipples with the new caliper pistons). It seemed about 2 mm longer. that could also be a problem.

So we swapped back to the original nipples (now with PTFE tape round the threads). Put the calipers back on the bike, and bleed them again (using old fashioned method - Press brake lever then open and close nipple).

Quite quickly we stopped getting bubbles out but the lever was still quite soft and would go all the way back to the handlebar.

My wife did suggest that I try adjusting the brake lever, and in my ultimate wisdom I informed her that adjusting the lever was just for accommodating different hand sizes and wouldn't make a difference. Of course adjusting the lever did make a difference, but not quite enough.

At this point I remembered that holding the lever closed (with a bungee) overnight would help get any air left in the system to raise up to the reservoir where it would escape.

So I bungeed the lever closed and left it for a few hours. when I came back and released the bungee, there was pressure in the system. finally we've got brakes.


Comments

Popular posts from this blog

Triathlon Training in the new year

So, my 2019 training has got off to a good start. I'm running regularly and my knees seem to be holding up. I've got a training plan to get me to a middle distance triathlon in September and I am managing the run distances I have set myself. I need to find some longer cycling routes to work and ones with a few hills too, but that shouldn't be a problem. my weekly cycling distance is okay, I just need to move to get my ebike to be doing less of the work. last week I did use my normal commuter bicycle and managed the whole four days as well as my runs, so that was a really good sign. Swimming won't be an issue, I have always found that to be the easy part of a triathlon (not that I'm fast, but I can keep going, and I did manage to swim the distance within the cut off time when I tried the ironman 70.3 last time) The main worry about going longer is my knees. I've got a 10K booked in late January which will test my knees out and I'm hoping that they hold ...

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...

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...