[Diao Ye learns programming] Arduino hands-on (175) --- Gizwits ESP8266 development board module 6

The reference to 37 sensors and actuators has been widely circulated on the Internet. In fact, there must be more than 37 sensor modules compatible with Arduino. In view of the fact that I have accumulated some sensor and actuator modules on hand, according to the concept of practicing true knowledge (must be done), for the purpose of learning and communication, I am going to try a series of experiments one by one, regardless of success (the program goes through) or not, They will be recorded - small progress or unsolvable problems, hoping to inspire others.

[Arduino] 168 kinds of sensor module series experiments (data code + simulation programming + graphics programming)
Experiment 175: ESP8266 Gizwits Cloud Development Board ESP12F wifi module (intelligent hardware development kit supporting cloud)

insert image description here
Knowledge points: Gizwits (www.gizwits.com)
Gizwits is the largest self-service development and cloud service platform for intelligent hardware in Asia. Its products and services cover main functions such as terminal management, connection management, application support and business analysis. Developers of the Internet of Things provide one-stop development tools for smart hardware and cloud operation and maintenance services, and provide IoT open source embedded code libraries, cloud API interfaces, and APP-side SDKs to facilitate secondary development for developers, and support public clouds and private clouds at the same time , hybrid cloud, and global deployment. It is currently the most mature IoT technology, the most complete cloud application function, the most mass-produced customers in the world, and the most popular mass-production-level intelligent hardware development and cloud service platform for IoT developers. It is recognized by the industry and the media. The first brand of third-party cloud services for the Internet of Things.

insert image description here

ESP8266 Gizwits Cloud Development Board Module
(Official Introduction) This is a smart hardware development kit that supports the cloud. It is the simplest and most cost-effective IoT development board in history. It does not require you to understand the underlying complex knowledge of network, TCP/IP, HTP, and MQTT , as long as you know C voice, you can use Anxinke's Gizwits SDK to quickly realize secondary development. This DEMO board can use the mobile phone traffic to control the onboard RGB colorful lights, and the mobile APP can display the ambient brightness through the photoresistor. You only need to modify the code for half an hour to make a remote control device of your own. The system generates APP (Android, IOS) for free and opens the SDK. You only need to do the UI interface of the APP to develop a finished product .

insert image description here
insert image description here
insert image description here
ESP8266
1. Low power consumption, highly integrated Wi-Fi chip
2. Only 7 components are required
3. Ultra-wide operating temperature range: -40°C to +125°C
4. ESP8285 - ESP8266 internally encapsulated 8 Mbit Flash
5. Highly integrated——ESP8266EX is the most integrated Wi-Fi chip in the industry, with a minimum package size of only 5mm x 5mm. ESP8266EX is highly integrated antenna switch, RF balun, power amplifier, low noise amplifier, filter and power management module, requiring only a few
circuits, which can minimize the occupied PCB space.
6. 32-bit Tensilica MCU - ESP8266EX built-in Tensilica L106 32-bit microcontroller (MCU), with ultra-low power consumption and 16-bit RSIC, the clock speed can reach up to 160 MHz. Support real-time operating system (RTOS), currently Wi-Fi protocol stack only uses 20% of MIPS, the rest can be used for user programming and development.
7. Low power consumption - ESP8266EX is specially designed for mobile devices, wearable electronic products and Internet of Things applications, and achieves the lowest power consumption through a number of proprietary technologies. ESP8266EX has three operating modes: active mode, sleep mode and deep sleep mode, which can prolong battery life.
8. Stable performance - ESP8266EX integrates more components, stable performance, easy to manufacture, and the operating temperature range reaches -40°C to +125°C.

insert image description here

Login to Gizwits https://www.gizwits.com/

insert image description here
I found that a project two years ago was not finished

insert image description here

Try the new version

insert image description here

Mobile search and download Gizwits APP

insert image description here

register log in

insert image description here

insert image description here

add device

insert image description here
Enter the WiFi account password

insert image description here

Choose Espressif

insert image description here
insert image description here

try searching...

insert image description here

Guess you like

Origin blog.csdn.net/weixin_41659040/article/details/131992790