Navigation

    M5Stack Community

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

    Hyperspherical

    @Hyperspherical

    Embedded Software Designer since the birth of Space Invaders :-)

    0
    Reputation
    1
    Posts
    217
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Hyperspherical Follow

    Posts made by Hyperspherical

    • RE: GoPlus2 Module and Core2 for AWS

      @ciconde I have an M5Stack Core2 AWS working with the GoPlus2. I'm using Arduino not the UIflow. The issue I worked around was that the Wire Bus there are two I2C buses on the Core2. The demo code is set for Wire.begin() which is the wrong bus for the Core2. I changed the code in my copy of GoPlus2.cpp which was on GitHub and changed all references of Wire to Wire1 although to make it easy to swap it back I made a #define WIRE Wire1 and replaced all the Wire.function with WIRE.function. For example WIRE.begin() or WIRE.write(angle).
      I've tested this with 9 volts into the GoPlus2, running two different 180 degree servos.

      posted in Core2 for AWS
      H
      Hyperspherical