Research on Arduino Control System Design of Tencent QQ Software

This paper explores the Internet of things control method by using Tencent QQ application, with the purpose of realizing an IOT system controlled by social chat software.
ORIGINAL POST
By Shirui Shan, Zhenwei Lv, Wenwen Li, Song-zhi Zhang, Linan Ye
components
Hardware Components
Arduino uno
X 1
W5100 expansion board
X 1
buzzer
X 1
diode
X 1
LED
X 1
details

ucc-3-img11.jpg

Abstract

Tencent’s related products occupy the first place in the domestic social software market. This paper explores the Internet of things control method by using Tencent QQ (hereinafter referred to as QQ) application, with the purpose of realizing an IOT system
controlled by social chat software. The research finds that: taking user QQ as the instruction sending end, cqhttp as the message transmission center, through the information processing program, instruction judgment program, DSL parsing engine, command transmission program and execution program, and finally through Arduino control electronic components to make relevant actions. A social software IOT control system with simple control mode, flexible design, fast expansion, fast response, good fault tolerance and high security is realized. The implementation of the system can be used as a reference for relevant fans to realize the IOT control system with various IM software.

Introduction

At present, there are many excellent Internet of things enterprises in the market, but they often have various disadvantages, such as high product price, bloated function, complex operation, exaggerated function, responsible control way and so on. In this study, the control commands issued are converted into control commands by DSL engine, and Arduino controls the relay action, with the purpose of making a control system highly in line with its own requirements by only saying a word or typing a
few words. With the powerful DSL analysis engine’s help, it only needs a word or a few sentences to realize complex timing action, delay action, repeated action and other functions. If the action fails, it will send alarm information to the user, and the user can know the relevant situation at the first time It is suitable for the majority of Internet of things control enthusiasts and users with high demand.

Overall Design Ideas

 

 

 

 

 

 

 

 

Conclusion

In this paper, Arduino as the control basis, social software QQ as the control information carrier, and the use of GSM SMS operator notification and control function, this kind of notification and control mode is currently the most widely used function in the field of Internet of things, it eliminates the expensive GSM module and communication antenna and other physical facilities, and has high delivery It has a series of advantages, such as high reliability, low price and so on. QQ robot receives
will be transmitted to cqhttp through the network.

After receiving the cqhttp message, the command judgment program judges the information belongs to the instruction or not, and then sends it to the DSL parser, which is converted into an intermediate language, and finally transmitted to W5100 through the server. The GSM notification module will send the information after the action to the user’s mobile phone, if the action is lost There will be a retrial mechanism to send control commands again, while GSM control module allows users to control Arduino directly by sending GSM SMS.

 

 

 

 

ucc-3-img11.jpg

Abstract

Tencent’s related products occupy the first place in the domestic social software market. This paper explores the Internet of things control method by using Tencent QQ (hereinafter referred to as QQ) application, with the purpose of realizing an IOT system
controlled by social chat software. The research finds that: taking user QQ as the instruction sending end, cqhttp as the message transmission center, through the information processing program, instruction judgment program, DSL parsing engine, command transmission program and execution program, and finally through Arduino control electronic components to make relevant actions. A social software IOT control system with simple control mode, flexible design, fast expansion, fast response, good fault tolerance and high security is realized. The implementation of the system can be used as a reference for relevant fans to realize the IOT control system with various IM software.

Introduction

At present, there are many excellent Internet of things enterprises in the market, but they often have various disadvantages, such as high product price, bloated function, complex operation, exaggerated function, responsible control way and so on. In this study, the control commands issued are converted into control commands by DSL engine, and Arduino controls the relay action, with the purpose of making a control system highly in line with its own requirements by only saying a word or typing a
few words. With the powerful DSL analysis engine’s help, it only needs a word or a few sentences to realize complex timing action, delay action, repeated action and other functions. If the action fails, it will send alarm information to the user, and the user can know the relevant situation at the first time It is suitable for the majority of Internet of things control enthusiasts and users with high demand.

Overall Design Ideas

 

 

 

 

 

 

 

 

Conclusion

In this paper, Arduino as the control basis, social software QQ as the control information carrier, and the use of GSM SMS operator notification and control function, this kind of notification and control mode is currently the most widely used function in the field of Internet of things, it eliminates the expensive GSM module and communication antenna and other physical facilities, and has high delivery It has a series of advantages, such as high reliability, low price and so on. QQ robot receives
will be transmitted to cqhttp through the network.

After receiving the cqhttp message, the command judgment program judges the information belongs to the instruction or not, and then sends it to the DSL parser, which is converted into an intermediate language, and finally transmitted to W5100 through the server. The GSM notification module will send the information after the action to the user’s mobile phone, if the action is lost There will be a retrial mechanism to send control commands again, while GSM control module allows users to control Arduino directly by sending GSM SMS.

 

 

 

 

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY
Reusable S/W