This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New I2C sensors supported
#62
(2020-11-02, 07:36 PM)Sailoog Wrote: We have just published a new version of openplotter-i2c (2.2.0) fixing some errors and adding support for new sensors. It is beta again because some of them has not been tested, please report if you do it. This is the current list:

- ADS1115 (new - tested)
- BME280 (updated - tested)
- BMP280 (new - not tested)
- BMP3XX (new - not tested)
- HTU21D (new - tested)
- MS5607-02BA03 (old - tested)
- INA260 (new - not tested)

We have included a new system to allow customized settings for sensors and now it will be easier adding new ones. Please post here to suggest new sensors.

still having problems with the BME280. using the 2.2.1 version of I2C. I2C is turned on in the preferences section of the pi. Raspberry Pi 4b, 2 mb memory + pican m hat.
Chip is adafruit stemma I2C. Changed the address to 76 on the chip using adafruit instructions. Soldered a wire between grd and sdo pads.

Used Jay_cd33 solution.
"In the directory;
/usr/lib/python3/dist-packages/openplotterI2c
The file openplotterI2cRead.py needs to be edited. (sudo needed to edit file),

Change line 44 (in the BME280 section)
from:
import adafruit_bme280

to:
from adafruit_bme280 import basic as adafruit_bme280

(be aware the from is preceeded by 2 tabs not spaces)."

Saved and rebooted.
Still have no data transfer from the BME280.

Turned on the gpio, I wire in preferences. Rebooted, still no I2C data transfer. Did get pi temperature showing up. Which I wanted to have.
My settings match one of Jay_cd33 postings of 2022-03-03, 12:01 PM
No error messages.
Tried and tried and am getting nowhere. am I missing a step somewhere?
Thanks
Reply


Messages In This Thread
New I2C sensors supported - by Sailoog - 2020-11-02, 07:36 PM
RE: New I2C sensors supported - by Sailoog - 2020-11-05, 06:06 PM
RE: New I2C sensors supported - by zerze99 - 2020-11-09, 07:14 PM
RE: New I2C sensors supported - by Sailoog - 2020-11-11, 06:24 PM
RE: New I2C sensors supported - by Didier B - 2020-11-16, 10:53 AM
RE: New I2C sensors supported - by Didier B - 2020-11-17, 08:32 AM
RE: New I2C sensors supported - by Didier B - 2020-11-17, 05:02 PM
RE: New I2C sensors supported - by PaddyB - 2020-11-17, 06:38 PM
RE: New I2C sensors supported - by Didier B - 2020-11-17, 09:19 PM
RE: New I2C sensors supported - by beercansailor - 2020-11-17, 10:48 PM
RE: New I2C sensors supported - by PaddyB - 2020-11-18, 08:17 AM
RE: New I2C sensors supported - by Didier B - 2020-11-22, 11:07 PM
RE: New I2C sensors supported - by Didier B - 2020-11-26, 05:57 PM
RE: New I2C sensors supported - by Sailoog - 2020-11-26, 07:00 PM
RE: New I2C sensors supported - by Didier B - 2020-11-27, 10:28 AM
RE: New I2C sensors supported - by Sailoog - 2020-12-01, 08:18 PM
RE: New I2C sensors supported - by Didier B - 2020-12-01, 10:07 PM
RE: New I2C sensors supported - by jpaul1 - 2020-11-26, 03:43 PM
RE: New I2C sensors supported - by Sailoog - 2020-11-26, 06:56 PM
RE: New I2C sensors supported - by Sailoog - 2020-11-26, 07:32 PM
RE: New I2C sensors supported - by jpaul1 - 2020-11-26, 08:49 PM
RE: New I2C sensors supported - by Sailoog - 2020-12-01, 08:16 PM
RE: New I2C sensors supported - by Didier B - 2020-11-30, 12:50 AM
RE: New I2C sensors supported - by Didier B - 2020-12-05, 07:47 PM
RE: New I2C sensors supported - by Divemaster - 2020-12-07, 12:04 PM
RE: New I2C sensors supported - by Sailoog - 2020-12-09, 09:50 PM
RE: New I2C sensors supported - by Divemaster - 2020-12-10, 08:28 PM
RE: New I2C sensors supported - by olewsaa - 2020-12-17, 07:52 AM
RE: New I2C sensors supported - by Sailoog - 2020-12-17, 10:14 PM
RE: New I2C sensors supported - by olewsaa - 2020-12-19, 05:07 PM
Problem I2C -> HTU21D - by Romarin - 2020-12-28, 07:43 PM
RE: Problem I2C -> HTU21D - by Sailoog - 2021-03-03, 01:23 PM
RE: New I2C sensors supported - by Ski_Entropy - 2021-02-24, 09:07 PM
RE: New I2C sensors supported - by Sailoog - 2021-03-03, 01:27 PM
RE: New I2C sensors supported - by Techstyle - 2021-04-26, 06:53 PM
RE: New I2C sensors supported - by DcnPat - 2021-03-02, 11:08 PM
RE: New I2C sensors supported - by Sailoog - 2021-03-03, 01:40 PM
RE: New I2C sensors supported - by tortfeaser - 2021-03-04, 10:52 PM
RE: New I2C sensors supported - by jekyllandhyde - 2021-04-15, 11:44 PM
RE: New I2C sensors supported - by Sailoog - 2021-04-28, 01:00 PM
RE: New I2C sensors supported - by jekyllandhyde - 2021-04-28, 05:51 PM
RE: New I2C sensors supported - by jekyllandhyde - 2021-04-26, 05:45 AM
RE: New I2C sensors supported - by Sailoog - 2021-04-28, 12:47 PM
RE: New I2C sensors supported - by Nikola89 - 2021-05-23, 03:19 PM
RE: New I2C sensors supported - by arveasheim - 2021-05-23, 09:11 PM
RE: New I2C sensors supported - by Sailoog - 2021-05-24, 07:55 PM
RE: New I2C sensors supported - by dpdpkpcom - 2022-02-26, 01:54 PM
RE: New I2C sensors supported - by Relax - 2021-11-23, 02:41 PM
RE: New I2C sensors supported - by Sailoog - 2021-11-23, 08:00 PM
RE: New I2C sensors supported - by Relax - 2021-11-24, 05:28 PM
RE: New I2C sensors supported - by croy - 2022-01-01, 10:27 PM
RE: New I2C sensors supported - by croy - 2022-01-01, 10:29 PM
RE: New I2C sensors supported - by Surfer2010 - 2022-02-19, 01:43 PM
RE: New I2C sensors supported - by tYuoAz - 2022-02-26, 09:13 PM
RE: New I2C sensors supported - by Jay_cd33 - 2022-02-27, 12:05 PM
RE: New I2C sensors supported - by tYuoAz - 2022-02-28, 04:46 AM
RE: New I2C sensors supported - by Sailoog - 2022-02-27, 09:29 PM
RE: New I2C sensors supported - by hrios - 2022-03-03, 07:54 PM
RE: New I2C sensors supported - by hrios - 2022-03-07, 07:31 PM
RE: New I2C sensors supported - by amckeown - 2022-06-06, 08:42 PM
RE: New I2C sensors supported - by amckeown - 2022-06-26, 11:02 PM
RE: New I2C sensors supported - by amckeown - 2022-07-20, 03:07 AM

Forum Jump:


Users browsing this thread: 6 Guest(s)