iot_demo_nerves/sensor_hub
Stefan Haslinger 6d422ac2dc send (hard coded) authorization token 2022-03-25 09:09:05 +01:00
..
config bugfix: wrong sensor name 2022-03-22 13:19:05 +01:00
lib bugfix: wrong sensor name 2022-03-22 13:19:05 +01:00
rel initial deployable version, targe.secret.exs gitignored 2021-12-14 10:58:50 +01:00
rootfs_overlay/etc initial deployable version, targe.secret.exs gitignored 2021-12-14 10:58:50 +01:00
test initial deployable version, targe.secret.exs gitignored 2021-12-14 10:58:50 +01:00
.formatter.exs initial deployable version, targe.secret.exs gitignored 2021-12-14 10:58:50 +01:00
.gitignore initial deployable version, targe.secret.exs gitignored 2021-12-14 10:58:50 +01:00
README.md send (hard coded) authorization token 2022-03-25 09:09:05 +01:00
mix.exs created publisher application and integrated it with sensor_hub 2022-03-22 12:01:30 +01:00
mix.lock created publisher application and integrated it with sensor_hub 2022-03-22 12:01:30 +01:00

README.md

SensorHub

SensorHub is an IOT-Demo Project Weather Station

Targets

  • Raspberry PI 3 as target: export MIX_TARGET=rpi3
  • If MIX_TARGET is unset, host project is buildt for testing.
  • Documenation on Targets

Build

  • Install dependencies with mix deps.get
  • Create firmware with mix firmware
  • Burn to an SD card with mix firmware.burn The SD-Card Reader is properly detected.
  • Upload to the device with mix upload hub.local

for Sensors and Links see the corresponding Wiki pages.