Skip to content

Commit 20c6f67

Browse files
committed
add heltec wifi lora 32 info
1 parent d907fe4 commit 20c6f67

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Arduino libraries and sketches.
1414
* [CJMCU-8x8 RGB matix](#cjmcu-8x8-rgb-matix)
1515
* [WEMOS D-Duino](#wemos-d-duino)
1616
* [ESP32 TTGO](#esp32-ttgo)
17+
* [Heltec WiFi Lora 32](#heltec-wifi-lora-32)
1718

1819
<!-- vim-markdown-toc -->
1920

@@ -94,3 +95,15 @@ switch.
9495
* see [example sketch](esp32_ttgo) for an example on how to use it with
9596
the u8g2 library.
9697
98+
### Heltec WiFi Lora 32
99+
100+
The Heltec Wifi Lora 32 is an ESP32 board with builtin OLED display and LORA
101+
transceiver.
102+
103+
<img alt="heltec-wifi-lora-32" width=256 src="images/heltec.jpg">
104+
105+
* the builtin LED is connected to `GPIO 25` (e.g. use `digitalWrite(25, 255)`)
106+
and low active.
107+
* OLED: u8glib configuration `U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(/* clock=*/ 15, /* data=*/ 4, /* reset=*/ 16);`
108+
* more to come
109+

images/heltec.jpg

714 KB
Loading

0 commit comments

Comments
 (0)