Skip to content

IOT project in gPBL with Shibaura Institute of Technology

License

Notifications You must be signed in to change notification settings

tatsster/gPBL_Summer_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IOT project in gPBL with Shibaura Institute of Technology

Introduction

This is IOT project for controlling room temperature with ESP32 board and mobile app.

Great thanks SIT assistant Katsuya in helping us deploy and config on ESP32 and ESP8266 boards.

TL,DR: Our final result of project is webapp_email/webapp_email.ino

Contents

Components

In this project, we have 2 options for microcomputer:

These 2 boards are Japan-version of ESP32 and ESP8266 module which may be more familiar in other countries. Both share the same traits which can connect WiFi, bluetooth, HTTP GET & POST.

Another component is: DHT11 Temperature Humidity Sensor

Install Hardware Info

We develop most of our project in Arduino IDE and Visual Studio Code (with Arduino extension).

Because these are not by default Arduino board so we must install board information to deploy code from computer to devices.

ESPr One 32

  • Open Arduino IDE
  • Open Preferences
  • Add external board manager: "https://dl.espressif.com/dl/package_esp32_index.json"
  • Reload Arduino IDE
  • Open Tools => Board Manager
  • Enter esp32 in search form
  • Install esp32 by Espressif Systems
  • Select Board manager ESP32 Dev Module

ESPr One rev.3

Libraries

Because of connect to local host and get info from sensor, so we need install some libraries:

  • DHT
  • Adafruit_Sensor
  • ESPAsyncTCP
  • ESPAsyncWebServer

Tools

In final version, we need to control signal from remote that means ESPr must able to receive info. That why you should copy tools/ESP32FS to tools folder in Arduino IDE.

Contribution

Group member:

  • Haoran Wang
  • Pham Trong Nhan
  • Yuya Urushibata
  • Huynh Ngoc Thien
  • Kouhei Ogawa
  • Nguyen Nguyen Phuong
  • Riko Suzuki

About

IOT project in gPBL with Shibaura Institute of Technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published