Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

GRiSP Hackathon Summary

Zofia Polkowska edited this page Mar 27, 2019 · 7 revisions

During the Hackathon three teams were fighting hard to deliver solutions for the farmers in need. All of the soultions allow farmers to monitor temperature/humidity in their greenhouses.

The Jury was taking into account three aspects:

  • technical advancement,
  • readiness,
  • usability (for a simple farmer = non-tech user).

They finally agreed on the following results:

1st place

Sebastian, Kacper, Paweł for live monitoring system, presented with set-up of already four stations, additionally notifications on slack when the temperature in the greenhouses reeches the configurable level.

2nd place

Piotrek, Radek, Zosia for live monitoring system, presented only with one station due to network issues, but with the possibility of adding the stations dynamically through user-friendly interface.

Project architecture:

Backend

  • underneath: an Erlang node running on (every) GRiSP board responsible for periodic temperature checks;

  • mid-layer: a Cowboy HTTP server polling GRiSP boards, exposing endpoints for adding new boards and fetching measurements;

[Frontend]

  • front-end: pure JS application, graphs and fields for adding multiple specific GRiSP board to the dashboard.

3rd place

Alek, Michał and Bartek for live monitoring system with great prospects.

Clone this wiki locally