Comes with BGM

Published:

Detect where the users are and hence automatically turn on/off home appliances using STM32 and Rpi.

1. Motivation

Smart home applications thrived up due to the prevalent of IoT and smartphones. Their functions might be different but all with a view to either save energy and money or make human’s life more conveneient. It happened to everyone that we leave our home without turning the lights and appliances off. Therefore, we came up with the idea to detect where the users are and hence automatically turn on/off home appliances using STM32 and Rpi.

2. Enviornment & Depedency

  • STM32
    • Mbed-os 5.15.0
    • Wifi-ism43362
    • Mbed-os-example-ble-GattServer
  • Rpi
    • Python 3.6.8

      3. Prerequisties & Installation

      $ pip install pycrpytodome
      $ pip install flask
      # Install yarn (Please refer to the official website)
      $ yarn install
      # maybe need to yarn add unmet depedencies
      # yarn add xxxx@xx.xx.xx
      

      4. Execution

      $ cd Webserver/
      # Start Frontend, Open one terminal
      $ yarn start
      # Start Backend, Open one terminal
      $ cd backend/
      # If you want to change ip address and port, please modify shell script and also modify WebServer/src/constants/ServerInfo.js 
      $ . start.sh 
      # Connect Everything
      $ cd ../SystemController_Rpi/
      $ python3 merge.py
      

5. Code

code

6. Demo

demo