Skip to main content
Category

Arduino

WAVEbuoy

By Arduino, Electronics, Engineering, Surfing, Weather

Featured on instructables here http://www.instructables.com/id/WAVEbuoy/ The WAVEbuoy is a arduino lamp connected to the internet that displays the current wave height of any of the National Data Buoy Centre’s wave buoys. This lamp is currently connected to the Sevenstones Lightship buoy that gives an indication of swell approaching Cornwall in…

Read More

SURFalert

By Arduino, Electronics, Engineering, Surfing

SURFalert is my first standalone Arduino project to help visualise a surf forecast for any location covered by Magicseaweed. The standalone system (doesn’t need to be connected to a computer) uses a open source Arduino controller and Ethernet shield to connect to the internet parse some XML data and display…

Read More

Swell Dials

By Arduino, Electronics, Engineering, Programming, Surfing

This is an arduino project to visualise ocean data wave height/swell period & local wind from any surfing location on magicseaweed /* Simple Client Parsing sketch Arduino 1.0 version */ #include <String.h> #include <SPI.h> #include <Ethernet.h> #include <Servo.h> Servo swell; Servo period; Servo wind; byte mac[] = { 0xDE, 0xAD,…

Read More