🤖Have you ever tried Chat.M5Stack.com before asking??😎

Subcategories

  • 5 Topics
    23 Posts
    H
    thank you so much for sharing! this looks cool. I am pretty new to micropython for M5Stack. May I ask which IDE you primarily use to do Micropython programming?
  • New user needs direction

    8
    0 Votes
    8 Posts
    16k Views
    L
    @ajb2k3 said in New user needs direction: @lanman1 said in New user needs direction: Thanks all for the insight. I've looked at the flowUI and at making an interface in the Arduino IDE. The flowUI is really easy with great looking results but I really doubt I can get the frame rates where I'd like them in an interpreted language. I also think that writing an interface natively in the Arduino IDE would have a big impact on the frame rates as well. I may have to look at some co-processor arrangement where flowUI Handles the higher level functions and issues commands to a procesessor handling the IO. You would be correct with processing as the arduino allows access to all 3 of the esp32's cores where as micropython code runs on one core, the interpreter runs on the other and the 3rd, the ULP core is inaccessible. Thanks again for your time and insight. I'm really impresses with the M5Stack, I have a lot of learning to do.
  • M5stick from PlatformIO

    4
    0 Votes
    4 Posts
    11k Views
    N
    @hague I could be wrong, but I believe if you use as lib_deps is a better solution, because the PlatformIO can update automatically the library in the future. Not only that, your code build more faster (because the library use a shared objects - *.o files). Other interesting point is to add more libraries to project. But again, this is IMHO about the way to use PlatformIO.
  • M5Stack LCD Auto Clear

    arduino esp32 c++
    2
    0 Votes
    2 Posts
    8k Views
    m5stackM
    most M5Stack Arduino API , you can find it from this page. link:https://docs.m5stack.com/#/en/arduino/arduino_api
  • M5Stack LoRa and ThingSpeak

    esp32 c++ arduino
    3
    0 Votes
    3 Posts
    9k Views
    T
    So, I have 2 m5stack core with me. My idea is to have these 2(or potentially more) to communicate with each other via LoRa, one to be a sensor node, and another acts as a receiver. The receiving node will then upload the data received from the sensing node to thingspeak. The components used in this system is the ENV sensor, and the LoRa modules. I hope this explains what I am trying to do.
  • TOF CAM Sensor

    10
    0 Votes
    10 Posts
    14k Views
    T
    You need just one Serial; Serial.begin(10000000); //connect to proper TX<>RX pins of M5Stack For proper debug you can connect sensor with any USB<>UART board and try to run it with any terminal software (I use TeraTerm) If you want to debug derictly with M5Stack you will need Serial2 as your example shows, but keep in mind that if its a software serial, such high speed wont work properly most likely
  • MQTT Library for Arduino

    esp32 arduino c++
    1
    3 Votes
    1 Posts
    7k Views
    No one has replied
  • MPU9250BasicAHRS.ino sample crashes

    3
    0 Votes
    3 Posts
    7k Views
    C
    Hi @steinoxyd , I had the same issue which I got help with on the m5stack github before seeing this. I may as well direct you straight to it than repeating it fully here; https://github.com/m5stack/M5Stack/issues/194 The issue is the 'IMU.calibrateMPU9250(IMU.gyroBias, IMU.accelBias);' which if commented out, the code will run. From the comment from @lukasmaximus I have not realised the probable reason for the issue.
  • Upload several program (binary file) compiled in Arduino IDE

    2
    0 Votes
    2 Posts
    5k Views
    lukasmaximusL
    for m5stack its possible with the lovyan launcher, I'm not sure if @lovyan03 is working on a stickC version
  • Showing numbers with the flashes of light

    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • How to connect the INMP441 (I2S microphone) to the M5Stack?

    4
    0 Votes
    4 Posts
    10k Views
    lukasmaximusL
    I know I'm late to the game but I just bought one of these. Did you ever manage to connect it to your m5stack @dfabro ? if not I'm gonna try, and if I'm successful will post my findings here
  • Real Time Clock Issue

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Wake On Motion WOM

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • send data via wiifi

    3
    0 Votes
    3 Posts
    5k Views
    T
    You need to have pc-end software to decode what m5stack sends Read about sockets
  • #include <Keyboard.h>

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Porting arduino code to M5Stack

    5
    0 Votes
    5 Posts
    8k Views
    ajb2k3A
    I cant really help you beyond pointing you in a rough direction as I dont understand the registers. I only recognised that they were reg calls from an arduino tutorial that came up once on youtubes feed,
  • no encoder readings..

    2
    0 Votes
    2 Posts
    4k Views
    C
    nobody??
  • How many times preferences.putUInt()

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5StickC usb driver not working

    4
    0 Votes
    4 Posts
    13k Views
    B
    @wikistik I have tried that, but the Windows system seems to be trying to insert a random outdated driver for the USB cable instead of the one you suggested. You're right, though, because on a different Windows 7 computer, I installed the drivers and it started working automatically.
  • Multiple TOF units: VL53L0X

    5
    0 Votes
    5 Posts
    9k Views
    H
    Hi Txs, I found it and will order one. It is indeed the most easy sollution. Henk.
  • I can't upload to my Stick C anymore

    2
    0 Votes
    2 Posts
    4k Views
    lukasmaximusL
    Please use esptool from command line and use the erase flash command and see if your problem persists https://github.com/espressif/esptool