Home > Technology peripherals > AI > body text

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

王林
Release: 2023-06-28 12:05:40
forward
1614 people have browsed it

The GE211 customized adapter board independently developed by Gizwits is mainly used in the application of white smart home appliances and other equipment. The adapter board uses the ESP32-C3-WROOM-02 communication module, which has dual-mode wireless communication capabilities supporting WiFi and BLE, and also includes a TTL level conversion serial port. Through this hardware design, the device can quickly connect to the network, eliminating complicated development steps, thus improving development efficiency. Using the GE211 adapter board can not only reduce development risks and improve product stability, but also provide developers with more reliable solutions.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Focus on communication connections and only connect the two IO ports TXD and RXD. Gizwits focuses on providing intelligent cloud services and IoT solutions to traditional hardware manufacturers to help them quickly achieve product upgrades and hardware intelligence. Gizwits provides a package of solutions, allowing manufacturers and developers to focus on their own product hardware. Realize hardware intelligence with minimal cost and risk, and obtain maximum value-added products.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Low power consumption is a selling point of GE211. Take a look at the power consumption data in the official description.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

The essence of the GE211 adapter board is to burn the GAgent firmware developed by Zhiyun to the ESP-12 module. There are detailed tutorials in the documentation area: http://docs.gizwits.com/zh-cn/deviceDev/ESP8266 serial port programming instructions.html

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Open https://www.gizwits.com/, register and log in, and enter the developer center to start creating your own smart products.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Click Create, you can see many optional templates, we choose "Security - Temperature and Humidity Sensor".

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Next set a product name.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Add a data point named A_temp.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Generate code and it will be successful soon. Click Modify to continue generating code for other MCUs.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Look at the generated code structure.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Learn about the main file functions.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Add the driver library of DHT11, and add corresponding reading and reporting program statements in the main program.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

Gizhiyun also provides convenient APP and WeChat applet creation functions. Users can use these tools to easily create their own smart home applications and remotely access the required data points through a universal APP. It provides users with greater freedom and convenience, allowing them to personalize and control according to their needs and preferences.

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

[Gizwits IoT low-power adapter board] Exploration of remote environmental data collection

The above is the detailed content of [Gizwits IoT low-power adapter board] Exploration of remote environmental data collection. For more information, please follow other related articles on the PHP Chinese website!

source:sohu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template