Difference between revisions of "ESP32 Web Kit"
Jump to navigation
Jump to search
(Created page with "= Documentation = The documentation for the ESP32 Web Kit can be found at: https://heltec.org/project/wifi-kit-32/ One of the most important documents is the Pinout Diagram:...") |
m |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
One of the most important documents is the Pinout Diagram: https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_pinoutDiagram_V2.pdf | One of the most important documents is the Pinout Diagram: https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_pinoutDiagram_V2.pdf | ||
− | For advanced users there is also a schematic (should not be required in the basic class): https://resource.heltec.cn/download/WiFi_Kit_32/ | + | For advanced users there is also a schematic (should not be required in the basic class): https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_Schematic_diagram_V2.pdf |
+ | |||
+ | [[File:Esp32-wifi.jpg|x300px]] | ||
+ | |||
+ | [[File:Esp32-9.JPG|x300px]] | ||
+ | [[File:Esp32-1.JPG|x300px]] | ||
+ | |||
+ | [[File:Esp32-3.JPG|x300px]] | ||
+ | [[File:Esp32-kit.JPG|x300px]] | ||
= Errors and Problems = | = Errors and Problems = | ||
It seems there is a false marking on the additional labels that come in the box. On the left side the additional label says 5V - but the associated pin is actually 3.3V | It seems there is a false marking on the additional labels that come in the box. On the left side the additional label says 5V - but the associated pin is actually 3.3V | ||
+ | |||
+ | [[File:ESP32labels.jpg|500px]] | ||
+ | |||
+ | = Related Tutorial Videos = | ||
+ | How to write the micropython images on the ESP32 | ||
+ | |||
+ | <youtube>_TrKPDOReJc</youtube> | ||
+ | |||
+ | [[Category:Microcontrollers]] |
Latest revision as of 09:41, 14 June 2024
Documentation[edit]
The documentation for the ESP32 Web Kit can be found at: https://heltec.org/project/wifi-kit-32/
One of the most important documents is the Pinout Diagram: https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_pinoutDiagram_V2.pdf
For advanced users there is also a schematic (should not be required in the basic class): https://resource.heltec.cn/download/WiFi_Kit_32/WIFI_Kit_32_Schematic_diagram_V2.pdf
Errors and Problems[edit]
It seems there is a false marking on the additional labels that come in the box. On the left side the additional label says 5V - but the associated pin is actually 3.3V
Related Tutorial Videos[edit]
How to write the micropython images on the ESP32