-

Iot Base GUI Devkit: Difference between revisions

From Geekworm Wiki
Jump to navigation Jump to search
No edit summary
 
Add {{Deprecated}} template
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Deprecated}}
{{GD Template Impl}}
{{GD Template Impl}}


Line 28: Line 29:
==Resources==
==Resources==
* [https://www.espressif.com/en/products/hardware/esp8266ex/resources ESP8266 Document]
* [https://www.espressif.com/en/products/hardware/esp8266ex/resources ESP8266 Document]
* Download from KM-D3520 LCD: [[File:KM-D3520-pin-map.pdf]] or [http://www.raspberrypiwiki.com/download/IoT-DevKit/KM-D3520-pin-map.pdf KM D3520 pin map]
* [http://www.raspberrypiwiki.com/download/IoT-DevKit/HX8357C-DS-Temporary-v01.10.pdf LCD Module]
* [https://www.nxp.com/products/no-longer-manufactured/proximity-capacitive-touch-sensor-controller:MPR121 MPR121]
* [https://www.nxp.com/products/no-longer-manufactured/proximity-capacitive-touch-sensor-controller:MPR121 MPR121]
* [[File:Ke66-proj-180815a.zip|Source code for IoT Base development Kit]] or [http://www.raspberrypiwiki.com/download/IoT-DevKit/ke66-proj-180815a.zip Source code for IoT Base development Kit]


[[Category:ESP32]]
[[Category:ESP32]]
[[Category:Product Manual]]
[[Category:Product Manual]]
[[Category:Smart Home]]
<comments/>

Latest revision as of 20:19, 29 April 2026

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


IoT development board
IoT development Kits

Overview

This is IoT GUI development kits base ESP8266 soc, supports mainstream IoT cloud platforms such as Gizwits cloud, Alibaba Cloud, Amazon AWS, Azure etc. Our goal is to extend an easy-to-use user input and output interface based on the ESP8266 Soc.The development board is equipped with a capacitive touch button as input, and an extended IO port from MPR121 is reserved. The LCD interface is also reserved as a display output. Based on this kit, you can quickly develop the iot devices you want, such as thermostats, smart switches, and control panels for various devices.

Features

  • Only one ESP8266 soc drives wifi and GUI, you needn't other MCU.
  • Provice the GUI damo C language source code;
  • 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, and the original NodeMcu SDK only supports 3 tasks, extended to support an unlimited number of tasks now;
  • 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.

Support Mail

Please mail to maxwell@deepinno.com if you have any questions,

DIAGRAM

Diagram of IoT development board

Packing List

  • 1 x Board
  • 1 x LCD Module

Resources