🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • WebServer errors - Core Basic + LAN 13.2 (W5500)

    10
    0 Votes
    10 Posts
    6k Views
    felmueF
    Hello @kokany interesting... and thank you for sharing. Thanks Felix
  • Problems with the GPS-Module

    8
    1 Votes
    8 Posts
    16k Views
    M
    Hi the solution is Turning of the PSRAM in tools in the arduino IDE. Also you need to go outside for signal. If you have "no gps connection" try to switch the tx and rx pin in the ss.begin()
  • Need Help Using M5StickCPlus.h with M5StickC Plus2

    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @lucascastro28 at least two things you'll need to adapt are the LCD backlight and the power hold. Please see this thread. Thanks Felix
  • STAMP-C3 problem with Serial2

    2
    0 Votes
    2 Posts
    2k Views
    H
    Solved I don't why I have been klinging on to Serial2, it got me in all kind of testing out, but the solution is to use Serial 1.
  • M5Dial and MS VisualStudio/PlatformIO

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Dial - no CAN Library for S3

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Example of arduino code for recording arbitrary 433mhz RF remote?

    6
    1 Votes
    6 Posts
    4k Views
    felmueF
    Hello guys I think the basic idea behind the Groove colors is: port A (red) : default usage I2C port B (black) : default usage I/O port C (blue) : default usage UART port A/B/C (white) : no default usage (like on the M5StickCPlus) But it's like @teastain already said: most ports can be used for anything as the GPIOs are mostly configurable. Thanks Felix
  • Dial Documentation

    4
    0 Votes
    4 Posts
    3k Views
    ajb2k3A
    @teastain I don't have the slightest idea. All I know is that the S3 / ESP-IDF api's are still in flux.
  • Dial as-shipped User Demo source code available?

    5
    0 Votes
    5 Posts
    5k Views
    ajb2k3A
    Stick with M5Burner as you will get the latest version without the need to compile.
  • Lora Module ASR6501 with Arduino

    10
    0 Votes
    10 Posts
    16k Views
    M
    Did someone make Lora work for asr6501? i bought multiple lorawan470 units and feel i am headed nowhere.
  • Analog to I2C Unit 4-20mA Input modules on ESp8266

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    6 Posts
    6k Views
    B
    Thanks so much, I thought I bricked by cardputer and it is back.
  • Help 4channel 4-20ma ain module

    3
    1
    0 Votes
    3 Posts
    2k Views
    M
    I downloaded and ran the V3 M5 Burner and the AIN_420MA is still not available as a module. Is the something more I need to do?
  • M5Stick+1.1 deja de funcionar luego de actualizar

    1
    0 Votes
    1 Posts
    986 Views
    No one has replied
  • Isolated Rs485 module u094 unable to send data

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Stepmotor Driver Module v1.1 (HR8825) M5STACK SKU: M039-V11 Question

    5
    1
    0 Votes
    5 Posts
    4k Views
    M
    I confirmed that the sample code works. However, the micro step does not work well. The step width is the same even if I change the settings. Is there a special setup procedure?
  • DMX Addressing

    2
    0 Votes
    2 Posts
    2k Views
    H
    I don't see your problem. Just send the data to the according address of your light. Maybe you do not understand the addressing of DMX lights? You need to configure an individual start channel (address) for every light with a spacing of at least the number of channels your light support. E.g. your RBGW light is set to 4-channel-mode and its start channel is set to 1, then it listen to the channel 1, 2, 3 and 4. The next light can have the start channel 5 and so on. Some more complex lights like moving heads can have more than 30 channels. It is possible to have up to 512 channels per physical bus (called DMX universe) You may set several identical lights to the same address but then they all do the same. Also very important: The last light in the bus should have a terminator plug/resistor. It may work without but often a missing terminator cause strange effects on the DMX bus.
  • ENV IV: problem with pressure

    2
    0 Votes
    2 Posts
    2k Views
    W
    Problem solved: the air pressure is calculated the the altitude of 0m, when the pressure is measured for example in the alps ( as i did) in 800m height, it‘ s signifikant lower.
  • USB Module with MAX3421E

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • LAN W5500 socket listening does not work

    5
    0 Votes
    5 Posts
    6k Views
    T
    @m5stickfreakler hi - did you ever solve this? I am having the same problem with both the LAN Module and the LAN Base - it initialises the LAN, gets an IP address, but just won't accept data from a browser when I try the following code: s = socket.socket() s.bind(('172.17.15.87',80)) s.listen(1) I would love to get this sorted! Cheers,