Project MoBiFloC - rac2030/MakeZurich GitHub Wiki

Challenge: Bicycle commuter

#Tasklist:

##Sensors:

  • [DONE] try out GPS (position)
  • [DONE] try out SHT-31 (temp & humidity)
  • [DONE] try out SDP-610 (differential pressure sensor)
  • try out HRLV-MaxSonar (ultrasonic)

##Hardware:

  • INIT behavior: Send GPS initial position to LoraWAN upon power up
  • Build counting sensor (two pressure measuring sensor on two tubes)

##Data interface

  • [DONE] try out loraWAN connection to TTN
  • Define data structure and protocol

##Front-end

  • [DONE] Set up GIThub and
  • [DONE] connect nodejs server to TTN data
  • interpreting data from arduino
  • what to show on front-end?

##ideas for after hackathon: ###how to measure that a bicycle (not a dog or a person) went through the sensor?

  • e.g measuring speed of first wheel then extrapolating to when the system expects the second wheel to come by.

  • training machinelearning algorithm.

  • sonar data: use complementary to the pressure sensor for validation (speed measurement, sensor faulty)

  • Document project on https://developer.sensirion.com