From 97a3ba010df7f5581a02291f0cc94644893cf858 Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Sun, 29 May 2016 17:14:43 +1000 Subject: [PATCH] Added link to project report --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68155e4..82634ac 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # arduino-weather > *Simple wireless weather station built on Arduino Nano boards.* -For my engineering class at school I built a simple wireless weather station using two Arduino boards. It currently measures temperature, humidity and pressure, and transmits this data over 433 MHz for displaying on an LCD display. For more details on this project, read the report I wrote for school over here - **************. +For my engineering class at school I built a simple wireless weather station using two Arduino boards. It currently measures temperature, humidity and pressure, and transmits this data over 433 MHz for displaying on an LCD display. For more details on this project, read the report I wrote for school over here - http://bit.ly/1RBwYhi. + +![Unavailable](http://i.imgur.com/kQyfSHV.jpg) ## Receiver The receiver code uses two libraries: -- 2.43.2