-

ESP8266 Pro: Difference between revisions

From Geekworm Wiki
Jump to navigation Jump to search
No edit summary
 
Replace <comments/> with <comment-streams />
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Deprecated}}
{{GD Template Impl}}
{{GD Template Impl}}
[[File:Diagram-W1000.jpg|thumb|right|ESP8266 Pro Development board]]
[[File:Diagram-W1000.jpg|thumb|right|ESP8266 Pro Development board]]
Line 15: Line 16:


<!--增加评论功能! -->
<!--增加评论功能! -->
<comments />
<comment-streams id="main" />


<!--请选择合适的分类,多余的分类请删除; -->
<!--请选择合适的分类,多余的分类请删除; -->

Latest revision as of 10:12, 27 May 2026

 ⚠️  Deprecated: This page is outdated and may contain inaccurate information. It is kept for reference only. 
ESP8266 Pro Development board
ESP8266 Pro Development board

Overview

Features

  • Based on ESP8266 Soc, it has an easy-to-use user input and output interface; it is convenient for users to develop quickly;
  • Migration the NodeMcu's task management framework;
  • Implemented a complete I2C protocol to (not limited) drive the onboard capacitive button module (MPR121);
  • The interrupt mode is used to respond to the button, and the entire process of generating a button event and send event to the main task is completely implemented;
  • The IO port, which is very tight for the ESP8266 module, implements a SPI-based 3wire 9-bit LCD driver to occupy the fewest IO ports.

Document