Difference between revisions of "ESP8266 ESP-12F"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
= Documentation =
 
= Documentation =
The documentation for the ESP8266 ESP-12F can be found at: https://heltec.org/project/wifi-kit-32/
+
The documentation for the ESP8266 ESP-12F can be found at: https://github.com/Nicholas3388/LuaNode
  
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://cdn.shopify.com/s/files/1/1509/1638/files/NodeMCU_Lua_Lolin_V3_Pinout_Diagram.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
+
For advanced users there is also a schematic (should not be required in the basic class): https://cdn.shopify.com/s/files/1/1509/1638/files/NodeMCU_Lua_Lolin_V3_Schematics.pdf
  
  
Line 10: Line 10:
  
 
[[File:Esp8266-0back.JPG|600px]]
 
[[File:Esp8266-0back.JPG|600px]]
 +
 +
= Related Tutorial Videos =
 +
How to write the micropython images on the ESP8266
 +
 +
<youtube>_TrKPDOReJc</youtube>

Latest revision as of 15:52, 3 September 2020

Documentation[edit]

The documentation for the ESP8266 ESP-12F can be found at: https://github.com/Nicholas3388/LuaNode

One of the most important documents is the Pinout Diagram: https://cdn.shopify.com/s/files/1/1509/1638/files/NodeMCU_Lua_Lolin_V3_Pinout_Diagram.pdf

For advanced users there is also a schematic (should not be required in the basic class): https://cdn.shopify.com/s/files/1/1509/1638/files/NodeMCU_Lua_Lolin_V3_Schematics.pdf


Esp8266-0.JPG

Esp8266-0back.JPG

Related Tutorial Videos[edit]

How to write the micropython images on the ESP8266