🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • Dial - no CAN Library for S3

    Modules
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 1 Votes
    6 Posts
    5k 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

    Modules
    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?

    Modules
    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

    Modules
    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

    Modules
    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

    Modules
    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

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

    Modules
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 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

    Modules
    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

    Modules
    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

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

    Modules
    5
    0 Votes
    5 Posts
    7k 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,