Comments on: TTGO LoRa32 SX1276 OLED Board: Getting Started with Arduino IDE https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 06 Jun 2025 08:55:46 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Krishang https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-1055330 Fri, 06 Jun 2025 08:55:46 +0000 https://randomnerdtutorials.com/?p=89983#comment-1055330 Hi, I have the Heltec Automation ESP32 LoRa SX1278 0.96 Inch Blue OLED Display BT WiFi and how do I work with that? The tutorial is not the same for that

]]>
By: Engr. Yaks https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-1026305 Sat, 12 Apr 2025 23:31:52 +0000 https://randomnerdtutorials.com/?p=89983#comment-1026305 Hi Sara,
This is the message i got while trying to install LORA library, Downloading LoRa@0.8.0
LoRa@0.8.0
Installing LoRa@0.8.0
Failed to install library: ‘LoRa:0.8.0’.
Error: 13 INTERNAL: Library install failed: creating temp dir for extraction: mkdir c:\Users\Imam\Documents\Arduino\libraries\package-2166701452: The system cannot find the file specified. please help

]]>
By: Ray Leiter https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-997107 Sat, 04 Jan 2025 15:19:33 +0000 https://randomnerdtutorials.com/?p=89983#comment-997107 In reply to Peter Retussnig.

Peter,
According to this article, Pin 23 is NOT the RST for the SX1276 LoRa, but Pin 14 is. Did you actually use Pin 23?
My board, TTGO ESP32 LoRa T3 V1.6.1, had quite a few pins different than the board used in the article (Pins on LoRa, OLED).
I contacted one of the programmers, employed by the Chinese company that produced the board, and he told me there were only 2 versions of their boards that had the OLED RST function tied to an available Pin.
In my case, if I want to clear the display, I have to do it with a small piece of code ( display.clear(); display.display(); ). No way to do it with toggling a pin!

]]>
By: Uwe Kuschmierz https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-962789 Sun, 29 Sep 2024 15:56:33 +0000 https://randomnerdtutorials.com/?p=89983#comment-962789 Hi Sara,
is there no way to transmit a struct straight foward without make it so complicatet with the conversation to strings and than back.
Regards
Uwe

]]>
By: Peter Retussnig https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-947549 Sun, 11 Aug 2024 22:52:30 +0000 https://randomnerdtutorials.com/?p=89983#comment-947549 In reply to Sara Santos.

Hi Sara,
may I point your attention to a new (or not so new) fact:
The TTGO LoRa32 SX1276 OLED Board has obviously changed it’s I2C pins.
It’s not any more as stated in the sketch:
#define OLED_SDA 4
#define OLED_SCL 15
#define OLED_RST 16
but
#define OLED_SDA 21
#define OLED_SCL 22
#define OLED_RST (N/A) 23

As OLED_RST is somewhere used in the sketch and I was too lazy to friggle throuh the lines I used pin 23 which is the LORA reset but works out fine.

Thanks for your detailed instructions, this helped me to get the display alive again.
Best regards
Peter

]]>
By: Sara Santos https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-904845 Tue, 09 Apr 2024 22:11:46 +0000 https://randomnerdtutorials.com/?p=89983#comment-904845 In reply to Berx.

Hi.
We try to read all the comments. But with so many blog posts, it’s difficult to keep up and respond to all of them.
I’m sorry if I didn’t see your question.
Regards,
Sara

]]>
By: Berx https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-903162 Thu, 04 Apr 2024 10:54:03 +0000 https://randomnerdtutorials.com/?p=89983#comment-903162 Hello Sara,

fantastic tutorial, thank yo. Strange, I posted a comment – and some questions – here last week but it never appeared in this listing. Are you still reading these postings? I would appreciate if you do because I have some question that I would like to ask you related this topic. Looking forward to your response – thank you, kind regards, Berx

]]>
By: Taha Eren https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-875627 Sun, 03 Dec 2023 22:43:19 +0000 https://randomnerdtutorials.com/?p=89983#comment-875627 In reply to Sara Santos.

Hello! I want to pair Esp 32 and my computer. I want to send data from my computer to esp32 and transfer the data via rs232 cable using the button. Any chance you can help?

]]>
By: P Vemanth Chandra https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-872633 Fri, 17 Nov 2023 21:17:16 +0000 https://randomnerdtutorials.com/?p=89983#comment-872633 Hello Sara,

I’m using TTGO T-BEAM v1.2 boards for Lora project. I need to calculate RSSI and SNR values. So I tried the code same like the tutorial with some pin changes for OLED. I am unable to get the RSSI values in the end as a result.

]]>
By: Hasan Basri https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/#comment-869493 Thu, 02 Nov 2023 06:11:23 +0000 https://randomnerdtutorials.com/?p=89983#comment-869493 How if more than 1 Transmister Lora and 1 Receiver ?

]]>