Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. flypeek
    3. Posts
    F
    • Continue chat with flypeek
    • Start new chat with flypeek
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by flypeek

    • RE: How to install m5tough library in Arduino IDE?

      @flypeek said in How to install m5tough library in Arduino IDE?:

      0_1678876754899_Snap1.jpg

      0_1678876781362_Snap2.jpg

      https://docs.m5stack.com/en/quick_start/core2/arduino

      posted in SOFTWARE
      F
      flypeek
    • RE: How to install m5tough library in Arduino IDE?

      0_1678876754899_Snap1.jpg

      0_1678876781362_Snap2.jpg

      https://docs.m5stack.com/en/quick_start/m5core/arduino

      posted in SOFTWARE
      F
      flypeek
    • RE: video stream (computer desktop) to m5stickc plus

      https://github.com/Bodmer/TFT_eSPI#tips
      edit User_Setup.h or rename

      Section 1. Call up the right driver file and any options for it

      // Only define one driver, the other ones must be commented out
      //#define ILI9341_DRIVER       // Generic driver for common displays
      
      #define ST7789_2_DRIVER    // Minimal configuration option, define additional parameters below for this display
      
      // #define M5STACK
      
      // For ST7789, ST7735, ILI9163 and GC9A01 ONLY, define the pixel width and height in portrait orientation
      // #define TFT_WIDTH  80
       #define TFT_WIDTH  135    //128->135
      // #define TFT_WIDTH  172 // ST7789 172 x 320
      // #define TFT_WIDTH  240 // ST7789 240 x 240 and 240 x 320
      // #define TFT_HEIGHT 160
      // #define TFT_HEIGHT 128
       #define TFT_HEIGHT 240 // ST7789 240 x 240
      // #define TFT_HEIGHT 320 // ST7789 240 x 320
      // #define TFT_HEIGHT 240 // GC9A01 240 x 240
      

      Section 2. Define the pins that are used to interface with the display here

      // For NodeMCU - use pin numbers in the form PIN_Dx where Dx is the NodeMCU pin designation
      //#define TFT_CS   PIN_D8  // add //
      //#define TFT_DC   PIN_D3  // add //
      //#define TFT_RST  PIN_D4  //add //
      
      // For ESP32 Dev board (only tested with GC9A01 display)
      // The hardware SPI can be mapped to any pins
      
      #define TFT_MOSI 15 // In some display driver board, it might be written as "SDA" and so on.
      #define TFT_SCLK 13
      #define TFT_CS   5  // Chip select control pin
      #define TFT_DC   23  // Data Command control pin
      #define TFT_RST  18 // Reset pin (could connect to Arduino RESET pin)
      //#define TFT_BL   22  // LED back-light
      

      0_1677551536053_PinMap.jpg

      Section 4. Other options

      // #define SPI_FREQUENCY  27000000
      #define SPI_FREQUENCY  40000000     //from Setup135_ST7789.h
      
      posted in M5 Stick/StickC
      F
      flypeek
    • RE: looking for an example of graphical representation of sensor values

      https://shop.m5stack.com/pages/download
      choose M5Burner download

      The picture is a factory test example(Core2 factory test firmware)

      posted in PROJECTS
      F
      flypeek
    • RE: M5Stack, Micropython, Fonts

      https://github.com/m5stack/M5Stack_MicroPython#lcdcompilefontfile_name-debug

      https://community.m5stack.com/topic/388/cahnge-font-size-in-python

      posted in Micropython
      F
      flypeek
    • RE: Where do I find game Super Mario for M5 FACES ?

      https://forum.m5stack.com/topic/203/lesson-13-faces-nes-games

      posted in Cores
      F
      flypeek
    • RE: Is there a tool to convert an image to be displayed with drawBuff?

      similar tools
      https://github.com/novaspirit/img2bytearray

      full introduction
      https://atceiling.blogspot.com/2021/04/raspberry-pi-pico12ssd1306-lcd_26.html

      posted in Arduino
      F
      flypeek
    • RE: Any way to run Rust code on edukit device?

      Run Rust code on M5Stack
      https://elchika.com/article/bb1df791-4160-4a6c-a557-aead5ba21d47/

      posted in Core2 for AWS
      F
      flypeek
    • touching M5Stack M5Stamp Pico

      https://lang-ship.com/blog/work/m5stack-m5stamp-1/
      alt text

      posted in PROJECTS
      F
      flypeek
    • RE: (SOLVED) Change I2C pin in M5GFX Library (to use With ATOM LITE)

      https://community.m5stack.com/topic/1842/m5atom-and-grove-sensors/3

      posted in Arduino
      F
      flypeek
    • RE: Mini Proto unit

      Create custom blocks with UIFlow Block Maker
      https://qiita.com/ciniml/items/618899c9065d51d5c54e

      Hope it helps you.

      posted in Units
      F
      flypeek
    • RE: M5Paper font

      1.Download source code
      https://github.com/ayoy/fontedit/tree/v1.1.0

      2.Open m5stack\M5EPD\tools\ttf2bin
      Please specify file path. Like "ttf2bin ./font.ttf" or "python ttf2bin.py ./font.ttf"'
      get new binaryttf.h
      3.Overlay binaryttf.h used new binaryttf.h to \examples\Basics\M5EPD_TTF

      0_1610335626334_p1.jpg
      PS. please install Fonts file in TF card or SPIFFS before compiling.

      0_1610335661295_p3.jpg

      posted in SOFTWARE
      F
      flypeek
    • RE: How to install .bin to M5stickC Plus

      https://www.espressif.com/en/support/download/other-tools
      0_1609379765424_199.jpg

      https://community.m5stack.com/topic/814/error-on-downloading-to-m5stickc/2#

      posted in M5 Stick/StickC
      F
      flypeek
    • RE: Time Based Sensor Data Storage in SD Card with Uiflow

      Core2 not tested and used MicroPython(UIFlow-v1.3.1-Beta)
      https://blog.csdn.net/zhufu86/article/details/90738571
      M5Stack (ESP32) study notes (3)-microSD

      https://blog.csdn.net/zhufu86/article/details/91352563
      M5Stack study notes (6)-use temperature, humidity and pressure sensor to make a temperature recorder

      posted in UIFlow
      F
      flypeek
    • RE: UIFLOW does not save python code

      Import large MicroPython scripts with UIFlow
      https://qiita.com/ciniml/items/68bc7f362d6985efc640

      posted in Bug Report
      F
      flypeek
    • RE: MicroPython version 1.12 released

      @takeru
      Refer to the following URL
      https://blog.csdn.net/zhufu86/article/details/92190720

      posted in General
      F
      flypeek
    • RE: M5Stick c USB mode

      [M5StickC] How to switch to USB mode
      (Japanese webpage please google translate :p)
      https://qiita.com/nagase/items/9df1f78a7a51047a3e65

      posted in M5 Stick/StickC
      F
      flypeek
    • RE: Initialization?

      you can try M5Burner_Mic
      https://github.com/micutil/M5Burner_Mic
      0_1568970719993_preview.png

      posted in Lessons and Guides
      F
      flypeek
    • RE: [Solved] pinout - CardKB programming via ISP

      @ptrm said in CardKB programming via ISP:

      CardKB

      https://docs.m5stack.com/#/en/unit/cardkb
      Mega328 ISPDownload interface Pin foot definition
      0_1568599238551_mega328_isp.png

      posted in Units
      F
      flypeek
    • RE: M5stack STEP 3D files

      @krso said in M5stack STEP 3D files:

      Hi M5stack.

      Would it be possible to add STEP 3D models to all products. It's very convenient for project planning.

      Regards

      https://github.com/m5stack/M5-3D_and_PCB
      https://github.com/Octo8080/M5Watch-ExMounter/blob/master/README.md

      posted in PRODUCTS
      F
      flypeek