Code Monkey home page Code Monkey logo

linkitone-environmental-sensing's Introduction

LinkitOne Environmental Sensing

This is a environmental monitoring project that measures temperature, relative humiditiy, light, and air pressure of the surroundings. The project is based on MediaTek LinkIt One platform, and all the measurement results are submitted to ThingSpeak.com for archive/visualization via WiFi.

##List of the sensors used in this project

  1. Grove - LCD RGB Backlight
  1. Grove - Barometer (High-Accuracy)
  1. Grove - Temperature and Humidity Sensor Pro
  1. Grove - Digital Light Sensor

##Example of My_Password.h

  #ifndef _THINGSPEAK_API_KEY_
	#define _THINGSPEAK_API_KEY_
	#define THINGSPEAK_API_KEY "1234567890"	// replace with your ThingSpeak API key
  #endif

  #ifndef _WIFI_
	#define _WIFI_
  	#define WIFI_AP "MY_WIFI_AP"            // replace with your WiFi AP SSID
  	#define WIFI_PASSWORD "MY_WIFI_PASSWD"	// replace with your WiFi AP Password
  	#define WIFI_AUTH LWIFI_WPA           // choose from LWIFI_OPEN, LWIFI_WPA, or LWIFI_WEP according to your AP
  #endif

##Note

This software is written by Ling-Jyh([email protected]) and is licensed under The MIT License. Check License.txt for more information.

Contributing to this project is warmly welcomed. You can do this basically by forking, committing modifications and then pulling requests (follow the links above for operating guide). Adding change log and your contact into file header is encouraged. Thanks for your contribution.

linkitone-environmental-sensing's People

Contributors

cclljj avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.