Design and Development of an Intelligent Laboratory Management System Based on STM Processors
, , and
Sep 30, 2024
About this article
Published Online: Sep 30, 2024
Page range: 40 - 46
DOI: https://doi.org/10.2478/ijanmc-2024-0025
Keywords
© 2024 Ruoyu Wang et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Figure 1.

Figure 2.

Figure 3.

Figure 4.

Figure 5.

Figure 6.

Brief Description of AT Command Functions
AT Command | Function |
---|---|
AT | Testing for normal startup |
AT+CWMODE=2 | Setting AP Mode |
AT+RST | Restart |
AT+CWSAP="esp","12345678",1,4 | Setting AP parameters with the account name "ESP8266" and password "123456" |
AT+CIPMUX=1 | Setting multiple connection mode |
AT+CIPSERVER=1,333 | Starting SERVER mode, setting port to 333 |
AT+CIPSEND=0,7 | Sending data with a length of 7 characters |