Navigation

    M5Stack Community

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

    Topics created by sheepDog

    • S

      M5Core3 Factory Test
      General • • sheepDog

      16
      1
      Votes
      16
      Posts
      3377
      Views

      S

      Hello @felmue, I know the part M5CoreS3 Library and the examples. With some effort I would get it working for the Arduino IDE, but this means a lot of manual work. I am looking for a working environment for easy examples.
    • S

      M5Core2 and SD-Card stack challenge
      ESP - IDF • • sheepDog

      1
      0
      Votes
      1
      Posts
      2892
      Views

      No one has replied

    • S

      Core2, W5500 and ESP-IDF example eth2ap
      Core 2 • • sheepDog

      3
      0
      Votes
      3
      Posts
      2899
      Views

      S

      Hello Felix, thank you for your quick answer. I can ping sometimes and I cann't surf the Internet with my phone or with my computer and eth2ap-modul. I have changed the channel the softAP is using. Small changes in quality can be seen, but no significant improvement. I tried a different wireless client, for example my computer and my phone. I used a 12V/3A power adapter on LAN-Module with W5500. The M5Core2 and the LAN module also run stably with other applications and the same power supply. Bye, Uwe
    • S

      Core2 with W5500 and ESP-IDF
      Core 2 • • sheepDog

      3
      0
      Votes
      3
      Posts
      3397
      Views

      S

      Hello @felmue, thank you very much. I changed in the file Kconfig.projbuild the range of parameter EXAMPLE_ETH_SPI_MISO_GPIO to 38 and used your values. It worked fine. Ethernet Type (W5500 Module) ---> (1) SPI Host Number (18) SPI SCLK GPIO number (23) SPI MOSI GPIO number (38) SPI MISO GPIO number (26) SPI CS GPIO number (5) SPI clock speed (MHz) (34) Interrupt GPIO number (19) PHY Reset GPIO number (1) PHY Address My challenge was that I hadn't used the Core2-values the last time I made changes. I overlooked this. Bye, Uwe
    • S

      Not so good wifi signal strength
      Core2 for AWS • • sheepDog

      6
      0
      Votes
      6
      Posts
      5717
      Views

      S

      Hello @felmue, you are right, the top of M5Core2 and the AWS are identical. But the bottom is the challenge: The ground of the AWS shields the antenna. -> Yes, I tried the AWS version without the AWS M5GO2 bottom attached. I tried this too: Insert a prototyp board between AWS-top and AWS-bottom. It improves the field strength a little bit. Insert a small silver wire in the prototyp board at the antenna of the AWS-top. So I almost reach the regular field strength.
    • S

      Face example
      General • • sheepDog

      2
      0
      Votes
      2
      Posts
      3187
      Views

      search the m5stack face keyword in the Github https://github.com/search?q=m5stack+face
    • S

      Core2: WS2812 and interrupter
      Core 2 • • sheepDog

      1
      0
      Votes
      1
      Posts
      2669
      Views

      No one has replied

    • S

      Bus Mapping M5Core2 <-> M5Stack
      Core 2 • • sheepDog

      10
      0
      Votes
      10
      Posts
      12446
      Views

      N

      @nlindin This one works! #include <M5Core2.h> #include <IRremote.h> IRrecv irrecv(35); decode_results ircode; void setup() { M5.begin(); irrecv.enableIRIn(); } void loop() { if (irrecv.decode(&ircode)) { Serial.println(ircode.value, HEX); delay(100); irrecv.resume(); } m5.update(); }
    • S

      Big Font
      Core 2 • • sheepDog

      4
      0
      Votes
      4
      Posts
      6488
      Views

      It's just a web frontend to the adafruit font converter thing. Might have a look once I'm done with a bunch of other Core2-related goodness. Feel free figure out WTF...
    • S

      Core2 RTC challenge
      Core 2 • • sheepDog

      7
      0
      Votes
      7
      Posts
      8885
      Views

      S

      Hi @felmue, I started M5Core2-Factory test, disconnected USB and go away. About 5 hours later I came back and tried to switch on M5Core. Nothing happened. I connected USB, flashed the M5Core2 with the factory test program and everything worked fine. At the last day I used my RTC-library with alarm functions and more and it worked continuously. Cheers
    • S

      Core2 RTC
      Core 2 • • sheepDog

      3
      0
      Votes
      3
      Posts
      5269
      Views

      S

      Try to replace M5.Rtc.SetData(&RTC_DateStruct); with M5.Rtc.SetDate(&RTC_DateStruct); it worked for me.
    • S

      Core2 Factory Test
      Core 2 • • sheepDog

      6
      0
      Votes
      6
      Posts
      8569
      Views

      In another thread, it became clear that the most appropriate fix for this issue in the factory test code is: On lines 446 and 447, in the function checkI2cAddr(): Change one instance of Wire. to Wire1. one each of the two lines. Wire.beginTransmission( lastptr->addr ); if ( Wire.endTransmission() == 0 ) ...becomes: Wire1.beginTransmission( lastptr->addr ); if ( Wire1.endTransmission() == 0 )
    • S

      Installing "M5Stack-IDF" will result in errors
      ESP - IDF • • sheepDog

      6
      0
      Votes
      6
      Posts
      10031
      Views

      M

      @felmue FWIW & IMHO, Arduino is far to limiting. IDF opens up far more options that Arduino just does not address. Menuconfig is the primary reason for me to use IDF, and like the other poster said, having many source files Arduino is just to crippling to large projects beyond twinkling a led. I too hope M5Stack comes out with an updated official version of m5stack for IDF.
    • S

      Core2 schematics
      PRODUCTS • • sheepDog

      8
      0
      Votes
      8
      Posts
      9822
      Views

      Hi Uwe You are welcome! I am using Visual Studio Code / PlatformIO (platform: espressif32; framework: arduino). Which is similar to the Arduino IDE. Cheers Felix
    • S

      M5Camera and no space for USB-C
      Modules • • sheepDog

      6
      0
      Votes
      6
      Posts
      5647
      Views

      S

      @skink and @ajb2k3 Thanks for your great help, this is a good solution. I think I have to use 3,7V and not 5V because it is battery pack input.
    • S

      Wish for a new subcategory ESP-IDF
      SOFTWARE • • sheepDog

      3
      0
      Votes
      3
      Posts
      3632
      Views

      S

      @lukasmaximus Thank you for the new subcategory. I will write an article next week.
    • S

      M5StickC usb driver and Catalina
      Arduino • • sheepDog

      30
      1
      Votes
      30
      Posts
      86079
      Views

      N

      @m5stack Thank you! The solution 2 (as describe in link) is fully functional.
    • S

      Description M5Stack 6060-PUSH
      FAQS • • sheepDog

      13
      0
      Votes
      13
      Posts
      14886
      Views

      @m5stack Thanks.
    • S

      MLX90640 and M5Fire/M5Stack
      Cores • • sheepDog

      7
      0
      Votes
      7
      Posts
      12609
      Views

      S

      Hello, thank you for the good explanation.
    • S

      M5cam and BMP180
      FAQS • • sheepDog

      4
      0
      Votes
      4
      Posts
      8759
      Views

      S

      The answer is: conf.sda_io_num = 13; conf.scl_io_num = 4;