Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. bme280
    Log in to post

    • W

      I am looking for a temperature and humidity sensor
      LoPy • lopy wipy 3.0 sensor bme280 • • Wolli01  

      5
      0
      Votes
      5
      Posts
      472
      Views

      W

      @robert-hh Okay, thanks for your help.
    • D

      Help with BME280 on Wipy 3.0 + Expansion Board 3.0
      WiPy 2&3 • expansion board i2c wipy 3.0 bme280 • • Dezert754  

      3
      0
      Votes
      3
      Posts
      474
      Views

      D

      @robert-hh Works like a charm, thank you so much!
    • A

      SiPy and BME280
      SiPy • sipy i2c i2c bus error bme280 • • adrien3d  

      6
      0
      Votes
      6
      Posts
      2457
      Views

      A

      @robert-hh said in SiPy and BME280: i2c = I2C(0, I2C.MASTER, pins=(Pin("G9"), Pin("G10"))) Thank you soooo much, correct syntax for me is: i2c = I2C(0, I2C.MASTER, pins=("G9", "G10")) and thanks @bucknall for the library ;)
    • B

      BME280 on the LoPy
      Issues & Bugs • lopy i2c bme280 • • binux  

      41
      0
      Votes
      41
      Posts
      15957
      Views

      robert-hh

      @Lucas_Vieira Yes, just change the last line of the method values() to: return t, p, h I never had sent values directly to cayenne, only through TTN. Which cayenne LPP module are you using? Edit: In my tests, the value for humidity was the one with the largest error, but still not 0. Are you sure that you have a BME280 device and not an BMP280? If you look at the package, there are two lines of letters BME280: xxx Ux BMP280: xxx Kx The difference is U vs. K
    • 1 / 1