forked from arduino-libraries/Ethernet
-
Notifications
You must be signed in to change notification settings - Fork 11
BarometricPressureWebServer
taylor edited this page Apr 18, 2019
·
3 revisions
Original tutorial BarometricPressureWebServer on Arduino Homepage.
Run Arduino IDE and Open "BarometricPressureWebServer.ino" sketch.
Set your IPv6 Network information.
-
mac
MAC Address
-
ip6_lla
Link Local Address
-
ip6_gua
Global Unicast Address
-
ip6_sn6
Subnet Mask IPv6 Address
-
ip6_gw6
Gate Way IPv6 Address
-
ip6_dns6
Link Local Address
Upload BarometricPressureWebServer sketch.
Open serial monitor and you'll be able to see the your network information.
If defined NO_BAROMETRIC, temperature and pressure value will has increased by 1.
Run Internet Browser like Chrome.
Connect to BarometricPressureWebServer.
The BarometricPressureWebServer will has sent temperature and pressure value.