You can contact M5Stack through their official website's contact page or email them at support@m5stack.com. Additionally, their forums and social media channels are great for inquiries.
Best posts made by peolsolutions
-
RE: How to contact M5Stack?
-
RE: Autosave UIFlow program in cloud
Data loss can be prevented and accessibility is ensured by automatically saving UIFlow programs in the cloud. Integrate Google Drive, Dropbox, or AWS S3 for automatic backups if built-in cloud sync is available. With version control, GitHub or GitLab can be used to track changes. The functionality of autosave can be enhanced with custom solutions that utilize Firebase or real-time databases. Using autosave ensures seamless workflows, data security, and easy recovery, thereby improving productivity and collaboration across devices.
-
RE: how to write key A and Key B onto WS1850S
To write Key A and Key B onto a WS1850S, connect the device to your PC and use compatible software. Place the MIFARE card on the reader, authenticate the target sector using the default key, and access the sector trailer block. Input your new Key A, access bits, and Key B in the correct format. Write the data, verify authentication with new keys, and ensure access settings are not misconfigured.
-
RE: EXTIO2 with three UltrasoundIO connected
The EXTIO2 with three UltrasoundIO devices connected delivers high-performance, synchronized ultrasound data acquisition. Ideal for advanced diagnostic and research applications, this setup ensures seamless connectivity and reliable data transfer. EXTIO2's robust architecture supports simultaneous operation of all three UltrasoundIO units, maximizing efficiency and enabling multi-channel imaging or analysis. With plug-and-play functionality and scalable design, it’s the perfect solution for labs or clinics requiring precise, real-time ultrasound integration and control.
Latest posts made by peolsolutions
-
RE: EXTIO2 with three UltrasoundIO connected
The EXTIO2 with three UltrasoundIO devices connected delivers high-performance, synchronized ultrasound data acquisition. Ideal for advanced diagnostic and research applications, this setup ensures seamless connectivity and reliable data transfer. EXTIO2's robust architecture supports simultaneous operation of all three UltrasoundIO units, maximizing efficiency and enabling multi-channel imaging or analysis. With plug-and-play functionality and scalable design, it’s the perfect solution for labs or clinics requiring precise, real-time ultrasound integration and control.
-
RE: how to write key A and Key B onto WS1850S
To write Key A and Key B onto a WS1850S, connect the device to your PC and use compatible software. Place the MIFARE card on the reader, authenticate the target sector using the default key, and access the sector trailer block. Input your new Key A, access bits, and Key B in the correct format. Write the data, verify authentication with new keys, and ensure access settings are not misconfigured.
-
RE: Problem with button input during loop. (interupt loop)
To interrupt a loop using a button input, ensure the program continuously checks the button state within the loop. If the loop doesn't monitor inputs regularly, it may miss the button press. Use flags or conditions triggered by the button to break or exit the loop immediately when pressed.
-
RE: M5Burner cannot publish BIN file due to DBus error
The M5Burner DBus error when publishing a BIN file usually indicates a permissions or communication issue between the app and system services. To fix it, try running M5Burner as administrator (or with sudo on Linux), ensure DBus is properly installed, and check USB device access permissions on your system.
-
RE: Printing Strings on New Lines Without Custom Edits
In most programming languages, you can print strings on new lines using escape sequences or built-in functions. In Python, use \n like print("Hello\nWorld"). In JavaScript, console.log("Hello\nWorld") works. Some languages support multiple arguments, like print("Hello", "World", sep="\n") in Python. This method ensures cleaner and structured output.
-
RE: New to UIFlow - What's the difference between Public and Private Profiles?
Public Profiles: Visible to all users, allowing others to see your projects, contributions, and activity. Great for networking and showcasing work.
Private Profiles: Restricted visibility, keeping your projects and activity hidden unless shared directly. Ideal for personal or confidential work.
-
RE: Autosave UIFlow program in cloud
Data loss can be prevented and accessibility is ensured by automatically saving UIFlow programs in the cloud. Integrate Google Drive, Dropbox, or AWS S3 for automatic backups if built-in cloud sync is available. With version control, GitHub or GitLab can be used to track changes. The functionality of autosave can be enhanced with custom solutions that utilize Firebase or real-time databases. Using autosave ensures seamless workflows, data security, and easy recovery, thereby improving productivity and collaboration across devices.
-
RE: How to disable M5stack fire power saving
To disable power saving on the M5Stack Fire, modify the AXP192 PMU settings using the M5Stack library in Arduino. UseM5.Power.setPowerBoostKeepOn(true); to keep power on and prevent sleep mode. Additionally, disable deep sleep with esp_sleep_disable_wakeup_source to ensure continuous operation without unexpected shutdowns.
-
RE: how to readblock from rfid
Use a compatible RFID reader, authenticate if necessary, and send read commands via software or microcontroller in order to read a block from an RFID tag. Make sure that proper protocols are followed (LF, HF, UHF) and that data is retrieved securely. Integration of identification and access control systems enhances their efficiency.
-
RE: Unable to run UIFlow or M5Burner on Win10
Update your system and install the latest version of UIFlow or M5Burner if they are not running on Windows 10. Ensure that the CP210x USB to UART drivers have been installed. Ensure that the software is run as an Administrator and that conflicting applications using the COM port are closed. Disable your antivirus/firewall temporarily and reinstall the software if necessary. As a result of these steps, connectivity and execution issues can be resolved, ensuring that M5Stack tools operate smoothly.