🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • 0 Votes
    1 Posts
    438 Views
    No one has replied
  • M5StickC PLUS 2 Case

    General
    1
    3
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Where do I start???!!!

    General
    2
    0 Votes
    2 Posts
    1k Views
    H
    Welcome aboard! Great starting point with Python and the M5Stick/Flipper - hands-on tools make learning fun. For cybersecurity, focus on networking basics (try CompTIA Network+), then dive into Linux, bash, and tools like Wireshark or Nmap. Use your old computer for practice: install Kali Linux and start with safe, local labs like TryHackMe or Hack The Box. Keep learning, stay curious, and always practice ethically. You’re on the right path - just take it one step at a time!
  • Problem with MQTT on Stick Plus C 2

    General
    2
    2
    0 Votes
    2 Posts
    896 Views
    kurikoK
    @jvli5 I think your initialization is not done correctly. You can try to refer to other cases in the Project Zone.
  • M5StickC PLUS2 + CC1101&NRF24L01 Module Case

    General
    1
    6
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • M5Dial port A as RX / TX interface for CAN module?

    General
    11
    0 Votes
    11 Posts
    8k Views
    H
    Port A on the M5Dial is hardwired for I2C and shares pins with the internal screen, so repurposing it for TWAI/serial isn’t feasible without major conflicts. For dual CAN, consider using an external UART-to-CAN adapter or a separate GPIO header (if available) to assign alternate TX/RX pins for the second CAN interface.
  • Magnet on M5stickC Plus2

    General
    6
    0 Votes
    6 Posts
    4k Views
    teastainT
    @felmue This community website seems to have a problem with AI bots offering useless information as if they did not even read or understand the users question.. This is the second one in a few weeks.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • FORUM RULES (!!!!READ THIS FIRST BEFORE POSTING!!!!)

    Pinned Moved General
    2
    0 Votes
    2 Posts
    10k Views
    S
    @lukasmaximus said in FORUM RULES (!!!!READ THIS FIRST BEFORE POSTING!!!!): Posting rules As with any forum, we ask you to first search for an answer to your problem or visit the FAQ section. If you really can't find the answer there, consider which forum category your question best fits. This ensures that all the relevant information is kept in the right places. Make sure to name your posts in a descriptive way Posting code To make it easier for other users to see your code and copy and paste it for testing We request that you put your code between 3 back ticks ```, which will put your code in a nice scrollable window with context coloring of the syntax like so.. from m5stack import * from m5ui import * clear_bg(0x111111) btnA = M5Button(name="ButtonA", text="ButtonA", visibility=False) btnB = M5Button(name="ButtonB", text="ButtonB", visibility=False) btnC = M5Button(name="ButtonC", text="ButtonC", visibility=False) If you are posting information about a terminal command, please use 2 back ticks `` before and after the command to differentiate it from code snippets like so. sudo halt What's Allowed Any posts related to M5Stack, ESP-32, IoT etc.. are more than welcome. If you want to talk off topic,c please post in the General section of the forum. No racist, political, religious, or otherwise defamatory topics are accepted on these forums. Posting such content will result in your post being deleted and your account being banned. Languages If you would prefer to discuss M5stack in your mother tongue, please avoid posting to the English language forums, as both users and admins will probably not understand you. There are foreign language sections in the global communities section, which are monitored by a moderator who speaks that language. If you don't see your language yet and there is enough interest, you can request an admin to create a new language group for you. Thanks for reading, and happy posting @lukasmaximus said in FORUM RULES (!!!!READ THIS FIRST BEFORE POSTING!!!!): Posting rules As with any forum, we ask you to first search for an answer to your problem or visit the FAQ section. If you really can't find the answer there, consider which forum category your question best fits. This ensures that all the relevant information is kept in the right place.s Make sure to name your posts in a descriptive way Posting code Toto makes it easier for other users to see your code and copy and paste it for testing We request that you put your code between 3 back ticks ```, which will put your code in a nice scrollable window with context coloring of the syntax like so.. from m5stack import * from m5ui import * clear_bg(0x111111) btnA = M5Button(name="ButtonA", text="ButtonA", visibility=False) btnB = M5Button(name="ButtonB", text="ButtonB", visibility=False) btnC = M5Button(name="ButtonC", text="ButtonC", visibility=False) If you are posting information about a terminal command, please use 2 back ticks `` before and after the command to differentiate it from code snippets like so. sudo halt What's Allowed Any posts related to M5Stack, ESP-32, IoT etc.. are more than welcome. If you want to talk off topic,c please post in the General section of the forum. No racist, political, religious, or otherwise defamatory topics are accepted on these forums. Posting such content will result in your post being deleted and your account being banned. Languages If you would prefer to discuss M5stack in your mother tongue, please avoid posting to the English language forums, as both users and admins will probably not understand you. There are foreign language sections in the global communities section, which are monitored by a moderator who speaks that language. If you don't see your language yet and there is enough interest, you can request an admin to create a new language group for you. Thanks for reading, and happy posting Thanks for putting this together, really helpful to have everything laid out. The note about using backticks for code formatting is especially useful. Looking forward to learning more and contributing where I can. Cheers!
  • M5stickC Plus2 Enhancement Request

    General
    2
    0 Votes
    2 Posts
    1k Views
    S
    @pmolsen Agreed, having those sensors built-in without the magnet would make things a lot easier. It would remove the need for external modules and avoid interference issues. A Plus3 with that setup sounds like a good improvement.
  • Roller485 / RollerCan

    General
    2
    1
    2 Votes
    2 Posts
    1k Views
    C
    I am interested, although I think this will probably go over my head.
  • M5stickC Plus2 volume problem

    General
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Organisation of this forum

    Moved General
    5
    0 Votes
    5 Posts
    10k Views
    S
    Thanks for the update, ajb2k3. Good to know a full overhaul is in the works, that should deal with navigation and finding the right topics. Looking forward to seeing how it improves the forum experience.
  • PaHub v2.1 Doesn't recognise ENV III Unit

    General
    5
    0 Votes
    5 Posts
    3k Views
    B
    @felmue Finally got it working correctly. In addition to your code, I initialised the Pahub, and then changed the dip switch to 0x71. Additional units work fine when assigned to 0x71. Thanks for the help!
  • Newbie question

    General
    2
    0 Votes
    2 Posts
    1k Views
    ajb2k3A
    @liujinyou Did you burn the correct version of UIFlow for your specific cardputer? Did you erase the cardputer first before downloading and burning the latest cardputer UIFlow2 version?
  • The light remained on

    General
    4
    0 Votes
    4 Posts
    3k Views
    S
    @giray2012 said in The light remained on: Hello, I turned off my m5stickC plus 2 device while it was connected to the computer, but the green light remained on. Please help, the computer does not see the device. Leave it unplugged for 1 hour to drain residual power (or disconnect/reconnect the battery if comfortable).
  • NanoC6 and Zigbee

    General
    4
    0 Votes
    4 Posts
    5k Views
    F
    is there a solution with other units, hardware or Blockly (UIFLow) for using to programming zigbee ?
  • SMS & GNSS With U137 Resource Contention?

    General
    3
    0 Votes
    3 Posts
    2k Views
    L
    @felmue Thanks for letting me know. Too time consuming using U137 to go any further trying to get Google map with SMS. Maybe another day. Easier to just use GPS V2 module M003-V2 and hot spot in vehicle with some email or BOT code which works great. I did use this GPS V2 module to send GPS data to Adafruit IO mapping and included a IFTTT trigger on AIO that would SMS map of current location with Google voice command. Also, used this module with core2 to email location map every X seconds. Anyway, I appreciate your posting, letting me know about this limitation.
  • AX630C - Issue loading models

    General
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • SMS Using M5Core + U137 SIM7080G CAT-M/NB-IoT+GNSS Unit

    General
    4
    0 Votes
    4 Posts
    3k Views
    L
    That was painful but figured it out. Must be better ways but this works where lastWord will be the exact SMS message sent. log(receivedMsg); // Display the received message receivedMsg.trim(); // Remove any trailing or leading whitespace, including newlines // Find the last newline character or any other delimiter expected) int lastNewlineIndex = receivedMsg.lastIndexOf('"'); // Extract the substring after the last newline character String lastWord = receivedMsg.substring(lastNewlineIndex + 1); lastWord.replace("\n", ""); lastWord.replace("OK", ""); lastWord.replace("\r", ""); // Removes all carriage return characters