Board-dat/ESP/ESP1000-dat/ESP1000-dat.md
... ...
@@ -111,7 +111,7 @@ code test:
111 111
- T2: T2-CameraWebServer.ino == Camera test please use official code
112 112
- T3: T3-I2S-mem-mic.ino == test for [[I2S-microphone-dat]]
113 113
114
-
114
+- SSD1306Wire
115 115
116 116
## Demo Video
117 117
Chip-cn-dat/Espressif-dat/ESP32-dat/ESP32-dat.md
... ...
@@ -76,7 +76,7 @@ Most ESP32 chips are dual-core. Here’s a summary:
76 76
77 77
### Boards and APP
78 78
79
-- [[IDD1023-dat]] - [[SCM1030-dat]]
79
+- [[IDD1023-dat]] - [[SCM1030-dat]] - [[ESP1000-dat]]
80 80
81 81
DEV Baords
82 82
- [[NWI1100-dat]] - [[NWI1145-dat]] - [[NWI1206-dat]]
... ...
@@ -85,6 +85,8 @@ DEV Baords
85 85
86 86
- [[SCM1030-dat]]
87 87
88
+
89
+
88 90
### Shields (stack boards)
89 91
- [[NWI1245-dat]]
90 92
SDK-dat/ESP-SDK-dat/ESP32-SDK-dat/ESP32-SDK-dat.md
... ...
@@ -1,6 +1,6 @@
1 1
# ESP32-SDK-dat
2 2
3
-- [[ESP-SDK-dat]]
3
+- [[ESP32-dat]] - [[ESP32-HDK-dat]] - [[ESP-SDK-dat]]
4 4
5 5
6 6
- [[ESP32-debug-log-dat]]
SDK-dat/arduino-dat/arduino-cli-dat/arduino-cli-dat.md
... ...
@@ -62,12 +62,34 @@ compile and upload
62 62
arduino-cli compile --fqbn arduino:samd:mkr1000 MyFirstSketch
63 63
arduino-cli upload -p /dev/ttyACM0 --fqbn arduino:samd:mkr1000 MyFirstSketch
64 64
65
+for esp32 dev module
65 66
66
- arduino-cli compile --fqbn arduino:samd:mkr1000 0220-BMx280_I2C
67
+ arduino-cli compile --fqbn esp32:esp32:esp32 rtos-cam-web-2
67 68
68 69
69 70
## library
70 71
71 72
arduino-cli lib search debouncer
73
+arduino-cli lib search SSD1306Wire
74
+
75
+ E:\Git-category\Git-Arduino\Arduino-ESP32\BSP\ESP\ESP1000-ESP32-tori>arduino-cli lib search SSD1306Wire
76
+ Name: "SSD1306wire"
77
+ Author: Alexander Pronin <[email protected]>
78
+ Maintainer: Alexander Pronin <[email protected]>
79
+ Sentence: Display text on OLED module SSD1306 with I2C.
80
+ Paragraph: It allow dipslay text on SSD1306 communication with I2C.
81
+ Website: https://gitlab.com/alexpr0/ssd1306wire.git
82
+ Category: Display
83
+ Architecture: avr
84
+ Types: Contributed
85
+ Versions: [2.0.1]
72 86
73 87
arduino-cli lib install FTDebouncer
88
+
89
+arduino-cli lib install SSD1306Wire
90
+
91
+ arduino-cli lib install SSD1306Wire
92
+ Downloading [email protected]...
93
+ [email protected] downloaded
94
+ Installing [email protected]...
95
+ Installed [email protected]