🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • 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.
  • ESP32 BASIC

    10
    0 Votes
    10 Posts
    26k Views
    T
    @ajb2k3 I mean, isnt that exactly what the QWERTY FACES module would be good for?
  • M5Stack Avatar

    2
    1 Votes
    2 Posts
    7k Views
    meganetaaanM
    You can check the showcases from the link below. https://twitter.com/i/moments/1014083309767352320
  • How I can run espruino / javascript on the M5 Stack?

    4
    0 Votes
    4 Posts
    15k Views
    vshymanskyyV
    @gabi 在 How I can run espruino / javascript on the M5 Stack? 中说: how can I make the web IDE connect to the device? You should change the Web IDE baudrate to 115200 (in the settings page)
  • M5Stack Proto CAD Data (FreeCAD)

    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • Porting Atmega328 code to esp32

    ebike conversion project
    5
    0 Votes
    5 Posts
    16k Views
    ajb2k3A
    @calin Sweet, thanks for taking the time to answer my questions.
  • gotenna or sannet

    3
    0 Votes
    3 Posts
    9k Views
    creaC
    lora have more range. wifi is not usefull for emergency communications.
  • M5Stack Video player

    3
    0 Votes
    3 Posts
    11k Views
    C
    @loboris Is an experiment. Hoping to get better results... I will publish the code soon.
  • M5GO Firmware Location?

    2
    0 Votes
    2 Posts
    10k Views
    JJJ
    @vsthose Hi VSTHose, See link below - Version 0.11 https://github.com/m5stack/M5GO/tree/master/firmware/v0.11 Read the flash.sh file for the TWO memory locations to flash it to..... flash it using the ESP32 Flash Download Tool under Windows or the ESP-Tool for other OS.
  • Displaying text - how to move or change it?

    2
    1 Votes
    2 Posts
    10k Views
    dasloloD
    At the moment, clearing the old position then printing is the fastest way to do it http://forum.m5stack.com/topic/173/how-to-avoid-text-flicker/3 you can print to sprite if you use the eSPI library and that'll gain you a few ns on the chip but I think the bottleneck is the SPI protocol, that's what Bodner was saying. You can wrap the clear and print in a function which will make your code as concise as using an object.
  • Chess for M5Stack

    6
    1
    5 Votes
    6 Posts
    18k Views
    S
    @m5dude Thanks! Sorry about comments absence in code - they was on local language, and dropped automatically when downloading. Code optimisations was only on chess engine, other parts made more rudely.
  • Hey @M5Stack - how about a competition?

    10
    0 Votes
    10 Posts
    26k Views
    M
    Top prize should be ALL stacks + $1000. Runner ups should get the yellow version + $100
  • M5Stack and Blynk

    4
    0 Votes
    4 Posts
    15k Views
    JJJ
    @world101 Really glad you raised this question and found a solution... I have wanted to use it for quite a while but hadn't chased it.... thanks. Will test it out.
  • M5Stack - Simple Applications for RFID- Arduino

    9
    0 Votes
    9 Posts
    29k Views
    JJJ
    @jp128 @Dave @ddaniel Hi Jp128, Thanks for the tip..... could be very useful.... more reading required....
  • M5Stack BLE client for Owon B35T multimeter

    5
    3 Votes
    5 Posts
    19k Views
    JJJ
    @reaper7 Excellent - thanks. No problems for the link - its just new.... looking forward to trying it ASAP. Enjoy !