Difference between revisions of "LinkSprite weather station"

From LinkSprite Playgound
Jump to: navigation, search
(Tutorial)
(Tutorial)
Line 24: Line 24:
 
== Tutorial ==
 
== Tutorial ==
  
1. Hardware assembling
+
'''1. Hardware assembling'''
  
 
*There are 6 acrylic panels to build a case for weather station
 
*There are 6 acrylic panels to build a case for weather station
 +
  
 
[[File:LinkSprite weather station 004.png| 640px]]
 
[[File:LinkSprite weather station 004.png| 640px]]
Line 80: Line 81:
  
  
2. Access to LinkSpriteIO
+
'''2. Access to LinkSpriteIO'''
  
  
Line 108: Line 109:
  
 
'''3. Software programming'''
 
'''3. Software programming'''
 +
  
 
'''a. Install Arduino IDE'''
 
'''a. Install Arduino IDE'''
 +
  
 
*Make sure you have installed Arduino IDE with ESP8266 Arduino core, details you can check here
 
*Make sure you have installed Arduino IDE with ESP8266 Arduino core, details you can check here
 +
 +
 
'''b. Prepare the libraries'''
 
'''b. Prepare the libraries'''
 +
  
 
*Download the Arduino project and related libraries from github
 
*Download the Arduino project and related libraries from github
Line 124: Line 130:
  
 
'''c. Update and your program'''
 
'''c. Update and your program'''
 +
  
 
*Using Arduino IDE to open the WeatherStation Arduino project
 
*Using Arduino IDE to open the WeatherStation Arduino project
Line 130: Line 137:
  
 
[[File:LinkSprite weather station 020.png]]
 
[[File:LinkSprite weather station 020.png]]
 +
  
  
 
'''d. Download the program'''
 
'''d. Download the program'''
 +
  
 
*Configure the board type and select the serial port which is recognized by your PC when using usb cable to connect PC and linkNode D1
 
*Configure the board type and select the serial port which is recognized by your PC when using usb cable to connect PC and linkNode D1
Line 139: Line 148:
  
 
[[File:LinkSprite weather station 021.png]]
 
[[File:LinkSprite weather station 021.png]]
 +
  
  
 
*Click the run button to program LinkNode D1
 
*Click the run button to program LinkNode D1
 +
  
  
Line 149: Line 160:
  
 
'''4. Run and test'''  
 
'''4. Run and test'''  
 +
  
 
*After upload the program, the LinkNode D1 will create a AP called LinkNodeAP
 
*After upload the program, the LinkNode D1 will create a AP called LinkNodeAP

Revision as of 09:29, 27 June 2016

Introduction

LinkSprite weather station 001.jpg


LinkSprite weather station is one kind of LinkSprite IoT kit which is powered by ESP8266 WiFi SoC. This kit can automatically collect environmental data including temperature, humidity and pressure, and display them on the local LCD. At the same time, it would upload these data periodically to LinkSprite IoT cloud server. User can check them on the website or using APP. This also is an open source product and you can download the hardware and software from the website.

LinkSprite weather station 002.jpg

LinkSprite weather station 003.jpg


Features

  • LinkNode D1
  • Temperature & humidity sensor
  • Pressure sensor
  • RTC module
  • 16x2 SerLCD
  • Solar powered
  • Automatically sync data to LinkSpriteIO


Tutorial

1. Hardware assembling

  • There are 6 acrylic panels to build a case for weather station


LinkSprite weather station 004.png


  • Mount the solar panel onto the D panel, connect solar panel and battery to power management module


LinkSprite weather station 005.png


LinkSprite weather station 006.png


  • Use screws to mount the LinkNode D1 and T&M sensor module onto the B panel
  • Use Blue-tack to paste the pressure sensor module and RTC module on B panel


LinkSprite weather station 007.png


  • Mount the SerLCD on the A panel


LinkSprite weather station 008.png


LinkSprite weather station 009.png


LinkSprite weather station 010.png


  • Mount the button module on the E or F panel


LinkSprite weather station 011.png


LinkSprite weather station 012.png


  • According to the following connection diagram to connect the LinkNode D1 and other peripherals


LinkSprite weather station 013.png


LinkSprite weather station 014.png


2. Access to LinkSpriteIO


a. Register to or sign in www.linksprite.io


  • - Go to My devices --> Create DIY device


LinkSprite weather station 015.png


LinkSprite weather station 016.png


  • Open the new created Device and get Device ID


LinkSprite weather station 017.png


  • Go to My profile to get your own API key


LinkSprite weather station 018.png


3. Software programming


a. Install Arduino IDE


  • Make sure you have installed Arduino IDE with ESP8266 Arduino core, details you can check here


b. Prepare the libraries


  • Download the Arduino project and related libraries from github
  • Unzip the WeatherStationLibraries.zip and move the files to the Arduino/libraries which is located in your account directory
  • Open Arduino IDE and go to Sketch --> Include Library --> Manage Libraries
  • Search the wifimanager and install it


LinkSprite weather station 019.png


c. Update and your program


  • Using Arduino IDE to open the WeatherStation Arduino project
  • Update Arduino project with your own deviceID and apikey


LinkSprite weather station 020.png


d. Download the program


  • Configure the board type and select the serial port which is recognized by your PC when using usb cable to connect PC and linkNode D1


LinkSprite weather station 021.png


  • Click the run button to program LinkNode D1


LinkSprite weather station 021.png


4. Run and test


  • After upload the program, the LinkNode D1 will create a AP called LinkNodeAP
  • Use your mobile phone to connect this AP
  • Open a browser and enter the IP address 10.0.1.1 and you will see the following website:


LinkSprite weather station 021.png