Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. PROJECTS
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    PROJECTS

    • ATOMFLY Community Project Collection: How to fly the ATOMFLY?
      • m5stack

      30
      0
      Votes
      30
      Posts
      71801
      Views

      @t66 I wan't one but now that we can control a DJI mini drone, they are so much nicer to control then the atomfly.
    • Update 15-April-2020 UIFlow Handbook roadmap.
      • ajb2k3

      23
      2
      Votes
      23
      Posts
      61565
      Views

      The IoT with M5Stack with UIFlow is now online as a kindle ebook and has had it first update to include Blynk 0.1 Legacy.
    • S

      Call for articles with your product on M5Stack!!
      • salty_good

      5
      1
      Votes
      5
      Posts
      10792
      Views

      @salty_good My name is Abraham Stolk, I am an indie game-developer from Vancouver, Canada, who turned electronics-maker. My latest product is the Desk-side Stock Ticker. It is a tiled-panel of 4 OLED displays that are used to scroll stock quotes on. By default, it will scroll the stock quotes from the DOW-30 Index. But you can configure the symbols to use, over wifi. The stock quotes are downloaded from the Internet, with a 3 minute refresh. To connect it to your WiFi network, you use the WPS button of your home router. It was really easy to get going, thanks to the WPS example in the Arduino IDE. I programmed it in C, using Arduino IDE. It runs on either Stamp-C3 or Stamp-C3U. I love the white-look of the Stamp-C3U: it is the best looking μcontroller in existence, I think. Although the black Stamp-C3 is a little easier to program, as you do not have to force it in bootloader mode the first time you use it. Overall, I am a big fan of your μcontroller boards. The production process was prototyping on a breadboard to validate the design. Once it worked, I designed a PCB in EasyEDA, and had JLCPCB manufacture the PCBs. Assembly was done in my home-lab. I am particularly proud of how I managed to take cheap 1.3" OLEDs and tile them into a 140mm aggregate screen. Thanks to the fast SPI interfacing, I get high FPS out of it.
    • Section Description / 版块说明
      • m5-docs

      1
      0
      Votes
      1
      Posts
      5784
      Views

      No one has replied

    • Let AI play Connect4:Implementing using DQN neural network with myCobot 280 M5stack
      python m5stack-basic robot arm neural network • • ElephantRobotics

      1
      0
      Votes
      1
      Posts
      66
      Views

      No one has replied

    • Object Tracking on myCobot 280 Jetson Nano: A Case Study
      esp32 python m5stack-basic tracking • • ElephantRobotics

      1
      0
      Votes
      1
      Posts
      266
      Views

      No one has replied

    • H

      Weird Push6060 problem
      • HWTaro9

      1
      0
      Votes
      1
      Posts
      147
      Views

      No one has replied

    • W

      Get TFT_eSPI working on Core2 | LVGL low performance
      • Windorey

      4
      0
      Votes
      4
      Posts
      706
      Views

      L

      I'd be happy to help you with this issue! Firstly, it's great that you were able to achieve an average of 24FPS on the LVGL music demo. That's a significant improvement and a good indication that your M5Stack Core2 hardware is capable of handling the display requirements. Regarding the TFT_eSPI library, it's true that the built-in library in the M5Core2 library is outdated and doesn't support DMA. However, the newer versions of the library do support DMA and can provide significant performance improvements. To use the newer TFT_eSPI library with your M5Stack Core2, you need to follow the installation and configuration instructions provided by the library's developer. Here's a general outline of the steps you need to take: Download the latest version of the TFT_eSPI library from the library's GitHub repository: https://github.com/Bodmer/TFT_eSPI Install the library in your Arduino IDE using the "Library Manager" option in the "Sketch" menu. Open the "User_Setup.h" file in the TFT_eSPI library's "User_Setups" directory and modify the settings to match your M5Stack Core2 hardware. Specifically, you need to configure the display type, pins used for communication, and other settings as required by your hardware. Refer to the documentation and examples provided by the library to make these changes correctly. Once you have configured the library, you can use the library's APIs to draw graphics and text on the display. Be sure to use the DMA-enabled APIs for maximum performance. If you encounter any issues during this process, feel free to ask for further help. Good luck!
    • Deep Machine Vision and Random Grasping with Robotic Arms
      python m5stack-basic robot arm machine learnin • • ElephantRobotics

      1
      0
      Votes
      1
      Posts
      403
      Views

      No one has replied

    • Bitcoin / Multi Crypto Coin Ticker with 24 candlesticks chart
      • frittna

      85
      1
      Votes
      85
      Posts
      176330
      Views

      the files SHTX3.ccp and SHTX3.h are normally in the root directory where you have the .ino file of the program (the sketch folder - ctrl+k loads it) you see the structure on root directory on github aswell because of the "#include" in the code it will show like this . regarding the compiler messages i quote myself: btw: the one warning from "timezone" concerning a possible wrong architecture type while compiling the code is ok.. does not matter< other messages in red about the SHT3X are ok too but not like your error, they will look like this picture and do not disturb compiling i hope you have noticed that there is a very simple and short way to load the code without compiling in arduino at all .. right..? (M5Burner - "the simple way..") but i guess you know and want to modify something for your purpose
    • B

      M5 Stick C Plus: Sat Nav & Telemetry Console for Scuba Divers
      • bazman

      1
      0
      Votes
      1
      Posts
      274
      Views

      No one has replied

    • m5 stickV does not work SD issue
      • Xeon

      2
      0
      Votes
      2
      Posts
      346
      Views

      i have contacted support and there has been no reply. i have posted on m5's twitter profile... and they did see it but "hearted it" twice. with ZERO FEEDBACK.
    • Reinforcement Learning for Gripping Task of myCobot using Isaac Gym
      python m5stack-basic atom robot arm machine learnin • • ElephantRobotics

      1
      0
      Votes
      1
      Posts
      636
      Views

      No one has replied

    • M

      How to run LVGL on M5Stack
      • macsbug

      42
      2
      Votes
      42
      Posts
      63982
      Views

      M

      I've made quite many examples for M5Stack Tough https://github.com/bareboat-necessities/bbn-m5stack-tough/
    • K

      Realizing Voice Control for Robotic Arm Movement -M5Stack-base
      python atom m5stack-base serial voice control • • kkkkkk

      4
      2
      Votes
      4
      Posts
      925
      Views

      Y

      @kkkkkk Maybe, you can try M5stickC-plus
    • Smart Applications of Holography and Robotic Arms myCobot 320 M5Stack-Basic
      m5stack-basic atom robotics holography • • ElephantRobotics

      5
      6
      Votes
      5
      Posts
      1509
      Views

      @kkkkkk Hi, you can click the link to know more about it
    • Y

      Forex market
      • yashax

      1
      0
      Votes
      1
      Posts
      351
      Views

      No one has replied

    • D

      M5Core2 remote controller and display for MoodeAudio player (MPD)
      core2 wifi mpd moodeaudio nvs • • dheijl

      1
      0
      Votes
      1
      Posts
      630
      Views

      No one has replied

    • Building a Smart Navigation System using myCobot M5Stack-Base and myAGV
      python m5stack-base ros navigation agv • • ElephantRobotics

      3
      6
      Votes
      3
      Posts
      950
      Views

      This project is developed by users. As you said, the whole project has not been automated yet. It is currently only in the development stage, and the automation function may be completed in the future, and we will continue to follow up.
    • The Ultimate Robotics Comparison: A Deep Dive into the Upgraded Robot AI Kit 2023
      python m5stack-base ros robotics • • ElephantRobotics

      3
      7
      Votes
      3
      Posts
      1228
      Views

      You can use the robotics arm with AI Kit, only download the project.

    Move Topic