Navigation

    M5Stack Community

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

    Topics created by Kris

    • K

      Deleting QR from screen
      UIFlow • • Kris

      3
      0
      Votes
      3
      Posts
      1411
      Views

      K

      @felmue Good idea. Thanks
    • K

      IR unit
      UIFlow • • Kris

      3
      0
      Votes
      3
      Posts
      1882
      Views

      K

      @iamliubo Hi, Are you interested in writing a program for money? Two signals from the air conditioning remote control need to be recorded. Best regards
    • K

      Pins in UIflow
      UIFlow • • Kris

      5
      0
      Votes
      5
      Posts
      3301
      Views

      Hello @Alex28 in the end pin0 - pin4 are simply Micropython variables, so either switch to the Micropython tab or use Execute code blocks to add more pinX variables. Thanks Felix
    • K

      ENV+Relay
      Units • • Kris

      4
      0
      Votes
      4
      Posts
      3763
      Views

      K

      I see.
    • K

      Tvoc in UIflow
      UIFlow • • Kris

      2
      0
      Votes
      2
      Posts
      2067
      Views

      R

      I'm interested too as I have this module. Have you found a way to use it? Regards, Eduardo
    • K

      DAC library in C convert to UIflow
      UIFlow • • Kris

      3
      0
      Votes
      3
      Posts
      3148
      Views

      K

      @gaviota I know this unit. But I have a unit on the MCP4728 chip. There are python libraries available but I can't make a custom block. Can you?
    • K

      often lost connection
      Bug Report • • Kris

      3
      1
      Votes
      3
      Posts
      2824
      Views

      Same problem here since weeks. It looks like that it is a bug in UIFlow. Because in Visual Studio Code it the upload to the device works well with the same usb driver.
    • K

      How to use DS18B20 or NTC10k in Uiflow?
      General • • Kris

      3
      0
      Votes
      3
      Posts
      3278
      Views

      L

      The DS18B20 uses Maxim's exclusive 1-Wire bus protocol that implements bus communication using one control signal. The control line requires a weak pullup resistor since all devices are linked to the bus via a 3-state or open-drain port (the DQ pin in the case of the DS18B20).
    • K

      DAC module
      Modules • • Kris

      4
      0
      Votes
      4
      Posts
      4471
      Views

      K

      I tested the DAC module. You need to use dac0.writeData (Volt, save = True) in the range from 0 to 2700 to get from 0 to 3.3V. For variable indications to be similar to voltage, they should be divided by 0.00125.