Navigation

    M5Stack Community

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

    Topics created by Thrasher

    • T

      M5Stack (Stick|Atom) with Xiaomi LYWSD03MMC
      PROJECTS • • Thrasher

      4
      0
      Votes
      4
      Posts
      5582
      Views

      did you find any micropython code any bluetooth communication for arduino. with arduino c code communication is not hard.i made reader it is reads actual values and creates array for histogram.half part of the screen show histograms graph i used nRF Connect app on android which bt id and details will be used on the code.
    • T

      All IDE refuse to work with M5Stack now
      SOFTWARE • • Thrasher

      11
      0
      Votes
      11
      Posts
      12024
      Views

      T

      @m5stack Hi, yes, with some updating and couple restarts VS Code now working with 1.6.1 UIFlow firmware Thank you
    • T

      Hosting a simple HTML with M5* device img src problem
      PROJECTS • • Thrasher

      7
      0
      Votes
      7
      Posts
      8757
      Views

      T

      @robalstona Thanks, I did a try and it worked! However, line of code I got went through my wall ^^ Thanks
    • T

      Visual Studio Code (VS Code) reboots my M5Stack with any action
      SOFTWARE • • Thrasher

      2
      0
      Votes
      2
      Posts
      3813
      Views

      T

      To whoever faces same problem - I found solution for win10. Problem is, UIFlow offline installs wrong/incorrect drivers, but as they are signed by Microsoft, Windows treats them as correct ones. UIFlow works fine, but VS won't connect to M5Stack properly. Boot into safe mode, plug in M5Stack and find COM (Silicon labs) device. Right click and remove it, what is important, press checkbox with "Remove associated with device drivers" which appears only in safe mode for me. Now disconnect USB, download latest drivers from M5stack.com and install them normally. This solved issue for me
    • T

      M5Stack (basic/grey) as WiFi AP ?
      M5stack Grey • • Thrasher

      17
      0
      Votes
      17
      Posts
      21176
      Views

      T

      @lukasmaximus Sure, I can try, was never good in making guides but could be an intetesting expierence for me aswell Will try to move my project on micropython with help of your guide, as said time is our enemy :] I also want to add new feature, right now my html form looks like Name:input field I want to add current values label to html form, so when I open html I can see current value sent to it by esp32 (M5Stack in our case) It actually a good project which gives a lot of knowledge with tcp/ip, html, css (and even javascript), C, micropython, basic electronics. I would recommend to make something similar for everyone who is starting to explore IoT and embedded things
    • T

      M5Stick-V (AI Camera) - Need a start guide!
      Modules • • Thrasher

      7
      2
      Votes
      7
      Posts
      11344
      Views

      F

      I could wrote with parts from here and there my own code, without know absoluty nothing of coding. What I got: YOLO 20 CLASSES maix example but with all the features of StickV, as turn off,torch,etc. Draw the boundary boxes with better size and more clear bounds. Send via USB the coordinates,fps,class of the bboxes. Maix example only give FPS Any MOBILENET example code as 75 classes, or my own trained model keeping the features of the original firmware as Torch,buttons etc, as if you train your own model you lose that things. Send via USB Class of the object, fps and size of the inference (I think but not sure, I print kpu.foward (task, img) ) My trained model recognize all the kind of surface of my house, parquet, carpet,tiles, etc my rabbit and people. It works very nice. It is to pass that info to my robots. The think is I dont know what protocol use via USB, I think is Uart via VCP, but not sure. I would like to know the grove connector if is programble and how, pins 34 35, it should be possible, but no idea for what is used, if is fixed to I2C, SPI or what. Now what I want to know too is how get bbox in mobilenet models, it only give text, but dont draw boxes. Example of UART there is in the chinese version of MAIXPY wiki/ API. The web of training is just amazing and worth more that any support from MAIX, M5Stack should not leave the support in hands of Sipeed, their support and realibility is null. https://www.instructables.com/id/Object-Detection-With-Sipeed-MaiX-BoardsKendryte-K/ Follow this guy, he helped more that the own company, and check out all possible OPENMV IDE and forums, that is from MAIXPY was forked