Navigation

    M5Stack Community

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

    Topics created by Kabron

    • Bootloop
      M5Stack Fire • • Kabron

      3
      0
      Votes
      3
      Posts
      2655
      Views

      Right, OK, nobody panic! There is a bug somewhere that causes a random boot loop to appear in the ESP32 and strangely I had this with a Stamp the other weekend. Disconnect everything and leave the controllers unconnected for a while, cold boot the computer and try and flash UIFLow firmware.
    • ECG Module impressions. Useless device
      Modules • • Kabron

      1
      0
      Votes
      1
      Posts
      1530
      Views

      No one has replied

    • ECG Module13.2 detailed schematic mandatory
      Modules • • Kabron

      1
      0
      Votes
      1
      Posts
      1566
      Views

      No one has replied

    • Error in M5core2 library
      Core 2 • • Kabron

      1
      0
      Votes
      1
      Posts
      2205
      Views

      No one has replied

    • IP5306 charging current is 6 times greater than C/10
      Cores • • Kabron

      3
      0
      Votes
      3
      Posts
      3422
      Views

      I saved a copy of the IP5306_I2C data sheet from a long time ago. In this table, I see the charge current can be set by the CHG_DIG_CTL0 register (see the formula). I would assume the M5stack designers took care of setting the max charge current with that register bits 0 through 4, though I could be wrong. If you want the entire data sheet, let me know.
    • WTF with versions???
      Core 2 • firmware software version • • Kabron

      2
      0
      Votes
      2
      Posts
      3038
      Views

      you could ignore the version notice. just select the core2 device on the setting page will be ok. 1.0.12 was for the Desktop IDE software version. 1.4.5 or 1.6.x was for the UIFlow firmware version.
    • Spontaneously Turns ON
      M5stack Grey • • Kabron

      2
      0
      Votes
      2
      Posts
      3432
      Views

      Hey @kabron I have never met this phenomenon yet
    • Distance Visualization With Multiple SPAD areas in VL53L1X Time-of-Flight sensor
      PROJECTS • • Kabron

      3
      0
      Votes
      3
      Posts
      7390
      Views

      C

      hi, wich ino file I have to upload to visualize "thermal distance? SPAD_read doesn't compile with this output: Arduino: 1.8.9 (Mac OS X), Board: "M5Stack-Core-ESP32, QIO, 80MHz, Default, 921600, None" sketch/SPAD_read.ino.cpp.o:(.literal._Z8checkDevP12VL53L1_Dev_t+0x8): undefined reference to `VL53L1_RdWord' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x48): undefined reference to `VL53L1_WaitDeviceBooted' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x4c): undefined reference to `VL53L1_DataInit' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x50): undefined reference to `VL53L1_StaticInit' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x54): undefined reference to `VL53L1_SetDistanceMode' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x58): undefined reference to `VL53L1_SetMeasurementTimingBudgetMicroSeconds' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x5c): undefined reference to `VL53L1_SetInterMeasurementPeriodMilliSeconds' sketch/SPAD_read.ino.cpp.o:(.literal._Z5setupv+0x60): undefined reference to `VL53L1_StartMeasurement' sketch/SPAD_read.ino.cpp.o:(.literal._Z4loopv+0xc): undefined reference to `VL53L1_SetUserROI' sketch/SPAD_read.ino.cpp.o:(.literal._Z4loopv+0x10): undefined reference to `VL53L1_WaitMeasurementDataReady' sketch/SPAD_read.ino.cpp.o:(.literal._Z4loopv+0x14): undefined reference to `VL53L1_GetRangingMeasurementData' sketch/SPAD_read.ino.cpp.o:(.literal._Z4loopv+0x18): undefined reference to `VL53L1_clear_interrupt_and_enable_next_range' sketch/SPAD_read.ino.cpp.o: In function `checkDev(VL53L1_Dev_t*)': Multiple libraries were found for "SPI.h" Used: /Library/Arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/SPI Not used: /Documents/Arduino/libraries/SPI Multiple libraries were found for "SD.h" /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_RdWord' Used: /Users/Library/Arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/SD Not used: /Users/Documents/Arduino/libraries/SD sketch/SPAD_read.ino.cpp.o: In function `setup()': Not used: /private/var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/AppTranslocation/65325227-2EA8-4077-950D-C93B6E24B2C5/d/Arduino-1.8.9.app/Contents/Java/libraries/SD Multiple libraries were found for "WiFiClient.h" Used: /Users/Library/Arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/WiFi Not used: /private/var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/AppTranslocation/65325227-2EA8-4077-950D-C93B6E24B2C5/d/Arduino-1.8.9.app/Contents/Java/libraries/WiFi /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_WaitDeviceBooted' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_DataInit' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_StaticInit' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_SetDistanceMode' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_SetMeasurementTimingBudgetMicroSeconds' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_SetInterMeasurementPeriodMilliSeconds' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:170: undefined reference to `VL53L1_StartMeasurement' sketch/SPAD_read.ino.cpp.o: In function `loop()': /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:137: undefined reference to `VL53L1_SetUserROI' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:139: undefined reference to `VL53L1_WaitMeasurementDataReady' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:140: undefined reference to `VL53L1_GetRangingMeasurementData' /var/folders/f3/0kf10ljj6sj4q4twsw_vtxrw0000gn/T/arduino_modified_sketch_71183/SPAD_read.ino:141: undefined reference to `VL53L1_clear_interrupt_and_enable_next_range' collect2: error: ld returned 1 exit status exit status 1 Error compiling for board M5Stack-Core-ESP32. This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.
    • M5STACK Gesture Recognition and Object Counting Using a Single ST Time-of-Flight Sensor
      PROJECTS • • Kabron

      1
      0
      Votes
      1
      Posts
      3954
      Views

      No one has replied

    • Serious Competitor Appeared
      Lessons and Guides • • Kabron

      11
      1
      Votes
      11
      Posts
      17512
      Views

      To whom it may be interested I modified native arduino M5STACK library to suite both M5STACK and ODROID-GO. Look in the examples folder. Also read comments in M5Stack.h Tested with VisualMicro for Visual Studuo https://yadi.sk/d/0wo7ympO3Zc6RT
    • FACES UI Lessons question
      Lessons and Guides • • Kabron

      3
      1
      Votes
      3
      Posts
      6336
      Views

      @dimi 在 FACES UI Lessons question 中说: The information in the previous lesson, today is not relevant. So, these lessons only misinform us. So I ask, what is the use of them? It is better to rewrite or delete them.
    • Descriptions and schematics for Faces modules
      FAQS • • Kabron

      1
      0
      Votes
      1
      Posts
      2925
      Views

      No one has replied