ERNICommunity / dust-measurement-network

Dust Measurement Network - air pollution data measurement
MIT License
4 stars 5 forks source link

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

Open dniklaus opened 6 years ago

dniklaus commented 6 years ago

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

Expected Behaviour The operation of all drivers must be possible w/o any interferencing 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 5 years ago

@ithuerin have you already started working on this?

dniklaus commented 5 years ago

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