BigW Consortium Gitlab

  1. 11 Mar, 2019 1 commit
    • improve ambient temperature data fed to BSEC · 18378c94
      David Frey authored
      The BSEC temperature offset and ambient temperature required by the
      bme680 driver library are now supplied dynamically. Additionally, an
      openweathermap.org based ambient temperature API was added. This is of
      course only useful if the device will be outdoors.
  2. 07 Mar, 2019 2 commits
  3. 06 Mar, 2019 3 commits
  4. 05 Mar, 2019 2 commits
  5. 04 Mar, 2019 1 commit
    • bme680: use userspace library · 5b78beb2
      David Frey authored
      Use the bme680 driver library provided by Bosch and package it as a
      Legato component. This provides a more complete driver implementation
      than the kernel module that was being used previously. Also integrate
      the proprietary BSEC library from Bosch to get more intelligence out of
      the sensor.
  6. 18 Feb, 2019 1 commit
  7. 13 Feb, 2019 3 commits
  8. 31 Jan, 2019 4 commits
  9. 21 Jan, 2019 7 commits
  10. 16 Jan, 2019 1 commit
  11. 15 Jan, 2019 1 commit
    • Fix board id code in mangOH red driver · 592a30f9
      David Frey authored
      There were two issues:
        - Boards with a matching DV6 EEPROM string were being marked as DV5.
        - Some early DV5 boards have EEPROM content indicating that they are
          DV4 boards, but they are actually DV5 boards. As a result, there are
          now two strings that are used to identify DV5 boards.
  12. 11 Jan, 2019 1 commit
    • fix error check in probe() for mangoh yellow · 97196d7f
      David Frey authored
      Fix a copy/paste error in the mangOH yellow module. Previously, the IMU
      variable was being checked after calling i2c_new_device to create the
      magnetometer. The impact of this bug is that a failed probe of the
      magnetometer would not have been detected during probe of the mangOH
      yellow driver.
  13. 09 Jan, 2019 3 commits
  14. 08 Jan, 2019 1 commit
  15. 21 Dec, 2018 1 commit
    • Add experimental driver for e-ink display · 0f371ad4
      David Frey authored
      Add a Linux framebuffer driver for Waveshare e-ink displays written by
      Thong Nguyen <nxthongbk@gmail.com>. Only the 2.13 Inch display has been
      tested so far. See the README.md file for information on what is
      required to get this device working.
  16. 11 Dec, 2018 2 commits
  17. 05 Dec, 2018 2 commits
  18. 27 Nov, 2018 1 commit
  19. 22 Nov, 2018 1 commit
  20. 21 Nov, 2018 2 commits