Navigation

    M5Stack Community

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

    Posts made by aa87

    • RE: code example for remote control between two M5stacks

      You could use eval() to get your data back.
      Example:
      springtosend = str(list[1, 2, "hello"])

      list = eval(springtosend)

      posted in UIFlow
      A
      aa87
    • RE: how to connect a m5 grey core to stick wireless

      Send the message as a string. If you want to send a list, cast it to a string, then use eval() in the receiver.

      posted in SOFTWARE
      A
      aa87
    • Fluctuations with ADS1100

      Hi,

      I’m using the ADS1100 and I’m reading the temperature from a PT1000.
      The voltage always fluctuates in the range of +- 0,3 volt.
      The voltage at the PT1000 is accurate.

      Any ideas, why that happens?

      posted in Units
      A
      aa87