Smart Controller

Implemented all the code for the Arduino microcontroller with C++ using the information provided from APIs and the mobile application.

  • The Smart Controller is a device that controls the lights and the fan in our house;
  • This device is connected via wi-fi and shows the weather forecast;
  • The Smart Controller uses a weather API, with the weather we can turn on/off the light/fan, change the city and put differents users;
  • Each user has a different city and different "ideal temperature";
  • At nigth the ligths turn off, when the temperature is above the "ideal temperature" the fan turns on;

For more info please check on Github.