Red Echo

June 27, 2009

Moving in to the new house


June 19, 2009

I went in to work late today so I could pick up my FJ600 as soon as Felony Flyers opened. I dropped it off just before going to California, hoping it’d be finished by the time I got back, but finding a valve cover gasket for a 25-year-old bike apparently takes a while. The bike is grubby-looking as ever, underside all coated in oil and road grime, but for the first time ever it left no drips on the floor when I rode away. I’ve been topping up the oil every month or two since I got it, which is kind of embarrassing, but I’ve finally worked my way far enough down the to-do list that the leaks became the top priority.

While he was at it, Steg also tightened up the chain, synced the carbs, adjusted the valves, replaced the brake pads & fluid, and even wrapped some insulation around the exhaust joint underneath the peg, apparently just because he felt like it. Unfortunately the carburetor still isn’t set quite right; the bike is running smoother and quieter than ever, but it’s missing some power, and has a weird new tendency to hover around 2500 rpm for 20-30 seconds before dropping down to idle. Ah, well, it’s perfectly rideable, and I’ll bring it by again next week to have him readjust it.

I’m really happy to have this work done, since I’ve now reached the end of my mechanical to-do list. There will always be more maintenance work, and the bike can certainly use plenty of cleaning and cosmetic work, but aside from the carb adjustment issue it is now in perfect mechanical condition.

This bike was only supposed to be a temporary commuter while I got the Maxim fixed up, but a year of 100-200 mile weeks has made me rather fond of it. It’s not the sexy beast I was originally looking for, but it’s fast, nimble, reliable, and even graceful, in its chunky mid-80s way. It’s a big old slug by modern sportbike standards, but what they called a sportbike in ’84 actually comes off pretty well in ’09 if you think of it as a light touring bike. I might still upgrade to something like a Honda 919 or a Speed Triple next season, but for now my plan is to clean it up, make it pretty, and keep on riding.

I have a pretty clear cosmetic plan now, actually. The unique taillight lens shape is a key part of the FJ600’s look, so I want to preserve it, but I want to get rid of the side blinkers, and I am tired of dealing with incandescent bulbs. Sometime this fall I want to replace the whole taillight assembly with a custom LED board, incorporating wide-angle red LEDs for running lights, high-intensity 20-degree red LEDs for brake lights, and two strips of yellow LEDs for turn signals. I will probably even grind off the existing turn signal mounts, just to make the body line that much sleeker; the new turn signals will be hidden behind a red lens, so you’ll only see them when I’m actually using them, but the yellow color should still punch through clearly, and they should be substantially more noticeable than the current system.

I’ll need to repaint the fairing after I repair its various cracks and scrapes, but instead of duplicating the existing color scheme, I want to simplify it. I am definitely going to give the engine and exhaust a nice clean coat of flat black; but I just can’t see this bike as a rat or streetfighter. Instead of flat black I plan to strip off the 80s-fabulous decals and redo the silver & red bodywork in semi-flat grey, then give it a clearcoat. It’ll look a little cleaner, a bit more functional, but it’s really more of a happy bike than a bad-ass, so I want to keep it light. Buff up the aluminum accents, replace the windshield with some new lexan, and I think it’ll be great.

June 15, 2009

Me and my mother, near trail’s end


Vernal Fall


June 14, 2009

The summit crew on Half Dome


View east from Half Dome


June 13, 2009

Jeanine enjoying the view over Little Yosemite Valley


June 12, 2009

Tromping through snow near Cathedral Peak


June 11, 2009

At the trailhead


June 10, 2009

Joel shimmying out on a log


June 8, 2009

The Groovik’s Cube project has a web site now. It is still a big ambitious engineering project with significant unknowns, but we continue to make progress and the design looks increasingly solid. All we need are more money for parts and more people to help assemble them.

I am working on a project for the silent auction at next week’s fundraiser: a new microcontroller-equipped light-water-pack, running the same dimmer board software used in the Groovik’s Cube. The dimmers have a demo mode which runs until the central computer takes control; the backpack will simply run the demo forever, fading in and out through slowly evolving color cycles, on four independent channels. I like the idea that someone can help support the cube project by bidding on an object built around a piece of its technology.

June 1, 2009

The groovik’s cube project is coming along well. Chris, Brian, Barry, and I spent a couple hours discussing the software yesterday. We reviewed all of the existing code, talked about each module’s constraints and expectations, and kicked around ideas about how we might solve problems we think we might encounter. It’s in pretty good shape: we have working prototypes for every component, and the system works when we plug all the components together.

I’m not sure how many hours I spent on the dimmer code this weekend, but it felt like a lot. I’m on my fourth rewrite; I’ve figured out how to set up an interrupt-driven timer, and how to do fast writes by updating the IO registers. This is an enormously compelling project, constantly tickling those learning-driven pleasure centers in my brain. This problem is really all about timing, and the precision thereof; in order to render the full range of 24-bit color without flickering, the dimmer code has to be able to emit a light pulse of exactly one-eighth of a microsecond. This is at least theoretically possible with the 16 MHz microcontrollers we are using, but it is going to require some extremely tight code. I have not had to think about performance at this level of detail in years, over a decade at least; it’s kind of a guilty pleasure, and I am thoroughly enjoying the opportunity.

Understanding Engineers: Feasibility. Funny-because-it’s-true definitions of terms like “trivial”, “hard”, and “unfeasible”.