Navigation

    M5Stack Community

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

    breadbox

    @breadbox

    0
    Reputation
    3
    Posts
    335
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    breadbox Follow

    Posts made by breadbox

    • RE: RTC unit and core1

      @felmue
      Waow, that was it.
      Would have never guessed something that crazy.
      Thank you so much

      posted in Arduino
      B
      breadbox
    • RTC unit and core1

      I am trying to make my new RTC unit RTC8563 to work with my core1 , but arduino IDE always get me a problem message due to the unit RTC .
      Would anybody be able to guide me through some help?
      I am slimpkly tring to compile the example code given by M5stack:
      Unit_RTC_M5Series.ino

      /Users/bboxx/Documents/Arduino/libraries/M5Unit-RTC/src/Unit_RTC.cpp: In member function 'void Unit_RTC::begin(TwoWire*, uint8_t, uint8_t, uint32_t)':
      /Users/bbox/Documents/Arduino/libraries/M5Unit-RTC/src/Unit_RTC.cpp:33:49: error: no matching function for call to 'TwoWire::begin(int, uint8_t&, uint8_t&, uint32_t&)'
      _wire->begin(DEVICE_ADDR, sda, scl, i2c_freq);
      ^
      In file included from /Users/bbox/Documents/Arduino/libraries/M5Unit-RTC/src/Unit_RTC.h:12,
      from /Users/bbox/Documents/Arduino/libraries/M5Unit-RTC/src/Unit_RTC.cpp:1:
      /Users/bbox/Library/Arduino15/packages/m5stack/hardware/esp32/2.0.0/libraries/Wire/src/Wire.h:76:10: note: candidate: 'bool TwoWire::begin(int, int, uint32_t)'
      bool begin(int sda=-1, int scl=-1, uint32_t frequency=0); // returns true, if successful init of i2c bus
      ^~~~~
      /Users/bbox/Library/Arduino15/packages/m5stack/hardware/esp32/2.0.0/libraries/Wire/src/Wire.h:76:10: note: candidate expects 3 arguments, 4 provided
      Multiple libraries were found for "SD.h"
      Used: /Users/bbox/Library/Arduino15/packages/m5stack/hardware/esp32/2.0.0/libraries/SD
      Not used: /Users/bbox/Library/Arduino15/libraries/SD
      exit status 1

      Compilation error: exit status 1

      posted in Arduino
      B
      breadbox
    • reading 66khz two 12v signal with a core.

      I want to read the signal of 2 laser sensor that work at around 12V. is there any bases that would help me to easily:

      1. give me the 2x 12v 0.4A I need
      2. convert the 12 v signal to 3.3 v so I can read the sensor signal on a Core.
        is there any product of m5stack that can help me on this or shall I fully construct the circuit:
        with a 12v power supply and a 12V to 3.3V Digital Logic Level Conversion Module ?
      posted in Bases
      B
      breadbox