🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • GestureUnit with AtomLite

    4
    0 Votes
    4 Posts
    5k Views
    felmueF
    Hello @water5 today I got my gesture unit and I can confirm that it works fine with M5Core2 but fails to work with M5AtomLite using UiFlow firmware 1.9.8. What I found however is, that the gesture unit starts to work with M5AtomLite as soon as I add another I2C unit. I also double-checked with an I2C scan: only gesture unit connected to M5AtomLite and the scan finds nothing. Gesture unit and PbHub connected to M5Atom and the scan finds both. Go figure... Thanks Felix
  • Unit V Camera no case

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • PoEsp32 Module with Uiflow / Micropython

    4
    0 Votes
    4 Posts
    5k Views
    felmueF
    Hello @Treadbrook in my experience the link light only indicates that there is an electrical connection between two Ethernet devices. The link light, however, does not give an indication about whether a device has either a static IP address or received an IP address from a DHCP server. In other words when I connect my POESP32 to a switch where the switch has no further connections (and therefore there is no DHCP server) the link light lights up, but check Ethernet connection returns false. This leads me to think that check Ethernet connection also checks for an IP address and not only for a link. I suggest you try to connect your POESP32, as a test, to your router directly and / or check on your router whether the POESP32 is listed in its DHCP lease list and has received an IP address. Note: if you are in a corporate network environment it is possible that the network administrator has setup port security which means an Ethernet device can only participate in that network after it has been whitelisted by said network administrator. Regarding documentation - I assume you've seen this page? Thanks Felix
  • UWB Unit usage and firmware

    4
    0 Votes
    4 Posts
    7k Views
    I
    Hi @fredz, I'm trying to do localization by connecting UWB with M5stack core2, I'm trying to do one base one tag, but unfortunately; I have no measurement appears in my screen, I'm still struggling to solve this issue, but hope if possible get some advice from you
  • IEXT.IO2 I2C address change

    4
    0 Votes
    4 Posts
    5k Views
    felmueF
    Hello @emsea22 sorry, I don't have a tutorial. But no, you don't need to attach an FTDI dongle to the iEXT.IO2 unit - the I2C address can be changed via an I2C command sent from the host, e.g. 0xFF, <new I2C address>. (At least that is my understanding from reading the documentation.) Thanks Felix
  • UNITCAM Problem

    21
    0 Votes
    21 Posts
    48k Views
    I
    @m5stack Could you please correct the UnitCamForUIFlow firmware as follows? Set the WROOM-32 clock to XCLK=8MHz and the ov2640 clock to twice the current clock. This solution has been found by Sohtamei in the following thread; https://community.m5stack.com/topic/3649/unitcam-hw-issue-cannot-stream-video/8 Thanks a lot.
  • Atom Socket UIFlow example?

    atom socket
    5
    0 Votes
    5 Posts
    6k Views
    felmueF
    Hello @robjasey I am glad to hear you got it working to your liking. The forum allows to upload pictures (cloud symbol with arrow) or you could post the resulting python code. Thanks Felix
  • gps unit and core2 does not connect to satellite

    3
    0 Votes
    3 Posts
    4k Views
    S
    Makes not difference if indoors or outdoors. Since it is connected to portA and not to portC as it is supposed to, do I need to make any modifications? Eg like here: https://community.m5stack.com/topic/1312/gps-unit-with-m5stack-fire-not-working/5 Thx
  • multiple 4-Relays on same I2C bus

    5
    0 Votes
    5 Posts
    5k Views
    ajb2k3A
    @bartblommaerts said in multiple 4-Relays on same I2C bus: Oh the PaHub>2< Unit :/ its not available yet in the local stores. And the Pa.Hub (version 1) is sold out. You're better off ordering direct from M5Stack
  • Kernel Error in Jupyter Notebook - UnitV2

    unitv2 jupyter kernel error
    1
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • M5Tough brightness

    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @ve2dx try something like this: M5.Axp.SetLDOVoltage(3, 2500); the second parameter is the brightness. Max is 3300. Thanks Felix
  • Bad Ultrasonic distance measure

    4
    0 Votes
    4 Posts
    6k Views
    C
    @aafortinet A mate of mine had the same issue -- seemed not to work until he used it within the 2-150cm parameters. The all good.
  • Voltmeter M5Stack (ADS1115) interface

    1
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Unit KMeter

    4
    1 Votes
    4 Posts
    5k Views
    ajb2k3A
    @tuckie nice work, I'm waiting on UIFlow blocks in order to make a project.
  • StickV & UiFlow

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Ultrasonic unit reads erroneous distance

    3
    0 Votes
    3 Posts
    5k Views
    A
    The distances I get are really strange: The values are well below or well above the expected ones. For example, for a distance of ~95cm the sensor answers 4.5cm. For a distance of ~110cm, 4.9cm. For ~35cm, 3.7cm etc. The values change for the same distance. So different measures of ~200cm gives 13.7cm or 79.6cm the next time... The command Wire.begin(32,33) seems correct as I realize those are the ports for the sensor on the CoreInk. So, what am I doing wrong?
  • Tmercam - cannot use UIFlow, or anything really

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Grove connectors: UART and I2C

    3
    0 Votes
    3 Posts
    6k Views
    felmueF
    Hello @jamstooks @ajb2k3 is correct, the PbHub is for analog devices only and cannot be used for UART. Unlike UART, I2C is a bus and can handle multiple units (as long as the units use different I2C addresses). So if you want to connect multiple I2C units to you M5Core2 you can use a Groove-T. However as soon as some units you wish to connect share the same I2C address you need a different solution. You have two options: the units in question allow for the I2C address to be modified use a PaHub (like @ajb2k3 suggested) As for connecting the UnitV2 to your M5Core2 via UART: I would suggest the Battery Bottom 2, which has been designed for M5Core2 and it gives you the UART port needed. The COMMU module should work as well, but as it has been designed for the M5Stack (Basic, Gray, Go, Fire) there seems to be some incompatibility issues like while the COMMU module is stacked to the M5Core2 the M5Core2 cannot be flashed. (Note: I don't have the COMMU module, so I cannot confirm that issue.) Thanks Felix
  • UnitV2 Getting Started with Ubuntu

    2
    0 Votes
    2 Posts
    4k Views
    J
    For anyone finding this. I had to restart the ethernet over usb interface with ifconfig with down and up commands to get connected. Then it worked fine.
  • 4Relay, new one will not work, old work fine

    2
    1
    0 Votes
    2 Posts
    4k Views
    felmueF
    Hello @Felix22 I do not have a 4-Relay unit so I cannot test myself. But it sound like the new one might be defect? Thanks Felix