Heltec WiFi LoRa 32 V3 Text Display Examples

preview_player
Показать описание
Heltec WiFi LoRa 32 V3 Text Display Examples.
I am preparing to answer a couple of questions about the Heltec WiFi LoRa 32 V3. So I want to display readings on the OLED display. I have developed this minimal code sketch to demonstrate the fonts sizes, aligning text on the screen and also displaying long strings of text with word wrap.
Heltec Lora ESP32 Playlist
ShotokuTech / HeltecLoRaV3TextDemo
As an Amazon associate I earn from qualifying purchases at no additional cost to you.
NEXTION 915 MHz LoRa ESP32 OLED V2 Development Board SX1276 + 915MHz LoRa Antenna
HiLetgo ESP32 V3 LoRa V3 SX1262 0.96 inch OLED Display Development Board WiFi Bluetooth Dual Core
Generate your own fonts:
Path to font file
C:\Users\user_name\AppData\Local\Arduino15\packages\Heltec-esp32\hardware\esp32\0.0.7\libraries\DISPLAY\src\HT_DisplayFonts.h
Рекомендации по теме
Комментарии
Автор

Thanks for doing the work to get me started in understanding the peculiarities of the board

todddrumheller
Автор

After many attempts to compile this and other sketches, I finally have success. After installing the newest "Heltec ESP32 Series Dev-boards" version 1.0.0, I'm compiling without errors. This newbie learned a few things along the way, but I did lose some hair in the process.
Good info here, sir! Thank you!

mwyvpqv
Автор

I recently discovered that the VEXT pin isn't necessary for operating the display; it just made the display a little brighter for me. Instead, to turn the display off, I used factory_display.displayOff(), and to turn it back on, I used factory_display.displayOn().

There is also a .sleep() method, after which you need to reinitialize the display. I think the .displayOff() method only turns off the backlight of the OLED, while the .sleep() method turns off the entire display.

kapitancreeper
Автор

Thanks for sharing this wonderful video

JudyFayLondon
Автор

Hey boss great video's, I have an idea and i'm having a hard time finding what i need. Context is Meshtastic Messaging. I was curious if i could build a separate Arduino to receive the text on the message screen and convert to morse code audio.

TheRealLifeoutdoors
Автор

hello, I'm new with lora and codings, what should I do with this error I've got
"Compilation error: HT_SSD1306Wire.h: No such file or directory"

jerichofrankie
Автор

Could you please help me to understand why Heltec V3 LoRa board is not detecting the DS18B20 sensor on the OneWire bus.
the DS18B20 sensor works well with the ESP8266 NodeMCU but not with the Heltec V3 LoRa board

hamdiridha
Автор

Such a fantastic video, thanks for sharing

JudyPlus
Автор

Would you please consider doing a video on implementing a node "The Things Network" on the "Heltec WiFi LoRa 32 V3" board?

I've looked, but I've only found one, it is not in English and I could not follow it.

geofflethbridge
Автор

Hello friend, I have had problems with the compilation of my program from Arduino IDE, I have the Heltec LoRa 32 V3 board, I have followed the configuration steps from previous videos and I get the error (Compilation error: LoRaWan_APP.h: No such file or directory). I would appreciate it if you could help me

MyRoboTech
Автор

Where you get HT_SSD1306Wire.h ? My IDE can't to find that header...

a.krugliak
Автор

Does anyone know if it's possible to add other text displays (such as larger ones) to these Heltec boards? The only one that appears to be set up for it is the Heltec wireless paper .. it has that 24-pin ribbon cable for talking to an e-ink display.

suzyamerica
Автор

podes hacer un ejemplo de algun sensor, que envie datos y el receptor pueda leer por la pantalla oled?

Electnic__
Автор

does anyone know where i can get this Adafruit TFT FeatherWing - 3.5" 480x320 Touchscreen

taylormayhew
Автор

Happen to know anything about running these boards with micropython?

shadowwolf
Автор

I Was wondering if someone could provide a link (to a website) -- (I hope there is one) that would have good information (For a Super Noobie like me) to learn how to progam one of these LoRa Devices..

x_CrossHair_x
Автор

Yeah, it seems so, we can only get so many lines on the screen.

JudyFayLondon