Skip to content

Latest commit

 

History

History

102-air-quality-sensor-dropbox

ESP8266 over the Web: Getting started with IoT System Architecture

Project Goal

The use scenario of this project.

  • Save hardware data to Dropbox files
  • The name of each file is according to the current timestamp

This project shows how to extend devify-server biolerplate to save data to Dropbox files. Please read Devify to understand Devify in a bit before continue to this project.

Prerequisites

The guidelines are the same with the previous lessons. Therefore, this lesson will be explained in a short. Please read the previous 3 lessons before starting the project of this lesson.

Quickstart

  1. This project uses Dropbox APIs. Please signup and get your own application key at Dropbox.

  2. Please copy config.app.json.example to config.app.json.

  3. Please copy config.access_token.json.example to config.access_token.json.

  4. Please modify config.app.json and config.access_token.json to fill with your Dropbox token and secret key.

Next