Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.82 KB

README.md

File metadata and controls

57 lines (42 loc) · 1.82 KB

Smart Kitchen

The kitchen ist he heart of any apartment, so why should it not be intelligent?! At the present time more and more devices are interconnected, the so-called IOT-Devices. No progress is a step backwards, that is why the Kitchen must also be smart. The project Smart Kitchen focus primarily on the intelligent fridge.

Smart Fridge

With help of the smart fridge the existing food ingredients of the fridge will be presented on a website. The foodstuffs are recognised and detected by means of NFC-tags. To determine if the food is have changed, the weight will be measured by a pressure sensor.

Concept

Hardware

The following hardware is used:

RaspberryPi 3 with 6LoWPAN

Ateml SAM R21 Xplained Pro

with an NFC Shield PN532 to detected the NFC-tags and an analog pressure sensor to measure weight.

Software Architecture

This project based on the following software architecture

How to Start

  1. Clone Projekt
  2. Setup Gateway
    1. Download and install latest RaspbianOS
    2. Setup LoWPAN (see RIOT Tutorial)
    3. Install Crosscoap
  3. Setup Sensornode
    1. Connect the needed hardware (see Sensornode-ReadME)
    2. Flash Software to Board
  4. Setup database
    1. See branche backend
    2. copy analysis Skript and execute
  5. Everything should work now