Skip to content

Remove hardcoded configurations and replace with more robust mechanism for setup. #21

@Lotok

Description

@Lotok

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:
image

Requirements

  • Arduino can ask Pi for config
  • Pi can pick correct config for specific Arduino (over MAC-address)
  • Pi can return correct data to Arduino

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions