🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Unknown board ID 'm5stack-stamps3'

    ESP - IDF
    2
    7
    6.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      Ilkka
      last edited by

      Hi, I try to make a new esp-idf project for Stamp S3. But it comes the following error:

      0_1686212680370_Untitled.png

      1 Reply Last reply Reply Quote 0
      • felmueF
        felmue
        last edited by

        Hello @Ilkka

        creating such a project worked for me - this is the platformio.ini content that was created:

        [env:m5stack-stamps3]
        platform = espressif32
        board = m5stack-stamps3
        framework = espidf
        

        So the board m5stack-stamps3 is available.

        • Have you checked all components are up-to-date?
        • Have you checked there is enough free space on the disk?

        Thanks
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

        1 Reply Last reply Reply Quote 0
        • I
          Ilkka
          last edited by

          Hi Felix,

          I am not sure if everything is OK but I reinstalled esp-idf framework again.

          It works with some other Esp32-S3 boards.

          This is my platformio.ini:

          [env:m5stack-stamps3]
          platform = espressif32
          board = m5stack-stamps3
          framework = espidf

          And here some messages when trying to compile:

          • list itemExecuting task: C:\Users\XXX.platformio\penv\Scripts\platformio.exe run --environment m5stack-stamps3

          Processing m5stack-stamps3 (platform: espressif32; board: m5stack-stamps3; framework: espidf)
          Error: Unknown board ID 'm5stack-stamps3'

          • The terminal process "C:\Users\XXX.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'm5stack-stamps3'" terminated with exit code: 1.

          • list itemTerminal will be reused by tasks, press any key to close it.

          1 Reply Last reply Reply Quote 0
          • felmueF
            felmue
            last edited by

            Hello @Ilkka

            hmm, not sure what's going wrong here. Maybe there is a difference between different computer platforms? You seem to be on Windows and I ran my test on Linux and I do not have access to a Windows machine. Sorry.

            Thanks
            Felix

            GPIO translation table M5Stack / M5Core2
            Information about various M5Stack products.
            Code examples

            1 Reply Last reply Reply Quote 0
            • I
              Ilkka
              last edited by

              Hi Felix,

              Thank your for your help. The most important is to hear that your system is working. I should have a Linux based development environment too.. I will make it.

              BR, Ilkka

              1 Reply Last reply Reply Quote 0
              • I
                Ilkka
                last edited by Ilkka

                Hi, I just tested quickly.. AtomS3 is OK; the project can be created and compiled.

                [env:m5stack-atoms3]
                platform = espressif32
                board = m5stack-atoms3
                framework = espidf

                1 Reply Last reply Reply Quote 0
                • I
                  Ilkka
                  last edited by

                  Hi, this issue was solved. Easy and logical way:

                  VScode > PlantformIO home > plantforms > update

                  0_1686380176220_Näyttökuva 2023-06-10 085534.png

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post