[ArduinoEthernetLibraryIPv6] BarometricPressureWebServer
Original tutorial BarometricPressureWebServer on Arduino Homepage.
Open Arduino IDE
Run Arduino IDE and Open “BarometricPressureWebServer.ino” sketch.
Set Network Information
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
Upload BarometricPressureWebServer sketch.
Serial Monitor
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.
Internet Browser
Run Internet Browser like Chrome.
Internet Browser - Connect
Connect to BarometricPressureWebServer.
The BarometricPressureWebServer will has sent temperature and pressure value.