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 remove Labels and Touch Buttons?
To remove labels and touch buttons, access the interface design or software settings. Locate the labels and buttons section, and delete or disable them. Save changes. Refer to user manuals or guides for specific instructions tailored to your device or platform.
-
RE: Why have switch and button widgets been removed from uiflow
A major redesign was undertaken with the release of UiFlow 2.0, which removed switch and button widgets. The platform has been redesigned with a more flexible, code-driven approach, allowing for more low-level touch handling over prebuilt UI elements. Users can now create custom buttons using touch coordinates and visual elements such as rectangles or images. This method offers greater customization, but requires more manual effort to set up. A number of users hope that built-in widgets will return in future updates.
-
RE: 3 things kind of odd in UIFlow2
UIFlow2 can feel odd due to inconsistent block behavior, limited error feedback, and occasional cloud sync issues, making it tricky for users to debug and manage projects efficiently.
-
RE: Magnet on M5stickC Plus2
Featuring a built-in magnet at its base, the M5StickC Plus2 can easily be attached to metallic surfaces. As a result of this feature, quick mounting can be performed in IoT projects, robotics, or industrial settings without the need for additional hardware. By incorporating a magnetic base, the device is more versatile and user-friendly for developers who want to deploy sensors or displays in various environments with minimal effort.
-
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.
-
RE: how to write key A and Key B onto WS1850S
To write Key A and Key B onto a WS1850S smart card reader, use compatible RFID software and ensure proper authentication settings. Load the keys securely via the software interface, selecting the desired sector and key type. Correct configuration ensures secure access control and prevents unauthorized data manipulation or duplication.
Latest posts made by peolsolutions
-
RE: how to write key A and Key B onto WS1850S
To write Key A and Key B onto a WS1850S smart card reader, use compatible RFID software and ensure proper authentication settings. Load the keys securely via the software interface, selecting the desired sector and key type. Correct configuration ensures secure access control and prevents unauthorized data manipulation or duplication.
-
RE: Magnet on M5stickC Plus2
Featuring a built-in magnet at its base, the M5StickC Plus2 can easily be attached to metallic surfaces. As a result of this feature, quick mounting can be performed in IoT projects, robotics, or industrial settings without the need for additional hardware. By incorporating a magnetic base, the device is more versatile and user-friendly for developers who want to deploy sensors or displays in various environments with minimal effort.
-
RE: 3 things kind of odd in UIFlow2
UIFlow2 can feel odd due to inconsistent block behavior, limited error feedback, and occasional cloud sync issues, making it tricky for users to debug and manage projects efficiently.
-
RE: Why have switch and button widgets been removed from uiflow
A major redesign was undertaken with the release of UiFlow 2.0, which removed switch and button widgets. The platform has been redesigned with a more flexible, code-driven approach, allowing for more low-level touch handling over prebuilt UI elements. Users can now create custom buttons using touch coordinates and visual elements such as rectangles or images. This method offers greater customization, but requires more manual effort to set up. A number of users hope that built-in widgets will return in future updates.
-
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.