• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
M5Stack Community
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. M5Stack Forum
  2. pattiuak
P
  • Profile
  • Following 0
  • Followers 0
  • Topics 4
  • Posts 11
  • Best 2
  • Controversial 0
  • Groups 0

pattiuak

@pattiuak

2
Reputation
2.3k
Profile views
11
Posts
0
Followers
0
Following
Joined Jan 23, 2019, 7:02 AM Last Online Nov 1, 2019, 7:00 AM
Website www.facebook.com/patti.uaksorn Age 45

pattiuak Unfollow Follow

Best posts made by 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
    Jan 25, 2019, 7:49 AM
  • Sharing Code for RC Servo tester

    Hi.

    I just start code m5stack for 2 day (My model is m5stack fire).
    This code support 3 mode .

    • Manual Mode. You can set RC servo from 0 to 180 degree.(10 degree per step.)

    • Center Mode. This mode will lock servo at 90 degree.

    • Sweep Mode. This mode will loop sweeping servo to 0, 90 and 180 degree then sweep back to 90 and 0 degree.

    download file here

    alt text

    posted in PROJECTS
    P
    pattiuak
    Jan 23, 2019, 7:27 AM

Latest 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
    Oct 27, 2019, 7:51 AM
  • 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
    Oct 27, 2019, 6:10 AM
  • 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
    Oct 26, 2019, 4:39 PM
  • 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
    Jan 31, 2019, 2:58 AM
  • 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
    Jan 31, 2019, 2:31 AM
  • 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
    Jan 26, 2019, 12:45 PM
  • 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
    Jan 25, 2019, 7:49 AM
  • 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
    Jan 25, 2019, 4:23 AM
  • RE: Sharing Code for RC Servo tester

    @heybin Please do it.

    posted in PROJECTS
    P
    pattiuak
    Jan 25, 2019, 3:27 AM
  • RE: Sharing Code for RC Servo tester

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

    posted in PROJECTS
    P
    pattiuak
    Jan 25, 2019, 3:22 AM