Issue
At the moment the following information is hardcoded into the Arduino:
- MAC-address
- location
- room
- sensor type
For connection see #22
Solution
Configuration file should be on the Raspberry Pi.
Communication between Arduino and Pi over TCP.
Configuration in JSON format.
Scetch:

Requirements
Issue
At the moment the following information is hardcoded into the Arduino:
For connection see #22
Solution
Configuration file should be on the Raspberry Pi.
Communication between Arduino and Pi over TCP.
Configuration in JSON format.
Scetch:

Requirements