Navigation

    M5Stack Community

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

    pso

    @pso

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

    pso Follow

    Posts made by pso

    • RE: Measure force on M5StickC through PbHub with Weigh Module?

      For my particular project I have a 8 digital IO that I am trying to connect and therefore would like to use the PbHub connected to the M5StickC to expand the IO (as they advertise). I also have the weight module which works fine if I connect this directly to the M5StickC grove port.

      So now I must choose between using a PbHub or a Weigh module. I had thought it possible to add the weigh module to one of the ports on the PbHub however after experimenting with different pin combinations for initializing the HX711 scale i.e.

      HX711 scale(33, 32); // This works when the weigh unit is connected to the grove port on the M5StickC

      // Below are the other combinations I tried for passing the necessary pins to the HX711 through the Mega328 without any success.

      //HX711 scale(porthub.hub_d_read_value_B(4), porthub.hub_d_read_value_A(4));
      HX711 scale(porthub.hub_a_read_value(4), 32);
      //HX711 scale(porthub.hub_d_read_value_A(4), 32);
      //HX711 scale(porthub.hub_d_read_value_B(4), porthub.hub_d_read_value_A(4));
      //HX711 scale(porthub.hub_d_read_value_A(4), porthub.hub_d_read_value_B(4));

      Unfortunately, I think @felmue is right. The Mega328 isn't able to forward the clock required by the HX711 chip.

      posted in Units
      P
      pso
    • Measure force on M5StickC through PbHub with Weigh Module?

      Hello!
      I am trying unsuccessfully to collect data through the pbhub unit (Link) with a weigh module (Link) connected to port 4 on a M5StickCPlus unit.

      I can verify that the weigh module works when connected directly to the M5StickC via the Grove Port, however when attaching this to any of the grove ports on the PbHub unit I am unable to read the correct value.

      Any help or tips would be helpful. TU!

      posted in Units
      P
      pso
    • Connecting to "eduroam" SSID?

      Does anyone here have experience connecting their M5Stick device to the "eduroam" network? I have not been able to successfully connect to my institutions network with the normal SSID and password method already documented.

      This requires specifying a username in addition to a password. I believe this uses EAP authentication. See an example of connection instructions here: https://www.it.tum.de/fileadmin/w00bgh/www/media/Studierende/WS17_IT-Guide_EN.pdf

      posted in General
      P
      pso