Navigation

    M5Stack Community

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

    cmisztur

    @cmisztur

    0
    Reputation
    11
    Posts
    976
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    cmisztur Follow

    Posts made by cmisztur

    • RE: live motion tracking with multiple m5stickc in unity [QUESTION]

      @shintobi check out some of the scenes like ping-pong. It’s in a script on a GO.

      posted in PROJECTS
      C
      cmisztur
    • RE: live motion tracking with multiple m5stickc in unity [QUESTION]

      @lukasmaximus , below is some code I used on PYCOM hardware and WebBluetooth. I ran into issues when getting characteristic notifications faster than 1/2 sec. Not sure if it was an IDF GATT issue or WebBluetooth or PYCOM implementation. But it did kinda work.

      https://pastebin.com/We2S8JwR

      https://pastebin.com/HDrktkQZ

      https://pastebin.com/s23hUMiD

      https://pastebin.com/WtWr9C2J

      https://pastebin.com/7d9CEyuR

      posted in PROJECTS
      C
      cmisztur
    • RE: live motion tracking with multiple m5stickc in unity [QUESTION]

      @ajb2k3 for this use case I would recommend streaming IMU data to InfluxDB. Seems more appropriate for limb tracking.

      posted in PROJECTS
      C
      cmisztur
    • RE: live motion tracking with multiple m5stickc in unity [QUESTION]

      @shintobi , just sent you a voucher to our Unity MQTT asset.

      http://unity3dassets.com/demos/wak-mqtt-demo2/index.html

      posted in PROJECTS
      C
      cmisztur
    • RE: StickC - Serial Problems

      @ajb2k3 Tried a different cable, so I'm assuming stick. Why not edit boot.py. It's micropython, as long as I call the M5 libs during the process, everything should work as intended.

      posted in M5 Stick/StickC
      C
      cmisztur
    • RE: StickC - Serial Problems

      Got another one from Amazon and this one works just fine. Chalking it up to busted during shipping :).

      posted in M5 Stick/StickC
      C
      cmisztur
    • RE: StickC - Serial Problems

      Same story this morning. Last night flashed the Arduino FactoryTest. This morning trying to get this thing connected on Windows, which is where I flashed it last night.

      0_1568568983861_a0b9581c-aa3b-411a-8ab4-697877719d87-image.png

      0_1568569295229_5c93d4f6-596d-48b5-ad38-984b6fee0cbb-image.png

      posted in M5 Stick/StickC
      C
      cmisztur
    • RE: StickC - Serial Problems

      Used the cable that came with it, marked M5. I don't know that is the issue. Before I really had a hard time I modified boot.py and noticed I was getting a GURU error, so ESP was stuck in a never ending reboot.

      posted in M5 Stick/StickC
      C
      cmisztur
    • RE: StickC - Serial Problems

      Flipped USB-C cable around, now it is showing up in OSX.

      Going to stick ... ha... with Arduino IDE for now.

      posted in M5 Stick/StickC
      C
      cmisztur
    • RE: StickC - Serial Problems

      Tried again on PC, came up as 'USB Serial Device'. Installed 'FT4222 Mode 3 Device' driver 2.12.0.0. Got a COM port. Kind of works. Mostly it keeps disconnecting/reconnecting.

      I can no longer see the device on OSX 10.14.6. Nothing pops up in security about CP driver.

      posted in M5 Stick/StickC
      C
      cmisztur