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

    'Serial2' was not declared - Error compiling with Arduino IDE

    Scheduled Pinned Locked Moved Arduino
    arduinoesp32
    3 Posts 3 Posters 14.5k Views 1 Watching
    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.
    • D Offline
      Degenknauf
      last edited by

      Dear all,

      although this topic has been covered 9 months ago in this forum, the solutions mentioned there are not working in my environment. So I'm sorry to raise this problem again.
      I'm still getting a fatal compiling error with the simple example sketch 'hello world':

      /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.cpp: In member function 'void LoRaWanClass::init()':
      /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.cpp:45:5: error: 'Serial2' was not declared in this scope
      Serial2.begin(9600, SERIAL_8N1, 16, 17);
      ^

      and

      In file included from /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.cpp:33:0:
      /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.cpp: In member function 'void LoRaWanClass::getVersion(char
      , short int, unsigned char)':
      /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.h:33:29: error: 'Serial2' was not declared in this scope
      #define SerialLoRa Serial2******
      ^
      ... continuing with pages of consecutive error messages.
      I'm using the Arduino IDE 1.8.10 with an M5CORE Grey and have removed and updated all relevant libraries, without any success.
      Can anybody give me a hint where to dig ?
      best regards

      1 Reply Last reply Reply Quote 0
      • S Offline
        smith
        last edited by

        If you are using windows 7 or lower then you have to install Arduino driver for that left click on my computer icon > properties> devices> update all unknown devices.
        for more click here

        1 Reply Last reply Reply Quote 0
        • qlionQ Offline
          qlion
          last edited by

          Hi

          Just add

          HardwareSerial Serial2(2);

          under #include <Arduino.h> in /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.h

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post