File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Arduino libraries and sketches.
14
14
* [ CJMCU-8x8 RGB matix] ( #cjmcu-8x8-rgb-matix )
15
15
* [ WEMOS D-Duino] ( #wemos-d-duino )
16
16
* [ ESP32 TTGO] ( #esp32-ttgo )
17
+ * [ Heltec WiFi Lora 32] ( #heltec-wifi-lora-32 )
17
18
18
19
<!-- vim-markdown-toc -->
19
20
@@ -94,3 +95,15 @@ switch.
94
95
* see [example sketch](esp32_ttgo) for an example on how to use it with
95
96
the u8g2 library.
96
97
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
+
You can’t perform that action at this time.
0 commit comments