Navigation

    M5Stack Community

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

    Topics created by HappyUser

    • H

      Atom Echo. Format and create sound file
      Atom • • HappyUser

      2
      1
      Votes
      2
      Posts
      465
      Views

      H

      I had really hope that someone could shed a light on this issue? Being a great product as it already is, its usability could be even more increased if some documentation about the binary format for the sound data is published. Really no one? Regards
    • H

      Paper for the Thermal printer
      Atom • • HappyUser

      2
      0
      Votes
      2
      Posts
      721
      Views

      D

      @happyuser I believe the Atom printer uses standard Rolls of 57x40mm Thermal Printing Paper. Quite cheap, you can get 4 rolls for about £7 on eBay.
    • H

      Unable to connect to AwS IoT Core with blinking app
      Core2 for AWS • • HappyUser

      9
      0
      Votes
      9
      Posts
      3106
      Views

      R

      You should file a ticket with support to get a refund. I don't believe you should've been charged unless you were doing something else or using other features.
    • H

      Error: Detected a whitespace character in project paths.
      Core2 for AWS • • HappyUser

      9
      0
      Votes
      9
      Posts
      3094
      Views

      Just got a message from the dev team saying that IDF 5.0 will finally fix the whitespace issue!
    • H

      LORAWAN-UNIT-868MHZ-ASR6501 (still not working)
      Units • • HappyUser

      3
      0
      Votes
      3
      Posts
      1492
      Views

      H

      @felmue Thank you for your response. I also came to the conclusion that this device is not suitable for LoRa PoP applications. That is really a pity. This one is suitable for LoRa PoP (I got that one working) : M5 LORA-MODULE-868MHZ. https://shop.m5stack.com/products/lora-module-868mhz?_pos=2&_sid=e21d4a90e&_ss=r
    • H

      LoRaWAN UNIT 868MHz (ASR6501)
      Units • • HappyUser

      6
      0
      Votes
      6
      Posts
      2976
      Views

      H

      @m5stack Thank you, that seems like a more structured example. I wint give up to get it working. We have three options : 1] I just dont understand, 2] I just dont understand, 3] I am using the wrong settings. Ha Ha Ha
    • H

      Change color of a button after initialisation of the button
      Core 2 • • HappyUser

      1
      0
      Votes
      1
      Posts
      1239
      Views

      No one has replied

    • H

      Basic example ATOM_PoE compilation error
      Units • • HappyUser

      2
      0
      Votes
      2
      Posts
      1521
      Views

      H

      @happyuser thanks to Felix : solution can be found in the other thread about M5Stack LAN W5500.
    • H

      LAN Module W5500 with POE Compilation error
      Modules • • HappyUser

      7
      0
      Votes
      7
      Posts
      4322
      Views

      Hello @jvm open the files Ethernet.h and EthernetServer.cpp, then search for the commented out lines and replace those. Since you are using an M5Core2 you'll also want to adapt the SPI pins as they are slightly different between M5Stack and M5Core2. M5Stack uses: #define SCK 18 #define MISO 19 #define MOSI 23 #define CS 26 M5Core2 uses: #define SCK 18 #define MISO 38 #define MOSI 23 #define CS 26 Please also refer to this GPIO comparison sheet I've compiled a while ago. Thanks Felix