Navigation

    M5Stack Community

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

    Topics created by Leo05

    • L

      I need a DEV for M5stack core 2
      SOFTWARE • • Leo05

      1
      0
      Votes
      1
      Posts
      1144
      Views

      No one has replied

    • L

      Simple webserver working on ESP32, not on Core2
      Core 2 • • Leo05

      3
      0
      Votes
      3
      Posts
      2654
      Views

      L

      Hi @felmue No, the example server works fine. You are right, it was probably an issue with csv reading. Thank you
    • L

      LittleFS problem with M5core2 and PIO
      Core 2 • • Leo05

      1
      0
      Votes
      1
      Posts
      1834
      Views

      No one has replied

    • L

      Connecting relay to Core2
      General • • Leo05

      4
      0
      Votes
      4
      Posts
      3394
      Views

      Hello @Leo05 hmm, not sure why GPIO27 didn't work - it's marked as GPIO on the M5 Bus - should be free to use. I assume you've set it to output first? If you're not stacking a module which requires a serial connection GPIO13 and GPIO14 should be usable too. If you are not using I2C on the Groove port then GPIO32 and GPIO33 should be free too. Also GPIO35 and GPIO36 are free, afaik, but those two can only be inputs. Thanks Felix
    • L

      PLC Proto Industrial, USB cable for programming
      Modules • • Leo05

      2
      0
      Votes
      2
      Posts
      2573
      Views

      Hello @Leo05 have a look at the schematics of M5Stack Core and PLC. I do not have the PLC module but I do have the LAN module which is similar in that respect and I do have both 12V and USB connected at the same time while programming the M5Stack Core, but not permanently. Both power sources produce 5 volts but there might be a slight difference in the voltage which would mean one power source is feeding a small current into the other, but I don't think it will damage anything. Nevertheless, use at your own risk. The full project, M5Stack Core and PLC module will work fine from USB only. Unless you add something in the PLC module which requires 12 volts. According to the PLC module schematics the BAT pin is not connected / used. But it will show the battery voltage from the stacked M5Stack Core. No, the battery in M5Stack Core will not charge when only 12V is applied. Only USB can charge the battery. Thanks Felix
    • L

      PLC M12 schematic
      Modules • • Leo05

      2
      0
      Votes
      2
      Posts
      2557
      Views

      https://docs.m5stack.com/#/en/base/plc_base
    • L

      Best pins for sensors and relays
      M5stack Grey • • Leo05

      1
      0
      Votes
      1
      Posts
      2442
      Views

      No one has replied

    • L

      Custom module production
      Modules • • Leo05

      4
      0
      Votes
      4
      Posts
      5561
      Views

      L

      @lukasmaximus I send it to support@m5stack.com on Nov 1. Tahnk you for your answer, I will recontact, not urgent. I understand the workload! you made a great product everyone want ;)
    • L

      Dices example not working on M5Stick C
      M5 Stick/StickC • • Leo05

      8
      0
      Votes
      8
      Posts
      9016
      Views

      I

      @noiseislife said in Dices example not working on M5Stick C: To get around this I saved the Example sketch to disk, deleted the file Dices.ino and then opened Dices_MPU6886.iso. You will get a message about requiring that the directory name be changed, which it does for you. You should now be able to successfully compile the sketch to the m5stick. Thank you. Now it works !