🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • Nixie tube watch simulated on M5Stick-C

    2
    2
    1 Votes
    2 Posts
    6k Views
    ajb2k3A
    Very nice, thanks for sharing. Working great on my M5Stick-C. Thank you.
  • [Updated 9-June-2019] UIFlow Text demos.

    4
    0 Votes
    4 Posts
    10k Views
    ajb2k3A
    @ajb2k3 A video of the bouncing text Bouncing text and a video of rotating text. Rotating Text
  • ESP8266 Basic interpreter available / M5Stack - ESP32 is on the way

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • M5Stack Camera Streaming

    9
    1 Votes
    9 Posts
    31k Views
    ajb2k3A
    @mrjellofingers said in M5Stack Camera Streaming: I have a "model A" camera and I wasn't able to get the code at https://github.com/m5stack/m5stack-cam-psram to work using the ModeA branch and setting the flag #define M5_CAM_KIND 1. Can you post a picture of you camera?
  • 1 Votes
    1 Posts
    7k Views
    No one has replied
  • What is inside m5stack?

    Moved
    11
    2 Votes
    11 Posts
    23k Views
    ajb2k3A
    @lastcaress Radiant doesn't work on OSX but Horos works great and it is amazing the details you captured in the xrays. Thank you.
  • First M5Stack game with Cloud Saving!

    Moved
    9
    1 Votes
    9 Posts
    19k Views
    m5-docsM
    @LastCaress Welcom to publish more project at PROJECT section.
  • Product introduction by Developer #3 [M5Stack-SD-Updater by tobozo]

    1
    1 Votes
    1 Posts
    5k Views
    No one has replied
  • Product introduction by Developer #2 [M5Bala_Avatar by robo8080]

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Product introduction by Developer #1 [LovyanLauncher by lovyan03]

    Moved
    4
    2 Votes
    4 Posts
    12k Views
    S
    @ajb2k3 You are welcome!! @lovyan03 Thank you lovyan03!!
  • Section Description / 版块说明

    1
    0 Votes
    1 Posts
    8k Views
    No one has replied
  • Frogger Game for M5Stack

    2
    0 Votes
    2 Posts
    5k Views
    ajb2k3A
    Nice one, thanks for sharing.
  • 0 Votes
    1 Posts
    6k Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Part 1 cloning the servo module uploaded

    6
    0 Votes
    6 Posts
    8k Views
    ajb2k3A
    First attempt at a custom PCB for the servo clone. link text
  • Sharing Code for RC Servo tester

    7
    1 Votes
    7 Posts
    16k Views
    ajb2k3A
    @pattiuak said in Sharing Code for RC Servo tester: @ajb2k3 I don't mind. Please do it. Thank you Very Much!
  • Servo test code.

    Moved
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Show image, download from URL

    5
    0 Votes
    5 Posts
    10k Views
    K
    ajb2k3, I'm using arduino IDE.
  • Tools: ampy reloaded

    2
    0 Votes
    2 Posts
    7k Views
    F
    there is a small mistake in the last commands: ampy put boot.py that is ampy put {{local_file_path}} # implicit remote path and name with json and the JSON-File
  • PIN number and shields

    12
    0 Votes
    12 Posts
    41k Views
    ajb2k3A
    @farmeuhly said in PIN number and shields: Hello, happy new year ! I'm back on my tests... I have a lot of problems. 1 : problem for uploading sketch on the board, i should remove the "bottom" of the m5stack and bush the boot button for it to work ! And sometimes it fails anyway... 2 : I tried to stop the pins on the "bottom" with the sketch "blink" and those that work are : 0, 2, 3, 5, 12, 13, 15, 16, 17, 19, 21, 22, 26 The others (1, 18, 23, 25, 34, 35, 36) doesn't work. 3 : I don't understand why the same simple sketch work fine on arduino uno board and don't work on the m5stack. I put the #include <M5Stack.h>, m5.begin(), m5.update... But i have the impression that the selected pins don't work. What i'm doing wrong ? Because the esp32 and the mega328p do not have the same pins. The AtMegas have defined pins but the esp32 uses a matrix of functions that can be assigned to each i/o pin. Check out the esp32 data sheet for these functions.