Navigation

    M5Stack Community

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

    Topics created by wwhite

    • W

      Low level neopixel functions with HEX RGB Board question.
      General • • wwhite

      2
      0
      Votes
      2
      Posts
      528
      Views

      If I recall correctly coulees must be specified as touples and not single vales for example: 0,0,0 for off or 255,255,255 for on
    • W

      Latest Firmware for Atom Lite
      Atom • • wwhite

      4
      0
      Votes
      4
      Posts
      1173
      Views

      @wwhite don’t know about circuit python but mainstream python can be installed using the Thonny IDE I have 1.19 running on M5Stamps at the moment but you have to remember that Mainsteam MP won’t have the M5Stack specific libraries
    • W

      I'm looking for an example using the Atom Lite with the HEX
      General • • wwhite

      2
      0
      Votes
      2
      Posts
      618
      Views

      W

      Ok, I got the HEX RGB LED to work with the Atom Lite. Using the code below everything works as expected but there is an occasional stray LED lighting up in a completely different color. Does anyone know what might be causing that? from neopixel import NeoPixel from machine import Pin from time import sleep np = NeoPixel(Pin(26), 37) n = 0 while True: np[n] = (0, 0, 0) if n < 36: n += 1 else: n = 0 np[n] = (10, 0, 0) np.write() sleep(0.2)
    • W

      What is the best Dupont cable size to use with ESP32 Core and Core 2 controllers?
      General • • wwhite

      4
      0
      Votes
      4
      Posts
      940
      Views

      W

      Thanks folks.
    • W

      Is the Grove port on the M5Stack Basic Core digital or analog?
      General • • wwhite

      5
      0
      Votes
      5
      Posts
      1445
      Views

      W

      Thanks #teastain that works! I simply changed ADXL345 accel(ADXL345_STD) to ADXL345 accel(ADXL345_ALT) in example code ReadXYZ.ino. Thanks again.
    • W

      Is my M5Core dead the LCD display is blank? I can erase it burn to it with M5Burner.
      General • • wwhite

      3
      0
      Votes
      3
      Posts
      1103
      Views

      W

      Thanks for responding ajb2k3. I'm certain it's the M5Core version I'm installing. I wrote to M5Stack for information regard a replacement and what the cost would be.
    • W

      Why are timer camera F pictures taken mirrored?
      General • • wwhite

      1
      0
      Votes
      1
      Posts
      797
      Views

      No one has replied

    • W

      M5 Core turns off after a few minutes using Base AAA Battery Holder
      General • • wwhite

      8
      0
      Votes
      8
      Posts
      2619
      Views

      Hello guys the M5Stack incorporates the IP5306 as power management chip which has an auto shutdown feature (under light load) when running from battery. The default light load shutdown time is set to 32 seconds. (Other options are 8, 16 and 64 seconds.) Unfortunately I do not see a register or bit in the IP5306 which would allow to turn off that feature. Also what amperage counts as light load I do not know. In my simulation my M5Stack was turned off by that feature by putting the ESP32 into light sleep for about a minute. (In light sleep the current was about 28 mA.) BTW: only turning off the screen backlight did not trigger the auto shutdown as the remaining current (about 68 mA) was still high enough I guess. If indeed the shutdown feature under light load is what turns your M5Stack off, then I guess it is dependent on the program you are running on your M5Stack and how much power it consumes at a given time. Thanks Felix
    • W

      Can I connect the Unit LoRaWAN915 to an ATOMIC GPS Module?
      Atom • • wwhite

      7
      0
      Votes
      7
      Posts
      4938
      Views

      H

      I also have an Atom GPS module and a LoRaWAN868 module. I plan to use both of them together to track my bike. I already got the GPS running using ESPHome. Unfortunately there seems to be no LoRa integration into ESPHome.
    • W

      TimerCam Token "Error Get token failed. Check your network status and retry.."
      PRODUCTS • • wwhite

      3
      0
      Votes
      3
      Posts
      2852
      Views

      V

      Hello! Please help me I still get this error: Check your network status and retry.. I have tried my phone's personal hotspot as well as the house WIFI. But still could not get the token. Please help would really much appreciate the help
    • W

      Cannot connect to Timer Camera F in UIFlow but works fine with Arduino code?
      PRODUCTS • • wwhite

      1
      0
      Votes
      1
      Posts
      1900
      Views

      No one has replied

    • W

      How to get text input on m5Paper and lockup issue in UIFlow both online and desktop.
      General • • wwhite

      2
      0
      Votes
      2
      Posts
      2025
      Views

      Hello @wwhite not sure I understand what you mean exactly - are you looking for an element which would take text input from the user? E.g. with an onscreen keyboard? I don't think that already exists, but I could be wrong about that. Regarding M5Paper locking up. Is your M5Paper connected to USB when this happens? If not, you might need to charge the battery. It takes about 2 hours to fully charge the battery. Unfortunately M5Paper doesn't have an accurate way to tell what the battery charge is. Thanks Felix
    • W

      TIMER Camera F has no video via serial or http
      General • • wwhite

      2
      0
      Votes
      2
      Posts
      2204
      Views

      W

      I got it working by reinstalling the cameraTools application. The URL is http://192.168.1.x:81/
    • W

      UIFlow M5Paper with RFID
      UIFlow • • wwhite

      2
      0
      Votes
      2
      Posts
      2347
      Views

      Hello @wwhite you'll need to click onto the [+] button (on the left, below M5Paper) and add the RFID unit first. Then it will show up in the Units menu. Thanks Felix P.S. If you do not see the [+] button you could try with a different browser. I have the best UIFlow experience with Chrome.
    • W

      Reset and get back to menu to engage USB mode?
      General • • wwhite

      2
      0
      Votes
      2
      Posts
      2844
      Views

      Hello, in visual studio code do you use micropython or arduino C? if it's arduino C it should work right away.
    • W

      (SOLVED) Help Needed: Keys KY-031 Knock Sensor Module connection to M5Stack Core
      PROJECTS • • wwhite

      5
      0
      Votes
      5
      Posts
      5026
      Views

      W

      @world101 So I figured it out: On that particular module I connected it as follows: Left pin on module labeled 'S' to 5v on the righthand side of M5Stack (red wire) Center pin on module (not labeled) to GND on the righthand side of M5Stack (yellow wire) Right pin on module labeled '--' to pin 2 on the righthand side of the M5Stack (orange wire) After you compile and upload the app tap the module to see the "Tap" message.
    • W

      PlatformIO Question on ending an application.
      General • • wwhite

      2
      0
      Votes
      2
      Posts
      2785
      Views

      Hello, what code are you trying to write is it MicroPython or Arduino C?