• Skip to main content
  • Skip to primary sidebar

RNTLab.com

The Ultimate Shortcut to Learn Electronics and Programming with Open Source Hardware and Software

  • Courses
  • Forum
    • Forum
    • Ask Question
  • Shop
  • Account
  • Blog
  • Login

Heltec Lora 32 V2 not outputting to serial monitor

Q&A Forum › Category: ESP32 › Heltec Lora 32 V2 not outputting to serial monitor
0 Vote Up Vote Down
Dean Cotton asked 3 years ago

I have an issue with the board not printing to the serial monitor, the program upload fine. the serial monitor works for a more complex program but not for the simple one below

Start your code here
// the setup function runs once when you press reset or power the board
void setup() {
Serial.begin(9600);
}
// the loop function runs over and over again until power down or reset
void loop() {
Serial.println("Hello World");
delay(1000);
}

What could the issue be that prevents some programs from printing to the serial monitor?

1 Answers
0 Vote Up Vote Down
Sara Santos Staff answered 3 years ago

Hi.
 
Did you select the right baud rate on the Serial Monitor?
After uploading the code, reset the board.
If you have peripherals connected to the board serial pins (TX and RX), it might not be able to communicate with the serial monitor.
 
Regards,
Sara

Primary Sidebar

Login to Ask or Answer Questions

This Forum is private and it’s only available for members enrolled in our Courses.

Login »

Latest Course Updates

  • [New Edition] Build ESP32-CAM Projects eBook – 2nd Edition April 16, 2025
  • [eBook Updated] Learn ESP32 with Arduino IDE eBook – Version 3.2 April 16, 2025

You must be logged in to view this content.

Contact Support - Refunds - Privacy - Terms - MakerAdvisor.com - Member Login

Copyright © 2013-2025 · RandomNerdTutorials.com · All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.