Navigation

    M5Stack Community

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

    Kryten

    @Kryten

    4
    Reputation
    30
    Posts
    2701
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Kryten Follow

    Posts made by Kryten

    • RE: Step Motor Module

      @ajb2k3
      Thank you very much.

      I hope to get some wires sorted out soon so I can see if I manage to get the module working on a "printer" (2D drawings)

      posted in Units
      K
      Kryten
    • RE: Step Motor Module

      @ajb2k3 Do you have any good scource for wires for the stepper output?

      I have several sets of stepper motor wires but none that fit in the stepper module

      posted in Units
      K
      Kryten
    • RE: M5Stack MultiApp Advanced Firmware

      @calin Yes I saw this after I postede, sorry.

      This is really good work by the way ;)

      posted in PROJECTS
      K
      Kryten
    • RE: M5Stack MultiApp Advanced Firmware

      @calin

      Would it be much hassel to add in the webserver WiFi settings (For those times WPS is not available) and
      Weather settings (API key, language, country and city)

      posted in PROJECTS
      K
      Kryten
    • RE: MP3 player

      @DoNcK Thansk I will look in to this.

      posted in PROJECTS
      K
      Kryten
    • RE: M5Stack - Simple Applications Menu + some APPs

      I get errors on all
      [code]
      #pragma mark
      [/code]

      Will comment out and try again

      posted in PROJECTS
      K
      Kryten
    • RE: ESP 32 and ESP 8266 libs

      @JimiT @ispybadguys

      I wil lhave to try this once more. But my office has a space in the pwd. Would be really nice to have it work with space as well.

      posted in FAQS
      K
      Kryten
    • Arduino not parsing M5Stack package index

      Are anyone else experiencing this issue?

      Skipping contributed index file C:\Users\karlk\Documents\ArduinoData\package_m5stack_index.json, parsing error occured:
      com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'https': was expecting ('true', 'false' or 'null')
      at [Source: java.io.FileInputStream@a52d01; line: 1, column: 7]

      posted in FAQS
      K
      Kryten
    • RE: ESP 32 and ESP 8266 libs

      @jimit

      I have tom many things connected to my WiFi to bother with canhing any router setup. And my esp8266's always connects. I figured it was best to fix this in code rather than doing workaround with WiFi.

      posted in FAQS
      K
      Kryten
    • RE: ESP 32 and ESP 8266 libs

      The pipe is %7C url encoded. So adding

      s.replace("%7C", "|");

      at the end will let you use your pipe in the password.

      I will look in to the nes emulator.

      posted in FAQS
      K
      Kryten