🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Micropython simultaneous ptt record n play wav

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • How to use RTC in Arduino IDE ?

    2
    0 Votes
    2 Posts
    9k Views
    J
    Try using this code from this link to add to your M5stack Digital Clock example. https://github.com/adafruit/RTClib/blob/master/examples/ds3231/ds3231.ino you need to install the RTClib master library to make it work.
  • Send Email Alerts upon event

    3
    0 Votes
    3 Posts
    8k Views
    world101W
    @millerman I would recommend using Blynk. It has email and push notifications built into their platform and should be pretty easy to do using the Arduino IDE. https://www.blynk.cc
  • M5camera Projects?

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5Stack fire gyro mpu6050

    3
    0 Votes
    3 Posts
    10k Views
    I
    Ok, it seems that the problem was due to my version of ESP32 tools. I updated my ESP32 framework and now the code is working fine. Also, I used PlatformIO in VSCode which make things simpler since it enables the M5STACK_FIRE flag during compilation.
  • Serial2 Don't compile

    9
    0 Votes
    9 Posts
    22k Views
    A
    @nnn 在 Serial2 Don't compile 中说: HardwareSerial Serial2_(2) Thanks That worked for me David Ardis
  • Arduino M5Stack Camera.

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Anyone tried MySQL_Connector?

    3
    0 Votes
    3 Posts
    9k Views
    T
    Thanks for the tip. Will do!
  • Scrolling / m5.lcd.readRect()

    2
    0 Votes
    2 Posts
    10k Views
    K
    Hi I'm having the same problem with the M5Stack/Advanced/Display/TFT_Screen_Capture example just get white screen captures (0xFFFF for any pixel ) Keith
  • Visual keyboard

    3
    0 Votes
    3 Posts
    9k Views
    C
    @julian Exactly what I need, many thanks
  • M5stack Flow Ui "offline" problem.

    3
    0 Votes
    3 Posts
    8k Views
    F
    Thanks a lot Osmar.
  • GUI for M5stack(micropython)

    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Portal sentry gun?

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • MAC osx cant find ~/.profile

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • ArduCAM on ESP32

    2
    0 Votes
    2 Posts
    12k Views
    RopR
    This camera indeed works with the M5Stack, and is indeed very easy to hook up. This post is to document what I did. Simply buy the cam at the link supplied and hook it up with the pin-socket-wires that come with the camera as follows: [image: 1533130506288-img_1767-resized.jpg] [image: 1533130640210-img_1766-resized.jpg] Then clone https://github.com/ArduCAM/ArduCAM_ESP32S_UNO and copy the ArduCAM and ESP32WebServer libraries to your Arduino/libraries directory, add the client or AP data to the example script from the github (ArduCAM_ESP32S_UNO/libraries/ArduCAM/examples/ESP32/ArduCAM_ESP32_Capture/ArduCAM_ESP32_Capture.ino). Also make sure you uncomment #define OV2640_CAM and #define OV2640_MINI_2MP in the memorysaver.h file in the Arducam library dir, run the script and a webcam webserver works. (Surf to <ip>/stream or <ip>/capture).
  • Understanding what's in a binary / reducing memory footprint

    6
    0 Votes
    6 Posts
    16k Views
    RopR
    @Calin Thanks! I tried PlatformIO and didn't like it, maybe I should have tried longer. But if you're making something to be this easy to use, the Arduino IDE is where the users are, so I would always create for it as the primary way for people to use it. I know the JPGs take up space in flash (but 1 byte per byte, not more than they need, right?) I'd also like to know what the space in the compiled image is used for, can you also list that? There were some weird jumps in how big the image got while I was developing.
  • Python bindings for M5ez ?

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • M5 stack board with normal code

    2
    0 Votes
    2 Posts
    7k Views
    C
    What exactly do you call "normal code"? Without a code sample, this community won't be able to help you... I had no problem running any ESP32 code on M5Stack, after i made the proper modifications related to GPIO assignment.