Skip to content

dekdew/Have-a-good-dream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Have a good dream

This is a project for Computer Programming 2017.

Installation

Setup

  • WiFi

    • Set your wifi said to file arduino/arduino.ino in line #define WIFI_SSID "<Your WiFi SSID>".
    • Set your wifi password to file arduino/arduino.ino in line #define WIFI_PASSWORD "<Your WiFi password>".
  • Firebase

    • Login to Google account and create new project. firebase01

    • Go to DEVELOP/Database/DATA and copy firebase auth to file arduino/arduino.ino in line #define FIREBASE_HOST "<Your firebase auth>". firebase02

    • Go to Project settings/SERVICE ACCOUNTS/ Database Secrets and copy firebase
      Database Secrets to file arduino/arduino.ino in line #define FIREBASE_KEY "<Your firebase key>". firebase03

    • Go to DEVELOP/Authentication/ SIGN-IN METHOD then choose Facebook and fill in App ID and App secret from Facebook for Developers. Don't forget to save! firebase04

    • Go to Project Overview/Add Firebase to your web app then copy and paste the snippet at firebase/public/index.html in line <!-- Copy and paste the snippet here. -->. firebase05

  • Facebook for Developers

    • Login to Facebook account and create new app ID. facebook01

    • Go to Settings/Basic you will get App ID and App Secret to fill in firebase authentication. facebook02

    • Go to PRODUCTS/Facebook Login/Settings and fill in your Valid OAuth Redirect URIs from firebase. facebook03

  • Line Notify

    • Login to Line account and create new token. line01

    • Copy your token to file arduino/arduino.ino in line define LINE_TOKEN "<Your line token>". line02

Author

  • 60070073 : Passawit Riewthong
  • 60070076 : Mareena Nuraman
  • 60070082 : Raksina

Faculty of Information Technology

King Mongkut's Institute of Technology Ladkrabang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages