Navigation

    M5Stack Community

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

    Topics created by rob.biernat

    • R

      Using native idf instead of arduino
      General • • rob.biernat

      15
      1
      Votes
      15
      Posts
      19150
      Views

      Hi guys, I came across this thread while trying to fix some M5StickC issues and thought I could chime in with some useful info. You can use Arduino as an ESP-IDF component however, it currently only works up to v3.2.3 of ESP-IDF. If you install v3.2.3 you can then use Arduino as a component from this repo here. Hope this helps.
    • R

      Esp32 arduino library version- pre releases
      Arduino • • rob.biernat

      2
      0
      Votes
      2
      Posts
      3138
      Views

      @rob-biernat It can be hit and miss. Sometimes code on existing function changes resulting in broken code. You can try it but just be mindful of the issues the change may bring.
    • R

      BLE arduino libraries crashing on M5 stack
      General • • rob.biernat

      3
      0
      Votes
      3
      Posts
      3934
      Views

      R

      I have no control over the ble server device. It appears the ble libraries are just flaky
    • R

      Goplus dc motor driver
      General • • rob.biernat

      20
      0
      Votes
      20
      Posts
      25504
      Views

      V

      https://github.com/m5stack/GoPlus/blob/master/src/src.ino this is sourece code
    • R

      PbHUB
      General • • rob.biernat

      6
      0
      Votes
      6
      Posts
      6658
      Views

      @rob-biernat I have some stuff so will try a test this weekend but something else I did think of is the power required to run lots of devices.
    • R

      Where to plug third party non i2c grove?
      General • • rob.biernat

      2
      0
      Votes
      2
      Posts
      3346
      Views

      No need to cut wire, you can use Dupont jumpers or use grove to dupont male connectors. https://www.seeedstudio.com/category/Grove-c-1003/Grove-4-pin-Male-Jumper-to-Grove-4-pin-Conversion-Cable-5-PCs-per-Pack.html This is what I was using on my M5Stack Black.
    • R

      Grove a vs grove b
      General • • rob.biernat

      9
      0
      Votes
      9
      Posts
      10436
      Views

      @rob-biernat I’m working on a potential divider project which I’m recording to make a guide in taking a design to a finished product. I will be sharing this guide but I’m using a 25W resistor just for its big size!
    • R

      Using seeed studio onewire thermocouple amp with m5 stack
      Cores • • rob.biernat

      4
      0
      Votes
      4
      Posts
      5601
      Views

      @rob-biernat which M5Stack or Stick are you using? The M5Stacks and Sticks have an I2C grove port (port A) but this is also a digital I/O port in that it can read or write 0 or 1 values (on or off) I am currently triggering a relay unit from the port. The M5Go base has has 2 additional port which are multi I/O (port b) and UART (port C) Unlike Arduinos, the esp32 which powers the M5Stack has no set pin functions and all pins can be used for a range of functions. When using Port A Yellow is SCL (pin 22) and white is SDA (pin 21) and need to be defined. I have started to document the different functions of the grove connector and you can find them on pg 19 and 20 of my WIP book here https://github.com/Ajb2k3/UIFlowHandbook/blob/master/UIHB1404192.pdf
    • R

      3d printing my own base
      General • • rob.biernat

      5
      0
      Votes
      5
      Posts
      6595
      Views

      There is also my ongoing project which is creating a book and the project to create a custom servo module!
    • R

      Solderless screw terminal proto base
      Modules • • rob.biernat

      1
      0
      Votes
      1
      Posts
      2605
      Views

      No one has replied