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