1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-22 21:16:12 +01:00

Add schemas [skip ci]

This commit is contained in:
Daniele Viganò 2020-06-20 16:36:28 +02:00
parent 762605c5c4
commit 05a5271e9a
Signed by: dani
GPG Key ID: DB49AFC03C40EE02
3 changed files with 582 additions and 1 deletions

View File

@ -4,6 +4,8 @@ Playing with IoT
This project is for educational purposes only. It does not implement any authentication and/or encryption protocol, so it is not suitable for real production.
![Application Schema](./docs/application_chart.svg)
## Installation
### Requirements
@ -109,7 +111,7 @@ docker-compose -f docker/docker-compose.yml up -f docker/edge/docker-compose.edg
DOCKER_HOST='127.0.0.1:22375' docker-compose -f docker-compose.modules.yml up -d [--scale {device-http,device-mqtt}=N]
```
## Ardunio
## Arduino
A simple Arduino UNO sketch is provided in the `arduino/tempLightSensor` folder. The sketch reads temperature and light from sensors. The simple schematic is:

BIN
docs/application_chart.odg Normal file

Binary file not shown.

579
docs/application_chart.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 248 KiB