Navigation

    M5Stack Community

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

    pattiuak

    @pattiuak

    2
    Reputation
    11
    Posts
    1688
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.facebook.com/patti.uaksorn Age 43

    pattiuak Follow

    Posts made by pattiuak

    • RE: want to power off m5stickC from code

      @ajb2k3 It is m5stack library V 0.2.9

      posted in Arduino
      P
      pattiuak
    • RE: want to power off m5stickC from code

      @ajb2k3 I using arduino version 1.8.9 (windows store 1.8.21 ) and m5stickC library 0.1.0.

      posted in Arduino
      P
      pattiuak
    • want to power off m5stickC from code

      I try these command non of them work.

      • M5.powerOFF();
        when compile i get result "'class M5StickC' has no member named 'powerOFF'"

      • M5.Axp.halt();
        when compile i get result "'class AXP192' has no member named 'halt'"

      • M5.Axp.SetSleep();
        program still running and wifi still on. battery will die in a few hour.

      • M5.Axp.DeepSleep();
        this seem to work but when I press power/reset bnt my program not start it just on the LCD with black color.

      Please help me.
      Thank You.

      posted in Arduino
      P
      pattiuak
    • Get Y ACC was swap with Get Z ACC ini V 1.1.2

      I was sure Y & Z axis was swap. I try to read Y ACC when LCD was face up it get value around 0.9xx when I face LCD down it get value around -0.9xx

      posted in Bug Report
      P
      pattiuak
    • RE: M5Stack at Bangkok Makerfaire

      @ajb2k3 Sory. I don't take any photo just buy m5stack fire.

      posted in News and Blog posts
      P
      pattiuak
    • RE: M5Stack at Bangkok Makerfaire

      I was there and get m5stack fire from this fair. Your product was very impressive.

      posted in News and Blog posts
      P
      pattiuak
    • RE: How to read Standard RC signal

      @ajb2k3 As I Know

      • analog read will read voltage input from 0 V. to 5 V. in this case it will pickup either 0 V. or full 5 V. (depend on PWM duty when you read it). So analog read is useless for this case.

      • digital pin read is just get 0 or 1. But if I can get delta time between it change from 0 to 1 and change back from 1 to 0 it will work. But UI FLOW don't have any block that can read processing time. So it impossible to read duty time with digital pin read only.

      posted in Lessons and Guides
      P
      pattiuak
    • How to read Standard RC signal

      I want to read Standard RC PWM input signal on port A (or B, C). Standard RC PWM signal is between 1.5 ms to 2 ms and have timeout at 20 ms. How to do it in UI FLOW.

      PS.
      Something that similar to "pulseIn" command in arduino?

      posted in Lessons and Guides
      P
      pattiuak
    • RE: Sharing Code for RC Servo tester

      @heybin Please do it.

      posted in PROJECTS
      P
      pattiuak
    • RE: Sharing Code for RC Servo tester

      @ajb2k3 I don't mind. Please do it.

      posted in PROJECTS
      P
      pattiuak