CN109286923B - Communication method based on Bluetooth - Google Patents
Communication method based on Bluetooth Download PDFInfo
- Publication number
- CN109286923B CN109286923B CN201811184457.7A CN201811184457A CN109286923B CN 109286923 B CN109286923 B CN 109286923B CN 201811184457 A CN201811184457 A CN 201811184457A CN 109286923 B CN109286923 B CN 109286923B
- Authority
- CN
- China
- Prior art keywords
- data
- slave
- upper computer
- bluetooth
- computer
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/80—Services using short range communication, e.g. near-field communication [NFC], radio-frequency identification [RFID] or low energy communication
-
- G—PHYSICS
- G08—SIGNALLING
- G08C—TRANSMISSION SYSTEMS FOR MEASURED VALUES, CONTROL OR SIMILAR SIGNALS
- G08C17/00—Arrangements for transmitting signals characterised by the use of a wireless electrical link
- G08C17/02—Arrangements for transmitting signals characterised by the use of a wireless electrical link using a radio link
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0061—Error detection codes
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
The invention discloses a communication method based on Bluetooth.A host and a slave receive and send data mutually and follow a data frame structure, the data frame is divided into a frame header and a text, the frame header and the text are changed according to different functions, and the size range of the text is 0-516 bytes; when the length of the data frame exceeds 20 bytes, 100 ms delay is inserted every 20 bytes sent; after a sending party sends a data frame, the sending party waits for 500 milliseconds to send the next data frame again, and under the condition that the receiving party detects that no new data is received within 300 milliseconds, the receiving party judges that the data frame is ended or the connection is interrupted. Actively uploading all data in the measurement process in real time, and enabling an upper computer to synchronously acquire all latest data; the real-time uploaded data has fields such as data numbers and the like, and can be used for judging whether data are lost; the upper computer can acquire all data, settings and the like of the thickness gauge under the condition of data loss caused by unstable connection and the like; in case of unstable connection, it can be determined that the data is in error and retransmitted.
Description
Technical Field
The invention relates to the technical field of communication, in particular to a communication method based on Bluetooth.
Background
In the existing measuring method of the coating thickness gauge, generally, an operator uses the coating thickness gauge to obtain paint film thickness data, the paint film thickness data is recorded on a notebook, and whether the paint film is normal or not is judged by observing the measured thickness data. The measuring method is troublesome, errors are easy to occur in manual recording, and certain experience is still needed for data observation.
Instead of manual recording, a method of general recording may be adopted, which can avoid errors caused by manual data recording and misjudgment caused by insufficient human experience, but may cause data loss due to unstable connection.
Disclosure of Invention
The invention aims to provide a communication method based on Bluetooth, which is stable in communication connection, can judge data transmission errors and retransmits the data.
The technical scheme adopted by the invention for solving the technical problems is as follows:
a communication method based on Bluetooth, both communication parties are a slave computer and an upper computer, and the communication between the upper computer and the slave computer comprises the following steps:
s1, the upper computer searches the slave computers through Bluetooth and matches and connects the slave computers;
s2, the upper computer sends an instruction to request slave computer identity recognition;
s3, the slave responds to the identity request command and sends back the model, serial number, software and hardware version and version information of the communication protocol supported by the slave to the upper computer;
s4, the upper computer sends a synchronization setting instruction;
s5, the slave replies the setting information of the slave;
s6, the upper computer judges the working mode of the slave computer according to the setting information replied by the slave computer;
s7, the upper computer sends a synchronization instruction according to the working mode of the slave computer, and the data synchronization of the upper computer and the slave computer is completed;
the data receiving and sending of the host and the slave follow the structure of a data frame, the data frame is divided into a frame head and a text, the frame head is 8 bytes, the length of the text is not fixed, the text is changed according to different functions, and the size range of the text is 0-516 bytes;
when the length of the data frame exceeds 20 bytes, 100 ms delay is inserted every 20 bytes sent;
after a sending party sends a data frame, the sending party waits for 500 milliseconds to send the next data frame again, and under the condition that the receiving party detects that no new data is received within 300 milliseconds, the receiving party judges that the data frame is ended or the connection is interrupted.
Preferably, the method further includes step S8, when the slave has new measurement data or the slave is changed in setting, the slave will actively report to the upper computer, and the upper computer performs corresponding processing.
Preferably, the encoding of the body part is an ASCII code encoded character string.
Preferably, all the checks between the slave computer and the upper computer adopt CRC16 check, and if the content to be checked does not contain the check code, the calculation is directly carried out; if the content to be checked contains the check code, the check code field is cleared, then the CRC16 check code is calculated for all the content to be checked, and then the calculated value is filled into the check code field.
Preferably, the upper computer is an Android, IOS or Windows device with a Bluetooth function.
Preferably, the slave machine is a Bluetooth coating thickness gauge with a Bluetooth function.
The invention has the beneficial effects that:
1. by adopting Bluetooth wireless communication, the coating thickness gauge can be communicated with a mobile phone, a tablet personal computer or a PC personal computer;
2. the special instruction is used for inquiring information such as the model, the serial number, the supported protocol version and the like of the thickness gauge, so that the condition of the thickness gauge is conveniently judged and authenticated, and the subsequent communication protocol is conveniently upgraded;
3. the thickness gauge can actively upload all data in the measuring process in real time, and the upper computer can synchronously acquire all latest data;
4. the real-time uploaded data has fields such as data numbers and the like, and can be used for judging whether data are lost;
5. the upper computer can acquire all data, settings and the like of the thickness gauge through synchronous instructions when the upper computer is connected for the first time or the upper computer is connected unstably and the like to cause data loss;
6. all data has CRC16 check, and in case of unstable connection, the data can be judged to be in error and retransmitted.
Drawings
The invention is further illustrated with reference to the following figures and examples.
Fig. 1 is a schematic diagram of a bluetooth-based communication method according to an embodiment of the present invention.
Detailed Description
The present invention is further described with reference to the following drawings and specific examples so that those skilled in the art can better understand the present invention and can practice the present invention, but the examples are not intended to limit the present invention.
Fig. 1 is a communication method based on bluetooth according to one embodiment, in which two communication parties are a slave and an upper computer, and the communication between the upper computer and the slave includes the following steps:
s1, the upper computer searches the slave computers through Bluetooth and matches and connects the slave computers;
s2, the upper computer sends an instruction to request slave computer identity recognition;
s3, the slave responds to the identity request command and sends back the model, serial number, software and hardware version and version information of the communication protocol supported by the slave to the upper computer;
s4, the upper computer sends a synchronization setting instruction;
s5, the slave replies the setting information of the slave;
s6, the upper computer judges the working mode of the slave computer according to the setting information replied by the slave computer;
s7, the upper computer sends a synchronization instruction according to the working mode of the slave computer, and the data synchronization of the upper computer and the slave computer is completed;
the data receiving and sending of the host and the slave follow the structure of a data frame, the data frame is divided into a frame head and a text, the frame head is 8 bytes, the length of the text is not fixed, the text is changed according to different functions, and the size range of the text is 0-516 bytes;
when the length of the data frame exceeds 20 bytes, 100 ms delay is inserted every 20 bytes sent;
after a sending party sends a data frame, the sending party waits for 500 milliseconds to send the next data frame again, and under the condition that the receiving party detects that no new data is received within 300 milliseconds, the receiving party judges that the data frame is ended or the connection is interrupted.
Preferably, the method further includes step S8, when the slave has new measurement data or the slave is changed in setting, the slave will actively report to the upper computer, and the upper computer performs corresponding processing.
Preferably, the encoding of the body part is an ASCII code encoded character string.
Preferably, all the checks between the slave computer and the upper computer adopt CRC16 check, and if the content to be checked does not contain the check code, the calculation is directly carried out; if the content to be checked contains the check code, the check code field is cleared, then the CRC16 check code is calculated for all the content to be checked, and then the calculated value is filled into the check code field.
Preferably, the upper computer is an Android, IOS or Windows device with a Bluetooth function.
Preferably, the slave machine is a Bluetooth coating thickness gauge with a Bluetooth function.
1. Data frame format:
the master and the slave transmit and receive data to and from each other following a data frame structure. The data frame is divided into a frame header and a text, and the frame header is 8 bytes. The text length is not fixed and is changed according to different functions, and the text size range is 0-516 bytes. As shown in the following table:
all data transmission adopts a small-end mode, namely low byte is transmitted first. For example, assuming the source port is 0x0001, the lower byte 0x01 is sent first, and then the upper byte 0x00 is sent.
Source port: indicating the source of the data frame.
Destination port: indicating the removal of the data frame.
The two fields, source and destination, together determine the class of data frame. The upper computer and the slave support different source and destination ports, respectively, as will be described in detail below.
Frame length: the byte number of the whole data frame comprises a frame header and a text part. Because the text length is 0-516 bytes, the frame length range is: 8 to 524.
CRC16 check code: the data of the whole data frame is checked, so that a receiver can conveniently judge whether the data is lost or damaged in the transmission process.
The text is as follows: text information to be transmitted for the data frame. There are parts of the data frame that do not require text.
2. Data frame sub-packaging:
in order to ensure stable link layer communication and ensure enough processing time of a master side and a slave side, when the length of a data frame exceeds 20 bytes, 100 millisecond delay is inserted every 20 bytes are sent.
3. Data frame demarcation:
after a sender sends a data frame, the sender should wait 500 milliseconds before sending the next data frame; when the receiving side detects that no new data is received within 300 milliseconds, the receiving side judges that the data frame is ended or the connection is interrupted.
Because each data frame has a frame length field, if no data error or loss occurs in the communication process, the receiving side can directly judge that the data frame is ended, and the receiving side can reply without waiting for 300 milliseconds. The sender does not need to wait 500 ms any more if it has received the receiver's reply.
4. Data frame sent (received) by upper computer
4.1 identification Instructions
After receiving the command, the slave machine replies the identification information. See "5.1 identification information"
4.2 coating measurement mode: data synchronization instruction
After receiving the command, the slave replies the data set and the setting information, see "5.3 coating measurement mode setting information" and "5.4 coating measurement mode: current group data ".
4.3 vehicle paint detection mode: acquiring finished automobile data instruction
After receiving the command, the slave computer replies the data of the whole vehicle, and the method is shown in a 5.6 vehicle paint detection mode: data of the entire vehicle "
4.4 vehicle paint detection mode: remotely switching measurement locations and clearing the location data instructions
The site codes are shown in the following table:
4.5 vehicle paint detection mode: remote clearing data instruction of whole vehicle
4.6 vehicle paint detection mode: remote acquisition of measurement sequence instructions
After receiving the command, the slave machine will revert to the current measurement sequence setting, see "5.7 car paint detection mode: measurement order data "
4.7 vehicle paint detection mode: remotely specifying measurement order instructions
The upper computer can specify the positions and the sequence of the slave computers needing to be measured, so that some measuring parts are omitted (for example, some vehicle types do not have D columns, and the measuring parts can be omitted), or the measuring sequence is changed.
The measurement order text, 19 bytes, specifies the measurement order of each point, uses one measurement number for each site (as shown in the following table), and if there are less than 19 points to be measured, it is necessary to complement FF (16 m) at the end. For example, without testing the B-pillar, the roof is tested first, and the other sequences are left unchanged: 100001020305060708090A 0B 0D 0E 0F 1112 FF
Measurement site numbering table:
name of location | Position number (hexadecimal) |
Front engine room cover | 00 |
Right front lappet | 01 |
Right A column | 02 |
Right front door | 03 |
Right B column | 04 |
Right back door | 05 |
Right C column | 06 |
Right rear fender | 07 |
Trunk lid | 08 |
Left rear fender | 09 |
Left C column | 0A |
Left back door | 0B |
Left B column | 0C |
Left front door | 0D |
Left A column | 0E |
Left front fender | 0F |
Vehicle roof | 10 |
Left D column | 11 |
Right D column | 12 |
5. Data frame sent from slave (received by upper computer)
5.1 identification information
After the instrument receives the '4.1 identification instruction' sent by the upper computer, the following identification information can be replied
The text part is a character string coded by ASCII code: each row starts with two capital letters and an equal sign; ending with the line break '\ n', i.e., ASCII code 0x0A, an example is as follows:
MD=Guoou-T2M
SN=1234567
HV=1.00u
SV=1.01a
CP=1.0
CS=Hi
field(s) | Content providing method and apparatus |
MD | Instrument type |
SN | Instrument serial number |
HV | Hardware version number |
SV | Software version number |
CP | Communication protocol version, currently 1.0 |
CS | Communication speed, Lo for low-speed communication and Hi for high-speed communication |
5.2 coating measurement mode: real-time data
In the coating measuring mode, the instrument uploads the following data frame each time new data is measured
The text real-time data structure is as follows:
group creation time | Data start address | Number of data | Current value | Type of base |
4 bytes | 1 byte | 1 byte | 4 bytes | 1 byte |
Group creation time: the 32-bit (4-byte) unsigned integer number representing the creation time of the current data group can judge whether to switch to a different data group according to the field, and if the data group is switched, data synchronization needs to be carried out once.
Data start address: the data is covered in a circular loop in the data group, the upper limit of the group capacity is 60, and the 61 st digit of the measurement is stored in the position of the 1 st digit stored firstly. This field indicates the location of the current data store.
The number of data is as follows: the number of data existing in the group is 60 at most.
By connecting the 2 fields, whether the real-time data is lost or not can be judged: if the data group is not full, the value of the field of the number of data should be increased by 1 each time, and if the value is increased by more than 1, data loss is indicated; if the data group is full, the "number of data" field should remain unchanged, the "start address of data" field should be incremented by 1 each time, and if the incremented number exceeds 1, then data loss will occur. If a loss occurs, one data synchronization is required.
Current value: 4 bytes single precision floating point type (IEEE754 single precision floating point type standard), unit micrometer (μm).
Type of matrix: 'F' denotes a magnetic matrix and 'N' denotes a non-magnetic matrix.
5.3 coating measurement mode: setting information
The instrument was operated in the "4.2 coating measurement mode: after the data synchronization command, two data frames are recovered. One of the data frames representing the current setting of the instrument is
The text of the setup message is shown in the following table:
where "start position" indicates the offset of the field in the frame body.
5.4 coating measurement mode: current group data
The instrument was operated in the "4.2 coating measurement mode: after the data synchronization command, two data frames are recovered. Two of the following data frames represent information and all data of the current data set
The text of the current group of data is shown in the following table:
5.5 vehicle paint detection mode: real-time data
When the instrument is in the vehicle paint detection mode, the following data frames are uploaded every time new data are measured
The text real-time data structure is as follows:
vehicle number | Detection site | Total number of parts | Current serial number of part | Data of |
2 bytes | 3 bytes | 1 byte | 1 byte | 4 bytes |
Vehicle number: 0x 0001-0 xFFFF
Detection of the site: the position number of 3 bytes ASCII code is detailed in a 4.4 vehicle paint detection mode: remotely switching the measurement position and clearing the byte value of the ASCII code in the position data command
Total number of sites: the number of times a certain vehicle part (e.g. hood) needs to be measured is 6 or 9
Current sequence number of the part: the currently measured value is the number of values of the current position and ranges from 0x01 to 0x09
Data: single precision floating point type float data, 4 bytes, little-end mode (i.e. low byte first transfer). For example, a floating point type of 82.5 is represented as 0x42a50000, and the data portion is 0x00,0x00,0xa5,0x42.
5.6 vehicle paint detection mode: vehicle data
The instrument was in "4.3 car paint detection mode: after acquiring the data instruction of the whole vehicle, the measurement data of the whole vehicle can be replied
1) Data segment
The whole vehicle data is divided into a plurality of data segments, and each data segment represents a measuring position. The data segment structure is as follows:
measurement site | Total number of points of the part | Data 1 | Data 2 | Data 3 | Data 4 | Data 5 | Data 6 |
Measurement site: 3 bytes, and "5.5 car paint detection mode: the "detection sites" in the "real-time data" are the same.
Total number of sites: 1 byte, 0x6 or 0x9
Data x: single precision floating point type float data, 4 bytes, little-end mode (i.e. low byte first transfer).
For example, a floating point type of 82.5 is represented as 0x42a50000, and the data portions are 0x00,0x00,0xa5,0x42.
The unmeasured data is represented by NAN, i.e. 0x7fc00000, as: 0x00,0x00,0xc0,0x7f.
2) Vehicle data
The whole vehicle data has 1024 bytes, and is formed by sequentially connecting data segments of all parts, and the part with less than 1024 bytes is filled with useless data.
3) Whole vehicle data frame format
Because the total vehicle data is 1024 bytes, which exceeds the maximum size 516 of the text of a single data frame, the total vehicle data is sent by using 2 continuous data frames, and the two data frames are respectively as follows:
5.7 vehicle paint detection mode: measuring sequential data
The instrument received "4.6 car paint detection mode: after the measurement sequence command is remotely acquired, the current measurement sequence setting can be replied
Text format references "4.7 vehicle paint detection mode: text description of remote specified measurement order instruction ".
6, a verification algorithm:
all checks of the protocol use CRC16 checks. If the content to be verified does not contain the verification code, directly calculating; if the content to be checked contains the check code itself (for example, the check code exists in the middle of the content to be checked), the check code field is cleared first, then the CRC16 check code is calculated for all the content to be checked, and then the calculated value is filled into the check code field.
The following is one of the more convenient measurement techniques of operating personnel, detect each part of automobile body in proper order: the device comprises a front engine room cover, a right front fender, a right A pillar, a right front door, a right B pillar, a right rear door, a right C pillar, a right rear fender, a right D pillar, a trunk cover, a left D pillar, a left rear fender, a left C pillar, a left rear door, a left B pillar, a left front door, a left A pillar, a left front fender and a roof, wherein each part is measured for 6-9 times. After measuring a part, can press down the measurement that key got into next part, also can be through clicking corresponding part name and image in the APP, send the bluetooth instruction to the calibrator through the APP, appoint the part that next step needs to be measured. In the case where there is no corresponding part in the vehicle body (e.g., D-pillar), the down button is pressed to skip the part and continue the measurement of the next part.
The data communication between the coating thickness gauge and the mobile phone adopts an autonomous communication protocol, and the correctness and the validity of transmitted data are verified; the data may be automatically retransmitted by the protocol in case of connection instability. Besides receiving and processing data, the mobile phone can also be used as a remote controller to control the coating thickness gauge. Through the real-time measurement data of uploading of bluetooth for cell-phone APP, avoid the mistake that the artificial record data leads to.
The mobile phone is connected with the database of the network server through the network, the mobile phone can send data to the network server through the network, and the network server has the functions of data calculation and analysis and can send the analysis result back to the mobile phone through the network again to enable a user to know the analysis result. The APP and the server are communicated to obtain a film condition evaluation result, so that misjudgment caused by insufficient human experience is avoided.
The above-described embodiments of the present invention are not intended to limit the scope of the present invention, and the embodiments of the present invention are not limited thereto, and various other modifications, substitutions and alterations can be made to the above-described structure of the present invention without departing from the basic technical concept of the present invention as described above, according to the common technical knowledge and conventional means in the field of the present invention.
Claims (5)
1. A communication method based on Bluetooth is characterized in that two communication parties are a slave computer and an upper computer, and the communication between the upper computer and the slave computer comprises the following steps:
s1, the upper computer searches the slave computers through Bluetooth and matches and connects the slave computers;
s2, the upper computer sends an instruction to request slave computer identity recognition;
s3, the slave responds to the identity request command and sends back the model, serial number, software and hardware version and version information of the communication protocol supported by the slave to the upper computer;
s4, the upper computer sends a synchronization setting instruction;
s5, the slave replies the setting information of the slave;
s6, the upper computer judges the working mode of the slave computer according to the setting information replied by the slave computer;
s7, the upper computer sends a synchronization instruction according to the working mode of the slave computer, and the data synchronization of the upper computer and the slave computer is completed;
s8, when the slave has new measurement data or the slave is changed in setting, the slave will actively report to the upper computer, and the upper computer performs corresponding processing;
the data receiving and sending of the host and the slave follow the structure of a data frame, the data frame is divided into a frame head and a text, the frame head is 8 bytes, the length of the text is not fixed, the text is changed according to different functions, and the size range of the text is 0-516 bytes;
when the length of the data frame exceeds 20 bytes, 100 ms delay is inserted every 20 bytes sent;
after a sending party sends a data frame, the sending party waits for 500 milliseconds to send the next data frame again, and under the condition that the receiving party detects that no new data is received within 300 milliseconds, the receiving party judges that the data frame is ended or the connection is interrupted.
2. The bluetooth-based communication method according to claim 1, wherein: the encoding of the body part is a string encoded in ASCII code.
3. The bluetooth-based communication method according to claim 1, wherein: all the checks between the slave computer and the upper computer adopt CRC16 check, if the content to be checked does not contain the check code, the calculation is directly carried out; if the content to be checked contains the check code, the check code field is cleared, then the CRC16 check code is calculated for all the content to be checked, and then the calculated value is filled into the check code field.
4. The bluetooth-based communication method according to claim 1, wherein: the upper computer is Android, IOS or Windows equipment with a Bluetooth function.
5. The bluetooth-based communication method according to claim 1, wherein: the slave machine is a Bluetooth coating thickness gauge with a Bluetooth function.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811184457.7A CN109286923B (en) | 2018-10-11 | 2018-10-11 | Communication method based on Bluetooth |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811184457.7A CN109286923B (en) | 2018-10-11 | 2018-10-11 | Communication method based on Bluetooth |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109286923A CN109286923A (en) | 2019-01-29 |
CN109286923B true CN109286923B (en) | 2021-09-07 |
Family
ID=65176870
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811184457.7A Active CN109286923B (en) | 2018-10-11 | 2018-10-11 | Communication method based on Bluetooth |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109286923B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114793202B (en) * | 2022-04-25 | 2023-11-24 | 珠海格力电器股份有限公司 | Communication method, device, equipment and system |
Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103561479A (en) * | 2013-10-17 | 2014-02-05 | 东软熙康健康科技有限公司 | Bluetooth device communication method and device |
CN104408901A (en) * | 2014-10-31 | 2015-03-11 | 广东工业大学 | Intelligent-produced general bluetooth serial port data acquisition method |
CN104481702A (en) * | 2014-10-15 | 2015-04-01 | 哈尔滨东安发动机(集团)有限公司 | A monitoring method of micro gas turbine operation states |
CN104835304A (en) * | 2015-05-25 | 2015-08-12 | 中颖电子股份有限公司 | Bluetooth remote control apparatus and configuration method thereof |
CN104964663A (en) * | 2015-07-01 | 2015-10-07 | 大连楼兰科技股份有限公司 | Coating thickness measuring system and coating thickness measuring method |
CN205014941U (en) * | 2015-10-10 | 2016-02-03 | 福州车友网络科技有限公司 | Wireless calibrator of non -contact |
CN205680208U (en) * | 2016-06-12 | 2016-11-09 | 浪潮(苏州)金融技术服务有限公司 | A kind of single node bluetooth controlled in wireless self-help terminal equipment |
CN106100703A (en) * | 2016-06-16 | 2016-11-09 | 国网江苏省电力公司常州供电公司 | The electric-power metering Site Detection bluetooth data means of communication |
CN106885544A (en) * | 2015-12-16 | 2017-06-23 | 湘潭宏远电子科技有限公司 | A kind of sonigauge based on bluetooth communication |
CN106899927A (en) * | 2017-03-16 | 2017-06-27 | 北京神州视翰科技股份有限公司 | A kind of non-matching rapid data transmission method suitable for low-power consumption bluetooth equipment |
CN206805518U (en) * | 2017-06-06 | 2017-12-26 | 刘忠勋 | A kind of Solarnumen Comdebug based on wifi |
CN108282766A (en) * | 2017-12-27 | 2018-07-13 | 武汉长江通信智联技术有限公司 | It is a kind of industry serial ports turn bluetooth debugging acid method |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8964586B2 (en) * | 2011-08-05 | 2015-02-24 | Texas Instruments Incorporated | Enhanced QOS support using Bluetooth low energy |
CN104601203B (en) * | 2014-12-23 | 2017-07-11 | 广东欧珀移动通信有限公司 | A kind of low-power consumption bluetooth equipment dynamically adjusts the method and device of Connecting quantity |
CN105451369B (en) * | 2015-12-04 | 2018-10-19 | 小米科技有限责任公司 | The Connecting quantity update method and device of low-power consumption bluetooth equipment |
-
2018
- 2018-10-11 CN CN201811184457.7A patent/CN109286923B/en active Active
Patent Citations (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103561479A (en) * | 2013-10-17 | 2014-02-05 | 东软熙康健康科技有限公司 | Bluetooth device communication method and device |
CN104481702A (en) * | 2014-10-15 | 2015-04-01 | 哈尔滨东安发动机(集团)有限公司 | A monitoring method of micro gas turbine operation states |
CN104408901A (en) * | 2014-10-31 | 2015-03-11 | 广东工业大学 | Intelligent-produced general bluetooth serial port data acquisition method |
CN104835304A (en) * | 2015-05-25 | 2015-08-12 | 中颖电子股份有限公司 | Bluetooth remote control apparatus and configuration method thereof |
CN104964663A (en) * | 2015-07-01 | 2015-10-07 | 大连楼兰科技股份有限公司 | Coating thickness measuring system and coating thickness measuring method |
CN205014941U (en) * | 2015-10-10 | 2016-02-03 | 福州车友网络科技有限公司 | Wireless calibrator of non -contact |
CN106885544A (en) * | 2015-12-16 | 2017-06-23 | 湘潭宏远电子科技有限公司 | A kind of sonigauge based on bluetooth communication |
CN205680208U (en) * | 2016-06-12 | 2016-11-09 | 浪潮(苏州)金融技术服务有限公司 | A kind of single node bluetooth controlled in wireless self-help terminal equipment |
CN106100703A (en) * | 2016-06-16 | 2016-11-09 | 国网江苏省电力公司常州供电公司 | The electric-power metering Site Detection bluetooth data means of communication |
CN106899927A (en) * | 2017-03-16 | 2017-06-27 | 北京神州视翰科技股份有限公司 | A kind of non-matching rapid data transmission method suitable for low-power consumption bluetooth equipment |
CN206805518U (en) * | 2017-06-06 | 2017-12-26 | 刘忠勋 | A kind of Solarnumen Comdebug based on wifi |
CN108282766A (en) * | 2017-12-27 | 2018-07-13 | 武汉长江通信智联技术有限公司 | It is a kind of industry serial ports turn bluetooth debugging acid method |
Non-Patent Citations (1)
Title |
---|
上位机与下位机通过蓝牙通讯协议;解晓飞;《https://wenku.baidu.com/view/3aa3811bdd88d0d233d46add.html》;20150806;全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN109286923A (en) | 2019-01-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107291068B (en) | Vehicle diagnostic method and vehicle diagnostic apparatus | |
CN106104636A (en) | Use the automobile detection system of network computing infrastructure | |
ATE325718T1 (en) | DEVICE AND METHOD FOR CONVERSION AND COMMUNICATION OF OPERATING PROPERTIES OF A TIRE | |
CN1804744A (en) | Wireless handheld communicator in a process control environment | |
CN110602702A (en) | Function detection method and system for T-BOX in whole vehicle | |
CN110795817B (en) | Laboratory data processing method and processing system | |
CN106924977A (en) | Modular system, topology identification method, apparatus and system | |
CN105517146A (en) | Storage positioning method and device | |
CN109286923B (en) | Communication method based on Bluetooth | |
CN111769995B (en) | Meter terminal management method, system, mobile terminal and readable storage medium | |
CN107395666A (en) | A kind of method and device of operating numerical control lathe upgrading data packet | |
CN111063183A (en) | Bluetooth-based electric energy meter statistical method and device and storage medium | |
CN110781701A (en) | Equipment anti-channel conflict activation system and activation method | |
CN107493377B (en) | Thermotechnical parameter acquisition device and method based on mobile terminal application | |
CN114327528B (en) | Programming method, replacing method and device of tire pressure sensing device | |
CN103861270B (en) | A kind of golf electrometer subsystem and method | |
CN117640720A (en) | Remote diagnosis channel creation method, vehicle connector and remote diagnosis system | |
CN108413997A (en) | Augmented reality instrument system | |
CN117201602A (en) | Target telemetry data processing method, device, electronic equipment and storage medium | |
CN103942305A (en) | Calibration information acquiring method and system of mobile terminal | |
CN108092953B (en) | Data acquisition method and device for intelligent equipment | |
CN116383329A (en) | Data importing method, device, equipment and medium | |
CN106627844A (en) | Tire pressure monitor system (TPMS) pairing system on production line and pairing method | |
CN105334758A (en) | Partner-type nuclear power plant detection method and system | |
CN113111432B (en) | Data processing method, device and storage medium based on model margin line |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |