🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • PaHub With M5Stick

    12
    0 Votes
    12 Posts
    22k Views
    ajb2k3A
    @rupin-chheda as far as I know it is not documented how much current it can source, all I can say that I have tried various things and keep getting “device not connected “ when it is connected. This is a sign that the device isn’t getting enough power.
  • How many sensors can be hooked up to Port B Grove HUB?

    2
    0 Votes
    2 Posts
    6k Views
    ajb2k3A
    @happy-hippo Correct. In order to connect more you need to use the PbHub. As you have discovered, sensors use 1 pin and actuators use the other pin.
  • TOF Unit Sensor Issue

    2
    0 Votes
    2 Posts
    6k Views
    ajb2k3A
    @happy-hippo The tof units have a regulator that converts the 5v down to 3.3v
  • CardKB schematic

    2
    0 Votes
    2 Posts
    4k Views
    m5stackM
    @dlakwi actually it not a schematic for CardKB, CardKB has not Schematic now。
  • Cat Ears connected to M5stickC

    2
    0 Votes
    2 Posts
    5k Views
    ajb2k3A
    No, not directly. You need to use a GroveT and provide additional power to the leds through the groveT
  • Faces items without baseplate

    8
    0 Votes
    8 Posts
    12k Views
    m5stackM
    @bas actually it was 160*160, the product document has a mistake , at now it was fix , thanks your reply.
  • GPS DATA

    2
    0 Votes
    2 Posts
    5k Views
    ajb2k3A
    @milius please file a bug report on the github page and email support
  • GPS data from UIFLOW

    1
    2 Votes
    1 Posts
    5k Views
    No one has replied
  • Issue with RFID code

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Connect units to PbHUB

    8
    1
    0 Votes
    8 Posts
    18k Views
    M
    I ended up copy pasting the method from the Light unit with some slight adjustments: def pbhubAnalogRead(pbhub, pbhub_address): data = 0 max_val = 30 min_val = 750 for i in range(0, 10): newdata = 750 - pbhub.analogRead(pbhub_address) data += newdata if newdata > max_val: max_val = newdata if newdata < min_val: min_val = newdata data -= (max_val + min_val) data >>= 3 return round(max(1024 * data / 750, 0), 2) pbhub = unit.get(unit.PBHUB, unit.PORTA) light = pbhubAnalogRead(pbhub, 0x01) The magic number min_val I got by pressing my finger on the light sensor (blocking all the light from entering) and reading the analog value. The value 750 seems to be the minimum value the light sensor would emit. The number max_val I got by pointing a strong light at the sensor, it seems to be the maximum value the sensor emits. The min max values are mixed up because it measures the resistance and decreasing resistance means increasing light intensity. Using this method I get values that are somewhat similar to what I get by connecting the Light unit to PortB directly. If anyone knows how this should be done properly, please let me know!
  • SPK hat for m5 stick

    6
    0 Votes
    6 Posts
    12k Views
    ajb2k3A
    @ariane98 UIFlow is always a bit strange on weekends as everyone is not at work
  • [Solved] pinout - CardKB programming via ISP

    3
    1
    0 Votes
    3 Posts
    9k Views
    P
    Yay, been on the docs subdomain, missed this one. Thanks :) ~  avrdude -c usbasp -p atmega328p avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude: Device signature = 0x1e950f (probably m328p) avrdude: safemode: Fuses OK (E:F9, H:D8, L:C2) avrdude done. Thank you.
  • Finger Unit with UIFlow

    6
    1
    0 Votes
    6 Posts
    13k Views
    T
    I use the Web IDE version.
  • M5Camera Glitches and poor documentation

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • PaHub Access cracked.

    10
    0 Votes
    10 Posts
    21k Views
    M
    @ajb2k3 Thanks, it does work with 1.3.5 beta!
  • Lidar Bot remote no longer connects after upgrading to latest firmware

    4
    0 Votes
    4 Posts
    8k Views
    m5stackM
    @chris https://github.com/m5stack/Applications-LidarBot in here , we updates the tutorial in this week, so ah you never saw it before........thanks your reply
  • M5Stack camera video info

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • 0 Votes
    5 Posts
    12k Views
    grelmG
    Hi! Are there really no answers to my questions? Thanks - grelm
  • [Solved]Fire, PaHUB, & ADC (ADS1100)

    4
    1
    0 Votes
    4 Posts
    12k Views
    ajb2k3A
    Nice find. Just reached my knowledge of i2c and yeh found that the pullups have bee put on the hubs i2c lines as well as the line to the M5Stack port a. nice but of bug fixing. Just don't forget to put them back if you want to connect the ADC directly to the M5stack in future.
  • M5Stack ESP32 BLE tx power level

    3
    0 Votes
    3 Posts
    9k Views
    ajb2k3A
    Sorry my friend but their seams to be an issue with bluetooth on the esp32.