ERNI-CoP-IoT / dust-measurement-network

Dust Measurement Network - air pollution data measurement
https://dmn.azurewebsites.net/
MIT License
1 stars 0 forks source link

Detector App freezes when starting FRAM while LMIC driver is in operation #35

Closed dniklaus closed 3 years ago

dniklaus commented 3 years ago

Issue by dniklaus Thu Aug 30 10:32:10 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/31


Actual Behavior Adafruit FRAM I2C driver start renders the detector firmware application to be frozen while LMIC driver (LoRaWan RFM95 module driver) is in operation.

Expected Behaviour The operation of all drivers must be possible w/o any interference issues.

Steps to reproduce

  1. Run the Detector FW with the LMIC driver in service
  2. Start I2C Bus (Wire.begin())
  3. Heartbeat LED stops blinking, CLI on USB Serial shows no reaction

Possible Workarounds

dniklaus commented 3 years ago

Comment by dniklaus Wed Nov 7 11:23:16 2018


@ithuerin have you already started working on this?

dniklaus commented 3 years ago

Comment by dniklaus Mon Jan 21 13:07:58 2019


@ithuerin The workaround (first point mentioned above) is implemented now (available in master branch).

dniklaus commented 3 years ago

Fix by #79a942e32aa79ed76d2de15ddf3c5feec7bf3870.