/cooktop-IoT

Primary LanguagePythonMIT LicenseMIT

Induction Cooktop

The aim of this project was to control an induction cooktop from a web application.

The proposed solution was to design a home automation system that has two modes - Auto and Manual. In the Manual mode, the user will choose a temperature level and the LEDs will switch on to emulate the corresponding heating intensity. In the Auto mode, the web application will display the current temperature and the system will automatically switch the LED lights to represent the level of heating being measured. Real time temperature analysis is made on ThingSpeak.

Device Sketch

IoT Level

Hardware

  • Raspberry Pi 2 Model B
  • DS18B20 Digital Temperature Sensor
  • 3 light-emitting diode (LED)
  • GPIO Extension Board
  • Breadboard
  • Resistors and wires

Software

  • Native controller in Python
  • Web server based on Django REST framework
  • SQLite3
  • ThingSpeak
  • ThingView

Network

The Raspberry Pi 2 uses a WIFI dongle to post data to the server through WAN. The ThingSpeak API stores and retrieves data using HTTP over the internet. On ThingView app it is possible to visualize the logged data from the temperature sensor on any Android 4.X.X Smartphone

Process Model

Visualization

Using the ThingSpeak and ThingView applications, the user can access the latest readings from the sensor.

References