Navigation

    M5Stack Community

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

    Topics created by Happy Hippo

    • H

      M5StickC-Puppy Performance
      M5 Stick/StickC • • Happy Hippo

      2
      0
      Votes
      2
      Posts
      2454
      Views

      Please email support@m5stack.com to get a replacement
    • H

      M5StickC Yun
      M5 Stick/StickC • • Happy Hippo

      2
      0
      Votes
      2
      Posts
      2837
      Views

      Hi @Happy-Hippo It is true that the bmp280 and dht12 do tend to have their readings thrown off a little by the M5StickC's internal temperature, which was a bit of an oversight on M5Stack's part. Perhaps adding a layer of insulating material between the stick and the yun might solve it. I cant see how the atmospheric pressure should be so adversely affected though. I'd imagine going with an mqtt platform such as thingspeak or iftt would be the best way to get the weather data to your stick C but I haven't personally tried it. Great idea to pacify your wife, let's see if it works :p
    • H

      M5StickC-BeetleC Observations
      M5 Stick/StickC • • Happy Hippo

      4
      1
      Votes
      4
      Posts
      4139
      Views

      @happy-hippo No issues taken mate. No Independent writer. I started writing my own documentation as a way to understand the products but its grown quite big now (209 pages just for UIFlow!) so I know the frustration.
    • H

      M5Camera (B) to M5Go
      Modules • • Happy Hippo

      1
      0
      Votes
      1
      Posts
      2504
      Views

      No one has replied

    • H

      TOF Unit Sensor Issue
      Units • • Happy Hippo

      2
      0
      Votes
      2
      Posts
      2548
      Views

      @happy-hippo The tof units have a regulator that converts the 5v down to 3.3v
    • H

      How many sensors can be hooked up to Port B Grove HUB?
      Units • • Happy Hippo

      2
      0
      Votes
      2
      Posts
      2786
      Views

      @happy-hippo Correct. In order to connect more you need to use the PbHub. As you have discovered, sensors use 1 pin and actuators use the other pin.
    • H

      M5Stack Fire and Balance Car Pogo Pins not fully engaged?
      Bases • • Happy Hippo

      2
      0
      Votes
      2
      Posts
      3062
      Views

      Hi @Happy-Hippo if you press the pogo pins do they spring back fully? or get lodged? usually there is a bit of a gap but it shouldn't affect normal operation
    • H

      M5Stack Bala Battery?
      Bases • • Happy Hippo

      22
      0
      Votes
      22
      Posts
      39137
      Views

      @m5stack Many thanks for the quick help. With the spare part the BALA now works perfectly!
    • H

      run I2C OLED off Grove port A in UIFlow (or micropython) from M5StickC
      UIFlow • • Happy Hippo

      2
      0
      Votes
      2
      Posts
      2421
      Views

      @happy-hippo I have the port pin listing here https://github.com/Ajb2k3/UIFlowHandbook/blob/master/UIHB1404192.pdf but you will need to check out the official micropython forum for the ssd1306
    • H

      M5StickC, UIFlow, Play Tone or Speaker.beep - how to add silence
      UIFlow • • Happy Hippo

      6
      0
      Votes
      6
      Posts
      5398
      Views

      @happy-hippo Music is not properly implemented in UIFlow and the walkaround for it is a bit complicated. but in essence I had to create variable for beats and DPM and then tie them all together. Unfortunately I seam to have misplaced the timing demo.
    • H

      Could not find a valid BMP280 sensor, check wiring!
      M5 Stick/StickC • • Happy Hippo

      15
      0
      Votes
      15
      Posts
      12080
      Views

      C

      ENVII HAT on M5StickC works with the example by changing: Wire.begin(32, 33); to: Wire.begin(0,26);