🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • How to use COM.X Sigfox with M5Stack and M5Core2

    com.x sigfox m5core2
    2
    0 Votes
    2 Posts
    7k Views
    ZontexZ
    Hi @takero I've replied to you by email regarding this issue in order to conduct some extra tests :)
  • Camera Tools installation on Win 10

    4
    0 Votes
    4 Posts
    11k Views
    sodokuS
    @RBWilliams glad I could help. To turn on the Camera you have to press and hold the power button. To turn it off you have to use something like a paperclip to press the reset button behind the small hole (see the picture at https://docs.m5stack.com/#/en/unit/timercam_x). There it's also documented how to turn it on and off: The low-power power management solution adopted by the Timer Camera series is different from the CORE and StickC devices. When in use, the PWR button is used as a power-on button(long press 2s). If you need to shut down the device, you need to use the software API or press the Reset button on the PCB.
  • USB Module is useless

    6
    0 Votes
    6 Posts
    11k Views
    ZontexZ
    @mtal M5Stack have different core modules with different extension and support, not all the modules are compatible with each other. for example, we have some modules for Core2 and some for ATOM but not all the modules for Core2 can work with ATOM. The USB Module specifically is not compatible with all the Core modules and in all the programming frameworks, you can find more information about compatibility and the modules on our documentation.
  • UIFlow custom module for Servo2

    2
    1 Votes
    2 Posts
    5k Views
    O
    I have added one more block for enabling power from Servo2 module and the new Servo2.m5b can be found here: https://gitlab.com/ove.risberg/uiflowblockservo2 You still need the battery in M5Core2 or USB cable connected since the current firmware is turning off external power shortly after boot so your M5 will poweroff if no USB cable or the internal battery is connected... if the new "Servo2 enable external power" block is used the external power is enabled and you can disconnect the USB cable. The internal battery should be charged by the external power after the new "Servo2 enable external power" block is used. Thanks to @felmue for the code used in the new "Servo2 enable external power" block!
  • Modbus TCP with a LAN module

    3
    1 Votes
    3 Posts
    9k Views
    M
    Thanks, I already found a library that works with the M5core. https://github.com/emelianov/modbus-esp8266/
  • PLC M12 schematic

    2
    0 Votes
    2 Posts
    4k Views
    ajb2k3A
    https://docs.m5stack.com/#/en/base/plc_base
  • 4 Channels DC Encoder Motor driver module - how to use the I2C ports ?

    4
    0 Votes
    4 Posts
    6k Views
    sodokuS
    Always happy to help :)
  • Cable for motor encoder module

    4
    0 Votes
    4 Posts
    5k Views
    R
    @sodoku said in Cable for motor encoder module: "jst sh 6 pin". Oh ... I see a big problem ! There are 1m, 1,25,, and 2,5 mm conectors and I think they are the 1mm types using. But I cannot find one with longer wire - only 10 or 15 cm with open end cables. Open end would be no problem, but I need minimum 30cm - 50 cm would be best. Can anyone from M5Stack give me an order source , please.
  • Motor with encoder for use with DC Motor module

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • How to change the I2C adress of a module ?

    6
    0 Votes
    6 Posts
    8k Views
    R
    Oh - I made a mistake ! It is not the software "M5burner" - this is clear for me - excuse me. I do not understand "EasyLoader". This software is mentioned on the top of every documentation and there are different versions for every unit. But what is the software flashing ? - I know that EasyLoader flashing "a firmware" - but were is it from and what firmware ? Is it a kind of update service ? In one topic of this forum it is said, that I can cange the I2C adress with this software. I have only change a line value inside a file or script ??? no more info. Do you know more about that software and how it is working ? Thank you again for your helpful answers. regards K.D. p.s. I'm exited too about M5Stack and I want to use it in a autonomous vehicle. That's why I'm asking for the use of multiple sensors and motors.
  • GoPlus motor driver module; power supply and akku

    2
    0 Votes
    2 Posts
    3k Views
    felmueF
    Hello @ramaker from looking at both schematics (M5Core Fire and GoPlus) I'd say: An external power supply will power the M5Core Fire, but it won't charge the battery. (If you look at the M5Core Fire schematic you'll see that only USB can charge the battery, but not the 5 volts coming from the GoPlus). Depends on the motors and the USB power supply. If the USB power supply is strong enough it should be able to power both, M5CoreFire and the motor. The voltage for the motor will be lower with option 2 - probably in the area of 4.6 volts. Whereas with option 1 it will be in the area of 6 volts. Please note: I derived all of the above information purely from looking at the schematics as I don't have the GoPlus module myself, so I could be missing something and my conclusions could be incorrect. Thanks Felix
  • LoRaWAN Module(RHF76-052) weak signal

    2
    0 Votes
    2 Posts
    3k Views
    D
    @dukenukke M5Stack library contains an error in LoRaWan.cpp the definition of first element of array: const char *physTypeStr[10] = {"EU434", "EU868".... should be like this: const char *physTypeStr[10] = {"EU433", "EU868".... Since module RHF76 doesn't understand command like AT+DR=EU434
  • upload new code to atmega328 inside STEPMOTOR Module

    3
    0 Votes
    3 Posts
    4k Views
    F
    Hi Again, After some months with my module in "Stand By" I restart again my project using it and I found this info! Thanks a lot I will upgrade the GRBL of it
  • BugC - is firmware source available?

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Can I mix M5GO and the M5Stack Power Module ?

    6
    0 Votes
    6 Posts
    6k Views
    m5stackM
    It is safe, but the battery will charge each other.
  • M5Stack PM2.5 module

    1
    3
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Stepper module and switches

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Example use of M5Stack NB-IoT module in real world case?

    2
    0 Votes
    2 Posts
    4k Views
    G
    @jmakiv I am curious about this as well. I got the module and my sim card from Deutsche Telekom should arrive tomorrow.
  • Arduino Calculator Example

    2
    0 Votes
    2 Posts
    5k Views
    vkichlineV
    I followed up on this project with another that's a real calculator. It was more work than I had anticipated; that might explain why there are so few examples: https://github.com/vkichline/FullCalculator-Arduino The README includes pictures this time.
  • RS232 to M5 Basic/Gray?

    2
    0 Votes
    2 Posts
    4k Views
    felmueF
    Hello John A couple of M5Stack modules (like GPS) already use a serial connection via GPIO16 and GPIO17. However GPIOs only provide logical voltage levels (0V / +3.3V). Assuming your source is a standard RS232 device the voltage levels can go down to -15V and up to +15V so you probably need a level converter like this one: https://www.amazon.com/Serial-Converter-Equipment-Upgrades-Doupont/dp/B01N42QW8X/ref=sr_1_6?crid=2OZ5U3Q7GY5OS&dchild=1&keywords=ttl+rs232+converter&qid=1597992249&sprefix=ttl+rs2%2Caps%2C276&sr=8-6 Cheers Felix