🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • IMU based sleep, for wifi scanner

    3
    0 Votes
    3 Posts
    4k Views
    A
    Thanks Flelix
  • Wakeup from Lightsleep using Button A?

    4
    0 Votes
    4 Posts
    6k Views
    felmueF
    Hello @guardian5 you are welcome. I am happy to hear you got it working. Cheers Felix
  • Extending M5StickC persistent memory (SD card, soldered SRAM?)

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • AXP192 coulomb counter issues

    3
    0 Votes
    3 Posts
    7k Views
    KabronK
    @m5stack said in AXP192 coulomb counter issues: it seems like a bug. I will contact our engineer to solve this problem. Any progress?
  • M5StickC ADC input voltage range

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Set millis or nanos for the RTC

    2
    0 Votes
    2 Posts
    3k Views
    felmueF
    Hello @Dan95363 Have you had a look at the BM8563 datasheet? I don't think the BM8563 supports millis or nanos. I only see a register for seconds. Thanks Felix
  • Delay

    6
    0 Votes
    6 Posts
    11k Views
    R
    You can try this: https://www.google.com/amp/s/techtutorialsx.com/2017/10/02/esp32-micropython-creating-a-thread/amp/ But this may not work properly with all modules included in micropython firmware. You need also micropython version 1.14.
  • High power consumption with deep sleep

    6
    0 Votes
    6 Posts
    11k Views
    R
    @robalstona what do you mean by "check when the power button is pressed to power on device" ? I mean that this axp192 chip is always powered and waits for power button press to powering upthe esp32 chip and lcd with backligth. And check when this button is pressed for 6 seconds to shut down the power.
  • M5StickC does not scan I2C sensor at (0,26) pins (Hat pins)

    3
    1 Votes
    3 Posts
    8k Views
    G
    Same problem here.
  • M5StickC+ Mounting Threads

    4
    0 Votes
    4 Posts
    7k Views
    A
    I can confirm they are for M2 screws. E.g. for mounting a stick on the battery stick you'll need M2x10mm like shown here https://m5stack-store.myshopify.com/collections/m5-hat/products/m5stickc-18650 Turns the Stick into a nice handheld device for mounting a joystick, thermometer etc.
  • Reading the FIFO buffer in the MPU6886 for the M5 Stick C.

    3
    0 Votes
    3 Posts
    5k Views
    C
    @felmue I did not look at that. Will check it out. I played around with this for a while and made a number of modifications to the M5Stack C MPU6886 library to enable the FIFO and try to read from it based on the MPU6886 docs I found online. No luck, unfortunately. For now, though, I'm just going to stick with the standard method of reading the IMU. Burst reads on the FIFO are definitely something I'd like enable in the future, without it I'll drop data when I start doing real-time analytics. But for data capture over Wi-Fi that isn't an issue. I'm working on getting a nice tutorial together, here is my initial sketch https://github.com/sensiml/m5stickc_data_capture
  • M5StickC Plus: What is the range of the volume

    4
    0 Votes
    4 Posts
    8k Views
    J
    It seems the value is PWM duty cycle. So the volume increases in the 0-50% and then decreases in the 50-100%.
  • How to erase M5Stick-C completely?

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Deep Sleep with MicroPython

    2
    0 Votes
    2 Posts
    5k Views
    felmueF
    Hello @koichirose here is how I managed to get M5StickC Plus into deep sleep using MicroPython: p37 = machine.Pin(37, mode = machine.Pin.IN, pull = machine.Pin.PULL_UP) p37.irq(trigger = machine.Pin.WAKE_LOW, wake = machine.DEEPSLEEP) machine.deepsleep(20000) It wakes up from deep sleep either after 20 seconds or when button A is pressed. Thanks Felix
  • Could not find a valid BMP280 sensor, check wiring!

    15
    0 Votes
    15 Posts
    26k Views
    C
    ENVII HAT on M5StickC works with the example by changing: Wire.begin(32, 33); to: Wire.begin(0,26);
  • M5 StickC Plus - How to access Bluetooth with UIFlow ?

    8
    1 Votes
    8 Posts
    21k Views
    R
    @BricoMS Thank you for the answer. I thought, that the hardware/controller of M5Stick and M5Stack are the same and that MicroPhyton is just another way of displaying the blocks of UIflow. I do not understand why M5Stack made no "fair" advertisement/documentation. For me it would be "fair" if they would write "ESP32-based support BLE 4.2 and WiFi not compatible with UIFlow"" I think, for some (many ?) users the UIFlow possibility is an argument for M5Stack/Stick. regards K.D.
  • ENV II compass not working

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5StickC - Can't access USB Mode

    3
    0 Votes
    3 Posts
    8k Views
    ajb2k3A
    @capatinshimapan When you switch on the StickC after burning the firmware you need to immediatly press the "A" button to access the setting menu. In the setting press button a to go into mode and be to move to usb mode and press a to select usb mode. Press the reset button and it should boot into usb mode.
  • M5StickC-Plus is dead?

    3
    0 Votes
    3 Posts
    7k Views
    M
    @ashmumblejumble said in M5StickC-Plus is dead?: My stick c plus died just after 2 days during a sketch uplod . Have you tried this procedure? https://community.m5stack.com/topic/1464/m5stickc-screen-don-t-work/8
  • Very very quiet buzzer sound M5StickC-Plus

    1
    1 Votes
    1 Posts
    4k Views
    No one has replied