]> git.itanic.dy.fi Git - BME280_driver/log
BME280_driver
4 years agoCleaned macros and defaulted to using floating point compensation
Bosch Sensortec [Mon, 10 Feb 2020 09:23:49 +0000 (10:23 +0100)]
Cleaned macros and defaulted to using floating point compensation

4 years agoFixed a bug in integer compensation equations
Kevin Goveas [Wed, 22 Jan 2020 14:56:11 +0000 (15:56 +0100)]
Fixed a bug in integer compensation equations

4 years agoFixed bug with double compensation equations
Bosch Sensortec [Wed, 22 Jan 2020 14:28:19 +0000 (15:28 +0100)]
Fixed bug with double compensation equations

4 years agoUpdated license and formatting
Bosch Sensortec [Tue, 14 Jan 2020 07:53:01 +0000 (08:53 +0100)]
Updated license and formatting

4 years agoMerge pull request #77 from kni/master
Bosch Sensortec [Thu, 28 Nov 2019 15:15:28 +0000 (16:15 +0100)]
Merge pull request #77 from kni/master

Added contributed BSD example

4 years agoBSD example
Nick Kostyria [Mon, 25 Nov 2019 10:12:56 +0000 (12:12 +0200)]
BSD example

4 years agoAdded a wait until the NVM copy was complete.
Bosch Sensortec [Fri, 13 Sep 2019 11:10:43 +0000 (13:10 +0200)]
Added a wait until the NVM copy was complete.

4 years agoMerge pull request #73 from byteneumann/patch-1
Bosch Sensortec [Fri, 2 Aug 2019 06:14:52 +0000 (08:14 +0200)]
Merge pull request #73 from byteneumann/patch-1

linux example improvements

4 years agoadded unit conversion to sensor data output
byteneumann [Thu, 1 Aug 2019 16:39:06 +0000 (16:39 +0000)]
added unit conversion to sensor data output

4 years agoimproved error output
byteneumann [Wed, 31 Jul 2019 19:01:48 +0000 (19:01 +0000)]
improved error output

4 years agofixed indentation
byteneumann [Wed, 31 Jul 2019 09:48:00 +0000 (09:48 +0000)]
fixed indentation

4 years agoadded basic error handling, replaced hardcoded dev_id with define
byteneumann [Wed, 31 Jul 2019 07:20:16 +0000 (07:20 +0000)]
added basic error handling, replaced hardcoded dev_id with define

4 years agoMerge pull request #72 from vpoulailleau/patch-2
Bosch Sensortec [Sun, 9 Jun 2019 03:12:41 +0000 (05:12 +0200)]
Merge pull request #72 from vpoulailleau/patch-2

Add address generation in I²C write

4 years agoAdd address generation in I²C write
Vincent Poulailleau [Fri, 7 Jun 2019 15:18:13 +0000 (17:18 +0200)]
Add address generation in I²C write

According to the datasheet "6.2.1 I²C write" (and to my user C code), the address of each register has to be specified.

4 years agoMerge pull request #71 from vpoulailleau/patch-1
Bosch Sensortec [Fri, 31 May 2019 12:02:14 +0000 (14:02 +0200)]
Merge pull request #71 from vpoulailleau/patch-1

Update Readme with latest release

4 years agoUpdate Readme with latest release
Vincent Poulailleau [Fri, 31 May 2019 09:56:51 +0000 (11:56 +0200)]
Update Readme with latest release

5 years agoFixed typo in standby duration macro
Bosch Sensortec [Fri, 8 Mar 2019 12:21:49 +0000 (13:21 +0100)]
Fixed typo in standby duration macro

5 years agoMerge pull request #57 from janwilleke/master
Bosch Sensortec [Tue, 24 Jul 2018 06:57:56 +0000 (08:57 +0200)]
Merge pull request #57 from janwilleke/master

Linux userspace example code

5 years agoLinux userspace example code
Jan Willeke [Mon, 23 Jul 2018 16:12:24 +0000 (18:12 +0200)]
Linux userspace example code

6 years ago- Added chapter for Sensor data's units
Bosch Sensortec [Mon, 26 Feb 2018 12:05:17 +0000 (13:05 +0100)]
- Added chapter for Sensor data's units
- humidity_max value updated in "compensate_humidity" API integer version
- Removed changelog

6 years agoAdded LICENSE file
Bosch Sensortec [Mon, 12 Feb 2018 07:46:58 +0000 (08:46 +0100)]
Added LICENSE file

6 years agoAdded selftest API based on CRC check
Bosch Sensortec [Thu, 23 Nov 2017 07:20:01 +0000 (08:20 +0100)]
Added selftest API based on CRC check
Linux compatibility issue fixed

6 years agoChanged
Bosch Sensortec [Wed, 8 Nov 2017 06:47:27 +0000 (07:47 +0100)]
Changed
 - Created the following user APIs which were previously static
  * bme280_parse_sensor_data
  * bme280_compensate_data

6 years ago- Changed macro FLOATING_POINT_REPRESENTATION to BME280_FLOAT_ENABLE
Bosch Sensortec [Thu, 20 Jul 2017 08:50:05 +0000 (10:50 +0200)]
- 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

6 years agoUpdated to v3.2.0
Bosch Sensortec [Fri, 23 Jun 2017 08:08:13 +0000 (10:08 +0200)]
Updated to v3.2.0

7 years agoMerge pull request #14 from simoc/master
Bosch Sensortec [Tue, 25 Oct 2016 06:57:33 +0000 (08:57 +0200)]
Merge pull request #14 from simoc/master

Added dig_h4, dig_h5, dig_h6 to the function header comment

7 years agoAdd dig_h4, dig_h5, dig_h6 to function header comment
Simon Chenery [Tue, 30 Aug 2016 18:31:48 +0000 (20:31 +0200)]
Add dig_h4, dig_h5, dig_h6 to function header comment

Add missing calibration registers to C comment. Perhaps they were
missed due to the page-break in the datasheet?

7 years agoChip Id Retry functionality added.
Ezhil Mani R [Mon, 4 Jul 2016 12:53:20 +0000 (18:23 +0530)]
Chip Id Retry functionality added.

9 years agoCorrected the magic numbers with valid names
nirmala [Fri, 27 Mar 2015 14:01:32 +0000 (19:31 +0530)]
Corrected the magic numbers with valid names

9 years agoUpdate README.md
BoschSensortec [Thu, 18 Dec 2014 08:32:04 +0000 (16:32 +0800)]
Update README.md

9 years agoCreated Bosch Sensortec BME280 driver
Sridharan [Wed, 17 Dec 2014 10:29:54 +0000 (15:59 +0530)]
Created Bosch Sensortec BME280 driver

9 years agoInitial commit
BoschSensortec [Wed, 17 Dec 2014 10:27:49 +0000 (15:57 +0530)]
Initial commit