forked from hacknology/website
parent
46eee78053
commit
ddd7f598f0
@ -0,0 +1,34 @@ |
||||
--- |
||||
layout: project |
||||
title: IoB |
||||
author: phel |
||||
status: Concept |
||||
difficulty: tbd |
||||
time: tbd |
||||
--- |
||||
|
||||
## Idea / Motivation |
||||
seen an [article on Make](http://makezine.com/projects/create-raspberry-pi-smart-beer-fridge/) of a [beer fridge enhanced with a wii balance board and a raspberry pi](https://github.com/InitialState/beerfridge/) and thought this could be a great thing to safeguard our beer and Mate supply. Since tecer already [did a project with a hacked Bathroom scale](2016-05-10-motivationswaage.html), we can profit from his experince. |
||||
|
||||
## Concept |
||||
|
||||
### Beer Fridge |
||||
#### Hardware |
||||
- Arduino |
||||
- WiFi Module ESP8266 |
||||
- Load Cells (from bathroom scale) |
||||
- Door sensor (Reed contact, hall sensor or simple switch) |
||||
- DC Power Supply |
||||
#### Function |
||||
Processes the raw measurements of the load cell and takes care of calibration. Serves measurement values and state of the door sensor over WiFi. |
||||
|
||||
|
||||
### HMI |
||||
#### Hardware |
||||
- either SoC with WiFi, LCD, touchscreen or switches |
||||
- or old Andorid Tablet |
||||
|
||||
### Backend |
||||
#### Services |
||||
- Database |
||||
- Webinterface |
Loading…
Reference in new issue