Navigation

    M5Stack Community

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

    Posts made by sysdl132

    • Problems when building OpenTyrian for esp32...
      # https://github.com/jkirsons/OpenTyrian.git
      $ make menuconfig
      Makefile:9: /make/project.mk: No such file or directory
      make: *** No rule to make target '/make/project.mk'.  Stop.
      
      posted in ESP - IDF
      sysdl132
    • FATAL ERROR: Name m5line is not defined
      from m5stack import *
      from m5ui import *
      from uiflow import *
      import unit
      
      setScreenColor(0x514f4f)
      earth0 = unit.get(unit.EARTH, unit.PORTA)
      
      std = M5Circle(40, 91, 10, 0xFFFFFF, 0xFFFFFF)
      text0 = M5TextBox(61, 119, "Status", lcd.FONT_Default, 0x78ff00, rotate=180)
      text1 = M5TextBox(77, 149, "Water monitor", lcd.FONT_DefaultSmall, 0x00e5ff, rotate=0)
      label0 = M5TextBox(77, 58, "value:", lcd.FONT_Default, 0xe4ff00, rotate=180)
      rectangle0 = M5Rect(2, 41, 34, 20, 0xFFFFFF, 0xFFFFFF)
      angread = M5TextBox(30, 57, "err", lcd.FONT_DefaultSmall, 0x000000, rotate=180)
      rectangle1 = M5Rect(16, 11, 20, 20, 0xFFFFFF, 0xFFFFFF)
      label1 = M5TextBox(77, 27, "Unit std:", lcd.FONT_DefaultSmall, 0xfffe00, rotate=180)
      line0 = M5Line(M5Line.PLINE, 16, 128, 62, 128, 0xFFFFFF)    # <--bug line
      need = M5TextBox(75, 74, "Water needed!", lcd.FONT_DefaultSmall, 0xff0000, rotate=180)
      
      # sysinit
      def init():
        need.hide()
        angread.setText('0')
        rectangle0.setBgColor(0xff0000)
        rectangle0.setBorderColor(0xff0000)
        std.setBgColor(0xff0000)
        std.setBorderColor(0xff0000)
      
      
      
      init()
      while True:
        if False:
          angread.setText(str(earth0.analogValue))
        elif False:
          pass
        wait_ms(2)
      
      posted in Bug Report
      sysdl132
    • Easyloader virus found?

      0_1593650536206_b3a44659-62bf-464b-b6e3-0cde7976815e-image.png

      but virscan.org show "no virus"
      https://r.virscan.org/language/zh-cn/report/83e8090dd7b1e701b1eb6c725a503693

      posted in SOFTWARE
      sysdl132
    • RE: I think my StickC has died ... any suggestions?

      You can try to reset your 'sick-C' by erase your flash and burn the firmware again?
      (my older m5stickC bought at 2017 .it never 'died'. I erase and burn the firmware for about 1,500 times and it never 'sicked')

      posted in M5 Stick/StickC
      sysdl132
    • RE: Temporary workaround for using Arduino M5Stack core in ESP-IDF 4.0

      @brus awesome

      posted in ESP - IDF
      sysdl132
    • RE: Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart

      @frittna
      can you made the green frame to blue?The default icon is blue.

      posted in PROJECTS
      sysdl132
    • RE: Erry when I try to build micropython firmware

      maybe your compiler has some error(I only used arduino and uiflow,you can try with it)🤔

      posted in Micropython
      sysdl132
    • RE: M5StickC Electronic Animated Eyes

      Great!

      posted in PROJECTS
      sysdl132
    • RE: Detect LongPress-Button (but not only when released button)

      @m5stickfreakler Try to set the longpress time shorter.

      from m5stack import *
      from m5ui import *
      from uiflow import *
      
      setScreenColor(0x222222)
      
      buttonA_LongPressed = 0
      buttonB_LongPressed = 0
      buttonC_LongPressed = 0
      longPress_ms = 600
      # or shorter
      longPress_interval = 100
      #==============================
      # Your code here
      
      posted in General
      sysdl132
    • RE: Analog Pin

      My earth unit can work on stickC with analog reading.
      0_1583563552955_6dcceb3f-0d82-4a36-879f-7f342fa224e5-图片.png
      (Maybe is G33)

      #define analogpin 33   //maybe it's 32
      
      posted in M5 Stick/StickC
      sysdl132
    • RE: Analog Pin

      You can find in the image:
      0_1583563409677_4fa8b3da-4155-43c2-97af-fda0d5ace73e-图片.png

      posted in M5 Stick/StickC
      sysdl132
    • RE: Problems with the GPS-Module

      I suggest you to use internal antenna because it's portable and not easily damaged.

      posted in Modules
      sysdl132
    • RE: Remote function on M5stickC

      I have same question on my m5stickC(old version).When I set it to 98,it display but it is difficult to scan it.But when I set it to 96 it only displays a white square.
      I think it's a big problem...

      posted in M5 Stick/StickC
      sysdl132
    • RE: MQTT doesn't work

      Solved
      0_1582951904691_b978a9ee-0481-40cd-9646-fc5d6de59c0d-image.png

      posted in Bug Report
      sysdl132
    • RE: GSMout - receive SMS and calls "at home"

      0_1582951651014_82b78cf0-9a69-43d6-bc22-91f15fba9777-image.png

      posted in PROJECTS
      sysdl132
    • RE: fixed background image

      0_1582950984019_8433b3b0-3224-43f6-84f9-0a9a5c2e6030-image.png
      it can display images without eraseing.
      (click OK)

      posted in PROJECTS
      sysdl132
    • RE: M5Stack Gyroscope Sensor

      @merryq said in M5Stack Gyroscope Sensor:

      普段何気なく使っているスマホとかの方向による画面の向き切り替え、m5stackでの単軸ジャイロセンサだけでは誤差拾わないようにするのは至難の技だわ。こりゃいろいろ複合させて位置、向きの検出して、たまに補正かけて修正しているのか。分解能下げソフトフィルタかけてこの程度が限界だった。

      Youku: http://v.youku.com/v_show/id_XNDAxNDMwMjAyNA==.html?spm=a2hzp.8253869.0.0

      0_1550030981906_XAg0YWjLwGRGZVHB11fCBZ9gHV6mCwxU.png

      "It is a very difficult technique to switch the screen direction depending on the direction of the smartphone that you usually use casually, and to avoid picking up errors with only a single axis gyro sensor with m5stack. This means that the position and orientation are detected by combining various things, and sometimes they are corrected and corrected. This degree was the limit with the resolution reduction soft filter."

      posted in News and Blog posts
      sysdl132
    • funny bugs on UIflow 1.4.5

      0_1582939789193_89302f7e-4f06-4b02-8e2d-a0b01444be5f-image.png
      What happened of this?I just pressed "+" to add a unit,but when I pressed "+" again,the tick on added unit is gone!
      0_1582939912804_a3339df2-49f8-45a5-b22a-881029bfadc0-image.png
      I choose it again,it will like that.

      posted in Bug Report
      sysdl132
    • RE: M5Bala problem

      You should charge your battery to full. Do you tried to calibrate your sensor?
      Press and hold the right C key to start the machine, and release the key after hearing the "drip" sound. The sensor will enter the calibration setting, and keep the host horizontal and still. After 3 seconds, the sensor calibration is completed, and it will automatically enter the balance mode after the calibration is completed.If you found that Bala cannot keep balance during use, it can be solved by trying to calibrate the sensor.

      posted in Bases
      sysdl132
    • RE: M5Atom Pixel Tool

      The yellow bar means:
      This threat has been removed and no further action is required.
      0_1582783835595_31a2efff-ff86-4813-b700-210414a3d561-image.png
      You can exit your antivirus when you are downloading.

      posted in SOFTWARE
      sysdl132