Commit Graph

  • 698bde2637
    Merge bdc968ed3e into 07a4960f31 MaharavanSundaram 2024-09-12 16:44:33 +0530
  • bdc968ed3e fix: compilation error fixed compile_fix Maharavan Sundaram 2024-09-12 16:43:11 +0530
  • 6de01b59bf
    Merge 25a647c2b6 into 07a4960f31 Evolvebilearning 2023-05-10 21:51:26 -0700
  • 07a4960f31
    Merge pull request #92 from lauralindzey/bugfix/always_set_address master kegov 2023-05-10 10:15:31 +0200
  • f7845b7942
    Merge pull request #89 from lauralindzey/bugfix/bme280_double_enable kegov 2023-05-10 10:13:34 +0200
  • b6d402ff6a Always use ioctl to set device address Laura Lindzey 2023-05-07 06:40:47 +0000
  • 1df746c9fa Stop linking against wiringPi since those headers aren't used Laura Lindzey 2023-05-07 06:37:42 +0000
  • 0c11ddceb9 linux_userspace correctly reports read success/failure Laura Lindzey 2023-05-07 06:29:16 +0000
  • 3b964fc935 Fix name of ifdef in linux_userspace.c Laura Lindzey 2023-05-07 05:57:50 +0000
  • 3ba9abb813 Updated to new architecture. Added examples. Updated contributed examples. bme280_v3.5.1 Bosch Sensortec 2023-04-17 10:50:33 +0200
  • 29a9f77b4d
    Merge 0ea59be531 into c47f06eb44 Thomas Kuschel 2023-02-10 23:05:29 +0100
  • 0ea59be531 typo in README.md Thomas Kuschel 2023-02-10 21:07:38 +0100
  • 5bb7b7f239 FIX and beautify Thomas Kuschel 2023-02-10 19:58:54 +0100
  • 3b17266c97 FIX id.dev_addr declaration, additional error handling Thomas Kuschel 2023-02-10 18:06:31 +0100
  • 8ad1809e74 FIX microseconds, FIX API documentation Thomas Kuschel 2023-02-05 03:03:13 +0100
  • a3af03d212
    Merge 0947d5f642 into c47f06eb44 Abhishek kumar 2022-07-17 01:14:04 +0530
  • 0947d5f642
    Update README.md Abhishek kumar 2022-07-17 01:13:31 +0530
  • 89fc0ffb58
    Merge 5929add1f4 into c47f06eb44 zjli-2019 2021-11-11 17:56:53 +0800
  • 5929add1f4 update milliseconds to microseconds zjli-2019 2021-11-11 17:54:55 +0800
  • 25a647c2b6
    Small change Evolvebilearning 2021-11-11 11:20:49 +0530
  • 09ef00b3e8
    Merge f32348a310 into c47f06eb44 SergeiSOficial 2021-10-04 11:51:05 +0300
  • f32348a310 Revert readme change from us to ms SergeiSOficial 2021-10-04 11:51:01 +0300
  • 9a3b1d838d
    Merge 4f7db697dd into c47f06eb44 fhwe71 2021-03-02 10:49:17 +0100
  • 4f7db697dd
    Update linux_userspace.c fhwe71 2021-03-02 10:48:34 +0100
  • 8ece9eedca
    Merge 2e01b10a44 into c47f06eb44 Mauricio Matias 2020-11-11 22:58:08 -0400
  • 2e01b10a44 fix: removing const in reg_data argument at bme280_write_fptr_t method, because introduce invalid conversion errors at the compilation time cr0wg4n 2020-11-11 22:45:23 -0400
  • 9f9012bbcf fix: delay_ms does not exists in the bme280_dev struct cr0wg4n 2020-11-11 22:38:46 -0400
  • ecef17cdea fix BME280_MEAS_SCALING_FACTOR for us Sergei Savkin 2020-11-06 11:31:50 +0300
  • b9d752e199 change readme and comments to us Sergei Savkin 2020-11-05 15:01:43 +0300
  • cb94a0677b Updated readme with write functions Sergei Savkin 2020-11-05 14:49:01 +0300
  • c47f06eb44 Updated interface design and examples. bme280_v3.5.0 Bosch Sensortec 2020-07-06 08:05:30 +0200
  • 3d1313281e
    Merge 9a52bca67d into 94f553126c Paweł Szramowski 2020-06-11 04:30:55 +0000
  • 8657f0d7dc
    Merge fc7841e059 into 94f553126c JamesWP 2020-06-09 14:10:17 +0200
  • 94f553126c
    Merge pull request #81 from brecolbrecol/master Bosch Sensortec 2020-06-08 08:21:52 +0200
  • 8ff729d8ca feat: .gitignore brecol 🥦 2020-06-06 12:23:34 +0200
  • d4eae7f0dd feat: Makefile for examples brecol 🥦 2020-06-06 12:14:19 +0200
  • fc7841e059
    fixed example to work on a raspberry pi JamesWP 2020-05-28 23:36:17 +0100
  • 9a52bca67d Prepare for pull request Paweł Szramowski 2020-04-13 00:00:11 +0200
  • 09b39fd6e2 Add capability to process all the sensor data gathered outside the driver Paweł Szramowski 2020-04-12 17:24:41 +0200
  • 3d686a3265 Removed self-test Bosch Sensortec 2020-03-17 09:41:54 +0100
  • 56de40696f Cleaned macros and defaulted to using floating point compensation bme280_v3.4.3 Bosch Sensortec 2020-02-10 10:23:49 +0100
  • a0acb75c92 Fixed a bug in integer compensation equations bme280_v3.4.2 Kevin Goveas 2020-01-22 15:56:11 +0100
  • 29e873a764 Fixed bug with double compensation equations Bosch Sensortec 2020-01-22 15:28:19 +0100
  • c1276cbdb9
    Merge 05aabb2db5 into d77d5a34f3 Simon 2020-01-19 12:00:43 +0100
  • 05aabb2db5
    Update bme280.c Simon 2020-01-19 11:51:26 +0100
  • d77d5a34f3 Updated license and formatting bme280_v3.4.1 Bosch Sensortec 2020-01-14 08:53:01 +0100
  • 42acb85785
    Merge pull request #77 from kni/master Bosch Sensortec 2019-11-28 16:15:28 +0100
  • 8c5456a3eb BSD example Nick Kostyria 2019-11-25 12:12:56 +0200
  • 74471e9eab Fix humidity uncompensated data based on data sheet memory map Phil Bolduc 2019-11-16 11:26:08 -0800
  • 0d81b57bfa
    Fix comment Brian Cooke 2019-10-02 22:51:29 +0200
  • bdf4e573cb Added a wait until the NVM copy was complete. bme280_v3.3.7 Bosch Sensortec 2019-09-13 13:10:43 +0200
  • 30a936fef2 Wait for data to copy before reading calibration data Adam Serbinski 2019-08-11 13:00:53 -0400
  • 47596cdf7f
    Merge pull request #73 from byteneumann/patch-1 Bosch Sensortec 2019-08-02 08:14:52 +0200
  • 64216feb55 added unit conversion to sensor data output byteneumann 2019-08-01 16:39:06 +0000
  • 47256731aa improved error output byteneumann 2019-07-31 19:01:48 +0000
  • 64356f5f7e fixed indentation byteneumann 2019-07-31 09:48:00 +0000
  • 4c9406ecfd added basic error handling, replaced hardcoded dev_id with define byteneumann 2019-07-31 07:20:16 +0000
  • 9424d919df
    Merge pull request #72 from vpoulailleau/patch-2 Bosch Sensortec 2019-06-09 05:12:41 +0200
  • fce2a5aced
    Add address generation in I²C write Vincent Poulailleau 2019-06-07 17:18:13 +0200
  • adf3b40195
    Merge pull request #71 from vpoulailleau/patch-1 Bosch Sensortec 2019-05-31 14:02:14 +0200
  • 94d447af10
    Update Readme with latest release Vincent Poulailleau 2019-05-31 11:56:51 +0200
  • a78b67c249 Fixed typo in standby duration macro bme280_v3.3.6 Bosch Sensortec 2019-03-08 13:21:49 +0100
  • a082ec7c92
    Merge 86f5b6d469 into a50e719ded Tuteyshy 2019-02-04 22:16:51 +0000
  • 86f5b6d469 1. The masks and the position of the configuration bits of the "config" register (0xF5) are set incorrectly; 2. BME280 does not support the parameter "t standby" = 1 ms. At least 0.5mS. Tuteyshy 2019-02-05 00:55:54 +0300
  • 7e48337ae7
    Merge 92639c568b into a50e719ded Raido Pahtma 2018-08-02 11:04:58 +0000
  • a50e719ded
    Merge pull request #57 from janwilleke/master Bosch Sensortec 2018-07-24 08:57:56 +0200
  • f693317b55 Linux userspace example code Jan Willeke 2018-07-23 18:12:24 +0200
  • 92639c568b Fix unsigned only in C90 warning. Raido Pahtma 2018-06-03 22:44:23 +0300
  • 9921eb17c4 AVR 8bit compatibility (warnings?). Raido Pahtma 2018-06-03 22:22:00 +0300
  • e71dabe195 C89 compatibility. Raido Pahtma 2018-06-03 22:21:33 +0300
  • 958cef65da - Added chapter for Sensor data's units - humidity_max value updated in "compensate_humidity" API integer version - Removed changelog bme280_v3.3.4 Bosch Sensortec 2018-02-26 13:05:17 +0100
  • 18260d616b Added LICENSE file Bosch Sensortec 2018-02-12 08:46:58 +0100
  • 01ec205320 Added selftest API based on CRC check Linux compatibility issue fixed bme280_v3.3.2 Bosch Sensortec 2017-11-23 08:20:01 +0100
  • ae52b2132e Changed - Created the following user APIs which were previously static * bme280_parse_sensor_data * bme280_compensate_data bme280_v3.3.1 Bosch Sensortec 2017-11-08 07:47:27 +0100
  • 236dccdee1 - Changed macro FLOATING_POINT_REPRESENTATION to BME280_FLOAT_ENABLE - Changed member id to dev_id in struct bme280_dev - Changed member interface to intf in struct bme280_dev - Changed variable length array in bme280_set_regs to fixed length array to allow a max of 10 registers to be written. - Fixed bug with shifting in parse_sensor_data - Changed macro MACHINE_64_BIT to BME280_64BIT_ENABLE - Updated example in the README.md file and added function pointer templates bme280_v3.3.0 Bosch Sensortec 2017-07-20 10:50:05 +0200
  • 4dbd10a74b Updated to v3.2.0 bme280_v3.2.0 Bosch Sensortec 2017-06-23 10:08:13 +0200
  • fd986d76da Merge 643e69ab6e into cf40d00b0b Yulian Slobodyan 2017-04-25 23:45:10 +0000
  • 643e69ab6e Fix -Wmisleading-indentation error for GCC 6 Yulian Slobodyan 2017-04-26 02:43:25 +0300
  • a6de0cc8a2 Merge 8f60f4d667 into cf40d00b0b Peter B 2017-01-04 02:27:07 +0000
  • cf40d00b0b Merge pull request #14 from simoc/master bme280_v2.0.5 Bosch Sensortec 2016-10-25 08:57:33 +0200
  • 8c4029caa1 Add dig_h4, dig_h5, dig_h6 to function header comment Simon Chenery 2016-08-30 20:31:48 +0200
  • 28982a1627 Chip Id Retry functionality added. Ezhil Mani R 2016-07-04 18:23:20 +0530
  • 8f60f4d667 The check for the definedness of __STDC_VERSION__ is negated Peter BOLLA 2016-01-08 23:08:54 +0100
  • 3cb129e87b Corrected the magic numbers with valid names nirmala 2015-03-27 19:31:32 +0530
  • 7de2989ebc Update README.md BoschSensortec 2014-12-18 16:32:04 +0800
  • 09f2469315 Created Bosch Sensortec BME280 driver Sridharan 2014-12-17 15:59:54 +0530
  • 878a455b21 Initial commit BoschSensortec 2014-12-17 15:57:49 +0530