Navigation

    M5Stack Community

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

    Posts made by liushasha

    • RE: Unable to run UIFlow or M5Burner on Win10

      Hi,
      Its might caused by the 'windows defender' set at a high-security level. Try to lower the security level.

      At the top item unselect forbidden to warning.

      0_1568023826317_WechatIMG289.png

      posted in UIFlow
      L
      liushasha
    • RE: M5GO/FIRE Battery Bottom RFID Example

      Do you use RFID unit or base

      posted in Modules
      L
      liushasha
    • RE: M5GO/FIRE Battery Bottom RFID Example

      https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/RFID/Arduino

      posted in Modules
      L
      liushasha
    • RE: Windows M5Burner Proxy support

      @mati said in Windows M5Burner Proxy support:

      proxy

      Its not easy to add a Proxy support, in this situation you can try to download easy loader on the documentation page.

      posted in General
      L
      liushasha
    • RE: Goplus dc motor driver

      @rob-biernat
      PH2.0

      https://item.taobao.com/item.htm?spm=a1z10.3-c-s.w4002-21223910208.112.64e66a4bJ99Q2L&id=522578768957

      posted in General
      L
      liushasha
    • RE: USB module not listed in uiflow

      Hi,
      Sorry,It's not available on uiflow yet.

      posted in UIFlow
      L
      liushasha
    • RE: [Solved]Schematics for M5StickC?

      Hi,
      M5StickC schematic is not permitted to be open source yet, maybe later. We have offered the block diagram on the back sticker of the device, include all components and pin layout. Do you think those info is enough ?

      posted in M5 Stick/StickC
      L
      liushasha
    • Official Post : Welcome to M5Stack Facebook Group

      0_1562725109134_WechatIMG286.jpeg

      Link: https://business.facebook.com/groups/m5stack/
      Welcome on board! Ask questions, share your M5 projects, engineering communications all in here ! Come join us.

      posted in Anouncements
      L
      liushasha
    • M5 Official Post : JOIN FACES KITS CONTEST !!!!

      0_1562724996248_62522883_2486933554875711_2901440830118035456_n.jpg

      📣Make,Share and Win M5Stack Face Contest!🏆Bring your cool project to the M5Stack community!

      🔩HARDWARE:M5Stack Face Devkit, for contest attendees who still don't have a Face, Sign up here to get a discount coupon 👉https://zurl.co/dKoo 👈

      🎁PRIZE

      • Top prize $300 Gift Card.
      • Every participant gets a free Face Module to choose from RFID/ Finger/ Encoder/ Joystick

      ✴️DETAILS
      1, Get your Face devkit and make a project.
      2, Write your project blog on Hackster Channel: https://www.hackster.io/m5stack, share it to social media and tag #M5Stack
      3, Project with most votes wins. Judges are M5Forum members.
      4, Contest takes 40 days long, the winner will be announced by 15th-Aug.

      posted in Anouncements
      L
      liushasha
    • RE: DS18B20 @ Grove Connector

      @grelm Does DS18B20 have a unique address to identify the 6 sensors if they don't have an address, or they share the same address you can not expect reading correct data from them, they will have conflicts by wiring them all to one G26 pin.

      posted in M5 Stick/StickC
      L
      liushasha
    • RE: [Updated 9-June-2019] UIFlow Text demos.

      Thanks for sharing. Smart !!

      posted in PROJECTS
      L
      liushasha
    • RE: m5p2p for UIFlow (Solved)

      @iPodLux Here is a video tutorial on UIFlow MQTT https://www.youtube.com/watch?v=5RozKI-3i4Q&t=101s

      posted in UIFlow
      L
      liushasha
    • RE: M5StickC internal battery disconnection

      Sorry, the structure inside the device is totally fixed. It is not easy to disassemble it and keep the hardware good. Instead of charging the hardware side, do you prefer to program the power management IC and change the power supply priority? Details refer to the AXP192.

      posted in General
      L
      liushasha
    • Solution on M5Burner For Mac

      Thanks to M5 user Brad from the USA, he found out if move the M5Burner.exe file into the APP folder, it is able to open up normally. For those who have problems using M5Burner on Mac, please try out this way.
      If there are still some problems, please give us feedback on this Topic. Thanks in advance.

      I want to give a shout-out to Brad, who find out the way to run M5Burner.

      posted in News and Blog posts
      L
      liushasha
    • RE: UI flow IMU issues

      @hetzer Hi, thanks for your feedback, the block naming on IMU is misleading. get-x get-y get-z actually is Yaw, Pitch, Roll.

      posted in UIFlow
      L
      liushasha
    • M5burner fail to open on MacOS. Use esptool to flash the uiflow_firmware.

      M5burner has found compatible problems on Mac, as well as UIFlow desktop IDE. We appreciate the feedback from the users, and We apologize for the inconvenient. The R&D department team of M5Stack is now working on it. Before we have this problem fixed, if you have trouble downloading the firmware, you can use 'esptool'. Here are the steps:

      1, Make sure you have 'esptool' installed on your Mac. Tutorial website:
      https://github.com/espressif/esptool

      2, To check if have 'esptool' installed: type command esptool.py , in 'terminal'. If a display showed this, means it is installed.0_1558597890128_Screen Shot 2019-05-23 at 3.24.02 PM.png

      3, Download uiflow-firmware: https://github.com/EeeeBin/UIFlow-Firmware , unzip.0_1558598050306_Screen Shot 2019-05-23 at 3.53.50 PM.png

      4, At 'terminal' find directory locate directory to '.../UIFlow-Firmware-master/firmware_en'0_1558598383463_Screen Shot 2019-05-23 at 3.59.17 PM.png

      5, Connect m5stack device via USB cable. Go inside the folder type in command ./flash.sh to start flahing 0_1558598463979_Screen Shot 2019-05-23 at 3.35.11 PM.png

      posted in UIFlow
      L
      liushasha
    • RE: M5burner fail to open on MacOS. Use esptool to flash the uiflow_firmware.

      Sure

      posted in News and Blog posts
      L
      liushasha
    • M5burner fail to open on MacOS. Use esptool to flash the uiflow_firmware.

      M5burner has found compatible problems on Mac, as well as UIFlow desktop IDE. We appreciate the feedback from the users, and We apologize for the inconvenient. The R&D department team of M5Stack is now working on it. Before we have this problem fixed, if you have trouble downloading the firmware, you can use 'esptool'. Here are the steps:

      1, Make sure you have 'esptool' installed on your Mac. Tutorial website:
      https://github.com/espressif/esptool

      2, To check if have 'esptool' installed: type command esptool.py , in 'terminal'. If a display showed this, means it is installed.0_1558597890128_Screen Shot 2019-05-23 at 3.24.02 PM.png

      3, Download uiflow-firmware: https://github.com/EeeeBin/UIFlow-Firmware , unzip.0_1558598050306_Screen Shot 2019-05-23 at 3.53.50 PM.png

      4, At 'terminal' find directory locate directory to '.../UIFlow-Firmware-master/firmware_en'0_1558598383463_Screen Shot 2019-05-23 at 3.59.17 PM.png

      5, Connect m5stack device via USB cable. Go inside the folder type in command ./flash.sh to start flahing 0_1558598463979_Screen Shot 2019-05-23 at 3.35.11 PM.png

      posted in News and Blog posts
      L
      liushasha
    • RE: M5 burner not working on Macos X

      @ajb2k3 Thank you, very helpful information!

      posted in SOFTWARE
      L
      liushasha
    • RE: M5 burner not working on Macos X

      @ajb2k3 Is there anybody could tell who has tried to open up the app file from contents? the pic just demonstrates you how to open up an app file inside contents. 0_1558490983648_Screen Shot 2019-05-22 at 10.05.42 AM.png 0_1558490986961_Screen Shot 2019-05-22 at 10.03.35 AM.png

      posted in SOFTWARE
      L
      liushasha