🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • Custom wake word

    General
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • how o work with pdm microphone

    General
    2
    0 Votes
    2 Posts
    2k Views
    H
    PA Hub is a I2C expander. That means it modifies/replaces the device addresses so it can handle more devices even with the same address. To make this work the software has to decode the "new" address of the device. PB Hub is a GPIO expander. That means, it simple adds GPIO ports and convert them to one upstream I2C. As with the PA Hub the software has to decode the data. PDM microphones usually have an output which is electrical close to I2C but still different in the data part (e.g. no addressing). PA Hub is for I2C so it will not work. PB Hub may work if it is fast enough to read the clock and data and decoding the data stream on the Controller. I'm not sure if this is really fast enough.
  • pa hub with two KmeterISO on uiflow2

    General
    3
    3
    0 Votes
    3 Posts
    2k Views
    C
    Hi @robski, Thanks for your comment. Yes one Kmeter works alone.
  • How to add multiple modules

    General
    4
    0 Votes
    4 Posts
    4k Views
    S
    Yeah, it's possible! You just need to make sure the modules use different communication protocols or assign different pins if they're both using something like SPI. The CC1101 typically uses SPI, and the PN532 can use I2C or SPI—so setting the PN532 to I2C might make things easier.
  • 0 Votes
    3 Posts
    2k Views
    L
    As an alternative to USB, you can program it wirelessly using an OTA (Over-The-Air) update via Wi-Fi or use an external programmer like an ESP32-based ISP to bypass the USB connection entirely.
  • Raspberry pi Model 4 + M5stack Unit v2 M12

    General
    7
    0 Votes
    7 Posts
    8k Views
    S
    For improved performance, use a Raspberry Pi 4 (4GB), which Robocraze sells. They are the authorized seller of Raspberry Pi Boards in India. For the last two months, I have been using this configuration without any problems. Conflicts over power or networks may be the source of your issue. Have you looked into if the M5Stack Unit V2 is using the USB excessively? Consider using a separate power source for the M5Stack or a powered USB hub.
  • Where is my BIN file for a UIFLOw2 (online) project

    General
    7
    0 Votes
    7 Posts
    5k Views
    E
    UIFlow 2 doesn’t save BIN files in the cloud, only the project itself. The BIN file gets created when you download the project to your device (like CardPuter). If you need the BIN, you’ll have to save it manually when flashing.
  • CoreMP135 add M5 Units

    General
    5
    0 Votes
    5 Posts
    3k Views
    robskiR
    @teastain looks like it is available to be used with Uiflow2 now CoreMP135 with Uiflow2
  • First start of the Stick C Plus 2 + RoverC Pro

    General
    5
    0 Votes
    5 Posts
    5k Views
    R
    @kuriko I just got my RoverC Pro & JoyC, and two M5StickC PLUS2, and I am trying put them together. But I can't find the sample code for them (1. Rover C Pro + M5StickC PLUS2 / 2. JoyC + M5StickC PLUS2). Does it mean Rover C Pro & JoyC only work with M5StickC PLUS ?
  • UIFlow 2 Button blocks broken

    General
    3
    1
    0 Votes
    3 Posts
    2k Views
    E
    @ewoodier84 I am using chrome, I will try a cache clear. This applies both to new button blocks and existing in all projects. Any button blocks that had buttons B or C selected have reverted to button A in all of my projects. Edit: Clearing cache did not work but on another laptop I can see all three buttons, definitely some kind of local issue.
  • CoreS3 and COMX LoRaWAN868 v2.0

    General
    4
    0 Votes
    4 Posts
    3k Views
    kurikoK
    @mohammedalmusimie have you adapted the codes to CoreS3?
  • M5Stack Basic Core Kit v2.7 charging

    General
    8
    0 Votes
    8 Posts
    5k Views
    teastainT
    @ChuckInDallas Yes.
  • m5dial: wifi not work when rfid is enabled

    General
    6
    0 Votes
    6 Posts
    4k Views
    felmueF
    Hello @gadgetguy I can confirm that enabling RFID prevents M5Dial from connecting to WiFi. After enabling RFID in M5Dial.begin(cfg, true, true), try M5Dial.Rfid.PCD_AntennaOff() to temporarily disable RFID while using WiFi, then after disconnecting from WiFi enable RFID again with M5Dial.Rfid.PCD_AntennaOn(). Thanks Felix
  • Need IR reader and writer with almost any controller

    General
    17
    0 Votes
    17 Posts
    13k Views
    konacurrentsK
    @felmue It looks like I need the binary version of getProtocolString. It seems the following is needed for sending an IRData (the mirror of what was learned from receiving.) /** * Interprets and sends a IRData structure. * @param aIRSendData The values of protocol, address, command and repeat flag are taken for sending. * @param aNumberOfRepeats Number of repeats to send after the initial data if data is no repeat. * @return 1 if data sent, 0 if no data sent (i.e. for BANG_OLUFSEN, which is currently not supported here) */ size_t IRsend::write(IRData *aIRSendData, int_fast8_t aNumberOfRepeats) And I need a way to get the IrReceiver to provide the IRData information. So It seems this is in the decodedIRData from the IrReceiver.decode call. /** * Main class for receiving IR signals */ class IRrecv { public: IRData decodedIRData; // Decoded IR data for the application } I assume I save these values with the associated functions (volume up, change channel, etc). I see that a lot of those functions are defined for various known operations, but for now I will learn from the IR receiver. Thanks for the help.
  • M5 touch wakeup read coordinates

    General
    4
    0 Votes
    4 Posts
    2k Views
    C
    Looks like the code, with the modification you've suggested works! I can get the coordinates of the touch that lead to the wake up of the M5. Thanks!
  • Copy Firmware from One M5 to Another

    General
    3
    0 Votes
    3 Posts
    3k Views
    C
    @ajb2k3 That is what I suspected. Thank you.
  • Why are timer camera F pictures taken mirrored?

    General
    2
    0 Votes
    2 Posts
    3k Views
    Z
    @wwhite hello , i have the same problem here !! Can somebody provide the arduino source code for the folderpusher. Beside , smb protocol doesnot allow to write elsewhere than the root of the folder which is not practical I bought 3 cameras, i'm starting to be disapointed, i cannot event put a review in the store !
  • Help With LiidarBot Functions

    General
    6
    0 Votes
    6 Posts
    3k Views
    L
    @ajb2k3 Batteries are plugged in and button pressed to turn BOT on and can move it around with the remote. Is there something else on the BOT to turn on other than the chrome push button? When I move the BOT blue LEDs light and when I first push the push button the while bright LEDs flash on and off.   Thanks.
  • DC Input questions on M5dial

    General
    3
    0 Votes
    3 Posts
    2k Views
    S
    I agree! USB power (5V) won’t be enough since the DC input requires at least 6V. If you’re set on using the DC port, you’d need a step-up converter. Otherwise, adding a USB connector to the wires sounds like the easier option.
  • Core MP135 - overlay fs

    General
    5
    0 Votes
    5 Posts
    3k Views
    K
    你是自己编译的镜像嘛,分享下(或出下教程)