Navigation

    M5Stack Community

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

    sebkilou

    @sebkilou

    2
    Reputation
    3
    Posts
    628
    Profile views
    0
    Followers
    1
    Following
    Joined Last Online

    sebkilou Follow

    Posts made by sebkilou

    • RE: New library for 4Relay Unit

      The library is now available on Platformio ("M5 Stack 4Relay Library") and Arduino IDE Library Manager.
      Can I use your 4-Relay picture to add in my Readme.md file on Github ? And/or add this link: https://shop.m5stack.com/collections/m5-unit/products/4-relay-unit ?
      If you want, you can add my Github link to your Arduino Example section.

      posted in Arduino
      S
      sebkilou
    • RE: Sending data between two M5Stick C plus

      @rcoppens
      ESPNow !

      posted in Arduino
      S
      sebkilou
    • New library for 4Relay Unit

      https://github.com/sfekilou/M5STACK_4RELAY

      Library with these functions:

      begin(TwoWire &wireport,int sdaPin, int sclPin,uint32_t frequency); //Initialize I2C port
      uint16_t ReadState(); //read 0x10 & 0x11 registers
      SyncMode(bool Sync); //sync or async LEDs
      void AllOff(); //set all relays to OFF
      void Write4Relay(int number,bool state); //set or unset the relay number

      posted in Arduino
      S
      sebkilou