Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. kedulowt
    K
    • Continue chat with kedulowt
    • Start new chat with kedulowt
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    kedulowt

    @kedulowt

    3
    Reputation
    2
    Posts
    1220
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    kedulowt Follow

    Posts made by kedulowt

    • Micropython - SHT30 in BTC Base

      If someone would try work with SHT30, I recommend:

      https://github.com/rsc1975/micropython-sht30

      but in this base you should propertly sel scl, sda pins and i2c addres SHT30 is 0x44.

      Code:
      from sht30 import SHT30
      sht30_sensor = SHT30(scl_pin=22, sda_pin=21, delta_temp=-3, i2c_address=0x44)
      temperature, humidity = sht30_sensor.measure()

      Also what i noticed that is showed temperature is higher than real. To correct it i use delta_temp.

      posted in Bases
      K
      kedulowt
    • RE: UIFlow Core2 Alpha

      In later version will be support for Offline UIFlow and sending via USB (vscode plugin)?

      posted in Official Updates
      K
      kedulowt