bigtreetech / BIGTREETECH-OCTOPUS-Pro

This is OCTOPUS Pro open source material
263 stars 57 forks source link

I2C timeout klipper #6

Closed Pepeuch closed 2 years ago

Pepeuch commented 2 years ago

hello, for several days I have been trying to make a BME280 sensor work on the I2C port, however I have a timeout error on this one, here is my current configuration which I think is correct.

[temperature_sensor Chamber] sensor_type: BME280 i2c_address:119# Default is 118 (0x76). Some BME280 sensors have an address of 119# (0x77). i2c_mcu: mcu i2c_bus:i2c1 i2c_speed:100000# See the "common I2C settings" section for a description of the above parameters. min_temp: 0# See the "extruder" section for the definition of the above max_temp: 80 gcode_id: AMB# See the "heater_generic" section for the definition of this

Pepeuch commented 2 years ago

i resolve my problem, my config fot this: [temperature_sensor Chamber] sensor_type: BME280 i2c_address:119. i2c_mcu: mcu i2c_bus:i2c1a min_temp: 0 gcode_id: AMB