Navigation

    M5Stack Community

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

    Topics created by vvs551

    • V

      Most of img.draw_string() parameters are not usable
      M5Stick V • • vvs551

      2
      0
      Votes
      2
      Posts
      3623
      Views

      S

      Hey While those parameters exist on the vanilla micropython (openmv), StickV uses a modified version of micropython (that comes with the firmware) if you need to do you have either 1. work around it (flip image instead of text ) or 2. compile your own firmware and upload it on the stick btw here are the values you can use on the stickV : https://maixpy.sipeed.com/en/libs/machine_vision/image.html#imagedrawstringx-y-text-color-scale1-xspacing0-yspacing0-monospacetrue
    • V

      After sensor.set_hmirror(True) all colors are change
      M5Stick V • • vvs551

      1
      0
      Votes
      1
      Posts
      2762
      Views

      No one has replied

    • V

      M5StickC does not scan I2C sensor at (0,26) pins (Hat pins)
      M5 Stick/StickC • • vvs551

      3
      1
      Votes
      3
      Posts
      4886
      Views

      G

      Same problem here.
    • V

      Unreal power discharge / charge current
      M5 Stick/StickC • • vvs551

      6
      0
      Votes
      6
      Posts
      8576
      Views

      @hague said in Unreal power discharge / charge current: I made some tests: The discharge current depends on the Screen Brightness: idischg: 42mA @ ScreenBreath(7) idischg: 44mA @ ScreenBreath(8) idischg: 51mA @ ScreenBreath(9) idischg: 58mA @ ScreenBreath(10) idischg: 65mA @ ScreenBreath(11) idischg: 75mA @ ScreenBreath(12) idischg: 90mA @ ScreenBreath(13) idischg: 105mA @ ScreenBreath(14) idischg: 116mA @ ScreenBreath(15) The charge current depends on the temperature: icharge: 86mA @ 31°C icharge: 86mA @ 44°C icharge: 8mA @ 46°C icharge: 8mA @ 48°C icharge: 8mA @ 52°C A bright screen is heating up the Stick quite fast. Hope that helps... is that 86mA or 8.6mA as thats quite a jump? BTW thanks for taking the time to do all this testing.
    • V

      How to restore display after M5.Axp.SetSleep() with code?
      M5 Stick/StickC • • vvs551

      4
      0
      Votes
      4
      Posts
      6451
      Views

      V

      @ricardocosta void AXP192::SetSleep(void){ Wire1.beginTransmission(0x34); Wire1.write(0x31); Wire1.endTransmission(); Wire1.requestFrom(0x34, 1); uint8_t buf = Wire1.read(); buf = (1<<3)|buf; Wire1.beginTransmission(0x34); Wire1.write(0x31); Wire1.write(buf); Wire1.endTransmission(); Wire1.beginTransmission(0x34); Wire1.write(0x12); Wire1.write(0x41); Wire1.endTransmission(); }
    • V

      SH200I test strange results
      M5 Stick/StickC • • vvs551

      8
      0
      Votes
      8
      Posts
      8957
      Views

      @salty_good Is there a calibration yet? Any update? Thanks
    • V

      Grove HUB unit trouble
      Units • • vvs551

      12
      0
      Votes
      12
      Posts
      18093
      Views

      I tested a hub device attached to port A with a few 100cm grove cables and I was able to successfully read the i2c address of the ENV sensor and also others. I tested with the i2c_tester arduino program https://github.com/m5stack/M5Stack/blob/master/examples/Advanced/I2C_Tester/I2C_Tester.ino perhaps its just an isolated incident.
    • V

      m5stack ToF vl53l0x unit will stop scanning I2C devices
      Units • • vvs551

      11
      0
      Votes
      11
      Posts
      17047
      Views

      V

      @playthegame thank you for help! I updated esp32-arduino with this link - nothing happens The same result - just 0x68 in I2C scanner listing(
    • V

      m5stack lcd bug?
      PRODUCTS • • vvs551

      1
      0
      Votes
      1
      Posts
      3801
      Views

      No one has replied