Why Antigua...?

By Dermot Tynan, about 11 years ago.

A first pass over the route and the finish line suggests Antigua could be a good destination. We last visited in 2009 and this is as good an excuse as any, to go back.

The finish line is from latitude 10 degrees to latitude 25 degrees North, which is all of 900nm long. However, according to the rules, we must declare a 50km (27nm) segment of that finish line. Although the finish line is pointing True North, when you consider the race is from Northern Europe, that means that the line is heavily biased towards the starboard end. The Northern tip, in other words. Finishing on this end of the line shortens the final leg.

  • February 24, 2013
  • |
  • |

The Timetable.

By Dermot Tynan, about 11 years ago.

The official start to hurricane season is June 1st, this year. The traditional end to the season is the end of November, but the hurricanes seem to wane out by early to mid-November. A back-of-the-envelope calculation says that it'll take up to sixty days to get from Start to Finish. That's a worst-case estimation, but useful nonetheless. If we are to launch before the start of the season, we'd need Beoga Beag sailing to the start line by April 1st at the latest. Let's face it, that's not going to happen. We don't have the pilot boat designed yet, we have extensive testing to do on the pilot boat, we need to then build the main boat, and start to fit her out. No way are we going to make that date.

  • February 25, 2013
  • |
  • |

Igor and Otto

By Dermot Tynan, about 11 years ago.

The Kalopa motor control board was designed as a general-purpose Atmel board with ancillary electronics for a wide variety of purposes. It includes two H-Bridge motor controllers, driven by two 16 bit PWM outputs. You can exchange one of the motor controllers for an 8-channel servo controller, also using one of the PWM outputs. It has a standard RS232 port with an RJ45 connector on the end. There is a MAX232 to convert logic levels to proper RS232 voltages. If you want to use radio control, you can instead populate the board with an R5-434 radio receiver. It will listen for data on 434MHz and feed it to the Atmel. The processor itself is the bog-standard Atmel ATmega8 with 8k of code and about 512 bytes of RAM.

  • February 26, 2013
  • |
  • |

To tack, or not to tack, that is the question...

By Dermot Tynan, about 11 years ago.

Looking at the upper-level navigation software introduces some particularly interesting questions. The low-level software will keep the boat on a TWA, or true wind angle. Technically, it's an apparent wind angle, but that's ok.

The upper level has to decide what is the best TWA. To do this, it has the current position of the boat and the position of the next waypoint. It also knows the current TWA and the compass heading. Without bogging down in the maths, it can compute the distance and bearing to the next waypoint using something called a Haversin algorithm. Given the current TWA and the heading, it can determine the wind direction. We can compute the VMG or "velocity made good" for each new heading possibility, based on the predicted Polar (more on that anon). So, we can see that a particular heading is the best course to get us as fast as possible to the next mark. All of this is standard stuff, and is used on sailboat race courses every day.

  • March 1, 2013
  • |
  • |

Polar Curves

By Dermot Tynan, about 11 years ago.

Even before a boat is built, the designers can predict how fast it will go at various sail angles. Using this information, they can make modifications to the hull to suit the type of sailing. For example, if an around-the-world race looks like it will see a lot of downwind sailing, it's possible to optimise the downwind performance, and run test simulations with the boat, before ever committing to fibreglass.

The standard mechanism for displaying this information is a polar curve. Because the boat should sail at the same speed on either tack, only one side is shown. Essentially, a polar curve allows the designer (and the boat owner) to predict the hull speed for a particular true wind angle and strength. In the example above (courtesy of SailOnline.org), you'll notice that the boats fastest speed is at a true wind angle of about 120 degrees. In the case of a 30 knot breeze (the red line), the boat should get over nine knots through the water. At TWA's of twenty degrees and less, the boat will stop, regardless of the wind speed.

  • March 7, 2013
  • |
  • |