E5122 Home Network Control System

Abstract: The scheme, composition, hardware configuration, software design, working principle, function and technical performance of the home control system are discussed. The data collection through the single chip microcomputer is given, and the data is packaged into the Ethernet protocol package through the network protocol processor and sent to the Ethernet, so as to realize the remote control scheme based on the Ethernet.

1 System introduction

The development of home intelligent control system is mainly based on short message technology, automatic control technology, computer technology, digital communication technology and encryption technology. The system uses related networks, computer systems and controllers, using wireless networks and wired networks as basic control instructions and data information transmission methods to achieve wireless remote control and data transmission of mobile phones, and through a dedicated SMS control center and service center, to Provide a full range of digital services for family and community management. The home intelligent control system has the functions of mobile phone remote control, automatic alarm, calling community service, property management and so on. According to the needs of the user group, it can also be unlimitedly extended to life networking services, smart office and other directions.

In general, as long as the device is connected to the Internet / Internet, in principle, as long as the TCP / IP network protocol is implemented. TCP / IP protocol and its application is a complex system engineering. The establishment of the agreement has to go through a rigorous design process, and the implementation of the full set of agreements is relatively complicated. It is difficult to implement this protocol in an embedded system. In practical applications, if the protocol is to be fully implemented, a more reasonable solution is to directly use the integrated TCP / IP protocol chip to separate the system central control unit and the TCP / IP protocol processing unit.

On the other hand, the original TCP / IP can also be streamlined, while only retaining some protocols required by the actual application system, so that the core chip can not only realize the network data transmission task, but also complete the task monitoring. Because, simplifying the original TCP / IP protocol can greatly reduce the difficulty of system implementation, and at the same time can improve the efficiency and reliability of the system.

figure 1

2 Working principle of the system

Figure 1 shows a block diagram of a home network control system based on the E512 network protocol processor. In the figure, the three tables of data in the family are used as acquisition signals, which are processed by the sample-and-hold circuit and sent to the single-chip microcomputer. It becomes a TCP / IP protocol packet, and finally sends the data packet to the Ethernet through the RTL8019AS Ethernet controller. This system uses CPLD chip EPM7128S as the decoding and driving circuit. Since home user terminals generally do not have high requirements for the data exchange rate (below 1MB / s), general high-speed single-chip microcomputers can be used to write TCP / IP protocols, which can not only meet the functional requirements, but also reduce costs, users are also easy Accept this price.

3 TCP / IP protocol analysis chip E5122

E5122 is the Feihong series network protocol processor developed by Shanghai Exquisite Technology Company. The external crystal frequency is 22.114MHz, and the operating voltage is 5V. It can provide API interface for hardware to implement TCP / IP protocol, and can communicate with user end by I2C protocol or RS-232 interface. Its communication interface supports MPU with I2C interface, and also provides I2C driver for MPU without I2C interface. program. The interface between E5122 and the network is an Ethernet interface, which can be connected to Ethernet through the Ethernet control chip RTL8019. Its serial rate can be up to 115.2kbps, and can achieve real-time transmission.

E5122 is a dedicated chip that completes TCP / IP protocol and can be used to implement protocol conversion between Ethernet and serial ports. The device can provide a complete network communication solution for serial devices with only an external MCU. The MPU used in this system is 89C52 single-chip microcomputer, and only need to simply call the API function in the single-chip microcomputer program. Figure 2 shows the block diagram of E5122. The device can be used as a server side, that is, when connecting to the network for the first time, the client side actively requests to connect to the server side as a passive side to listen, and at the same time accepts active query access from remote clients in the LAN intranet and returns the device information to the client The device can also be used as a client to actively communicate with the host in the local area network or on the Internet. E5122 uses 32KB RAM outside the chip to buffer data for Ethernet. It uses 256 bytes (at least 256 bytes) of serial EEPROM (I2C bus interface) to store system parameters. Users can communicate with E5122 through the serial port. The function of E5122 is to complete TCP / IP protocol and serial port communication protocol, and at the same time support the interaction between ordinary serial port and user equipment, and can achieve network connection through external RTL8019AS control chip.

4 hardware circuit design

4.1 Interface circuit

In specific use, due to the limitation of the single chip microcomputer, the JP pin can be connected to a high level by a jumper in the design; and the interface of E512 and RTL8019AS is used to transmit network data.

When the system is running for the first time, E512 will initialize RTL8019AS, and set its working mode and interrupt source. When RTL8019AS receives data, it will trigger E5122 interrupt. At this time, E5122 will select the register address and memory address of RTL8019AS through A8 ~ A13 and A15 to control and realize the reading of data. When data is sent to RTL8019AS through E5122, the system will Set the corresponding register of RTL8019AS through the address line to send data. The specific interface circuit is shown in Figure 3.

4.2 I2C bus data storage

I2C bus is the abbreviation of INTER INTEGRATED CIRCUIT BUS, namely "Internal Integrated Circuit Bus". The I2C bus is a serial communication interface specification first proposed by Philips. The bus uses a serial data line? SDA? And a serial clock line? SCL? For data transmission between the master and slave devices. The interface is very simple.

The data transmission rate on the I2C bus can reach 100 kbit / s, and up to 400 kbit / s in fast mode. In I2C bus transmission, when SCL is high, SDA changes from high to low as a starting condition; and when SCL is high, SDA changes from low to high is a stopping condition. Both SDA and SCL are bidirectional transmission lines. The data on the SDA line must be stable during the period when the clock is high. Only when the clock signal on the SCL line is low can the state of the data line be changed. Each byte output to the SDA line must be 8 bits, and the bytes transferred each time are not limited, but each byte must have an answer bit.

4.3 Isolation coupling transformer

Isolation transformers of 1 to 1 should be used in the design, and at the same time, the induced voltage caused by lightning should not damage the subsequent circuit. In addition, balanced-unbalanced conversion isolation, transmission, and matching must be completed.

4.4 Reset and watchdog circuit

The watchdog circuit can reset or reset the system when the program runs or crashes, so that the system can resume normal operation. The circuit is shown in Figure 4. The circuit uses MAX813L to complete the power reset and watchdog functions.

5 Several technical issues that should be noted in application

In the actual application process, the following issues should be noted:

(1) Transmission speed

In the system, the data exchange speed between the upper PC and the lower measurement and control equipment depends on the transmission speed of the Ethernet interface module; while its transmission speed depends on the speed of the Ethernet interface chip, the processing speed of the single-chip computer, and the equipment exchange The way of data.

The measurement and control system generally transmits control commands and measurement data, and the data volume is not large? Modules and measurement and control equipment can be connected by serial ports such as RS-232, RS-485, CAN, and the communication rate is only a few tens of kilobytes / s or hundreds of kb / s. The speed of the Ethernet interface chip (10Mb / s) and the speed of the microprocessor are much greater than the serial communication speed. Therefore, the transmission rate mainly depends on the communication rate of the serial port.

When the transfer rate is very high (such as transferring images), the serial interface can no longer be used for connection between the Ethernet interface module and the measurement and control equipment, but must be connected in parallel. The transmission rate at this time depends on the processing speed of the microprocessor. It is recommended to select some high-speed microcontrollers, such as P89C52RX series or SX series.

(2) IP address

If the measurement and control equipment in the Ethernet measurement and control system enters the Ethernet through the module, it must determine its own IP address. There are two ways to obtain an IP address: one is to obtain the IP address dynamically, and the other is to assign the IP address fixedly. Because E5122 does not support the RARP reverse address resolution protocol, it is impossible to obtain a dynamic IP address, and only a fixed IP address can be used.

(3) Security control

When measuring and controlling in a small closed LAN, the security issues are generally not large. However, when performing measurement and control on a wide area network or even the Internet, security control is crucial. To this end, the 48-128-bit user password should be used to protect the safety of the measurement and control equipment, so that legitimate users can modify and set their own passwords. In this way, even if the network illegal user steals the IP address, since there is no user password, the device cannot be operated.

(4) Real-time problems

The measurement and control system must emphasize its real-time performance on many occasions, but Ethernet is not a real-time system. Its carrier sense collision detection (CSMA / CD) communication mode determines that the transmission of IP packets in Ethernet will be delayed or even lost. This is the biggest disadvantage of using Ethernet to form a distributed measurement and control system. However, the speed of Ethernet is getting faster and faster. In 100M or even Gigabit networks or some small closed LANs, when the busyness of the network is greatly reduced, there is almost no collision of IP packets, so transmission delays and packet loss It will be greatly reduced without affecting the normal work of the measurement and control system. At the same time, if the response protocol can be added on the network layer of the system, the problem of packet loss can be basically solved.

(5) Connection method

The module has two sockets: one is RJ-45 socket, which can be directly connected to Ethernet by twisted pair; the other is 25-pin socket, which contains RS-232 or RS-485 bus interface.

6 Conclusion

With the advent of the 21st century? Mankind has gradually entered the information age. The networking of home appliances will bring new demands to the already saturated home appliance consumer market. Further research in this area has caused tremendous changes in people's lifestyles, work styles, and ways of thinking, while also stimulating people's increasing demand for various data sources and network services. Therefore, the scheme introduced in this article undoubtedly has certain practical and commercial value.

In-depth analysis of CPU level 1 cache and level 2 cache in the technical zone IBM research report: Will traditional enterprises break the original balance after counterattack? After Ziguang Group took advantage of major opportunities to strategically deploy artificial intelligence and 5G to split Windows, can Microsoft really play the king's return? Time is right for everyone, Zhaoyi Innovates in-depth layout of the storage chip industry chain

Follow WeChat

Interesting and informative information and technical dry goods

Download Audiophile APP

Create your own personal electronic circle

Follow the audiophile class

Lock the latest course activities and technical live broadcast
Collect People collection
share it:
comment
Publish

related suggestion

Working principle and design scheme of computer mouse control system

Power regulators usually use linear voltage regulators (such as LM7805), which has the advantages of adjustable output voltage and high precision ...

Published on 2018-04-11 13:01 • 79 times read
Working principle and design scheme of computer mouse control system
On the design and implementation of windsurfing control system

The MMA7361 acceleration angle sensor is used to measure the angle. The acceleration angle sensor calculates the device by measuring the acceleration caused by gravity ...

Published on 2018-04-08 10:18 • 64 times read
On the design and implementation of windsurfing control system
MDA800 motor drive analyzer for motor drive and control system ...

Three-phase input voltage and current, three-phase output voltage and current, and voltage and current monitoring of multiple power semiconductors require more test input channels to achieve ...

Published on 2018-03-30 10:20 • 55 times read
MDA800 motor drive analyzer for motor drive and control system ...
Micro-displacement control based on STM32F103VCT6 microcontroller ...

According to the design requirements of the micro-displacement control system, first of all, the positioning accuracy of the control system should be guaranteed, and secondly, the structure should be simple, the cost is low, and the operation is simple ...

Published on 2018-03-26 14:39 • 226 times read
Micro-displacement control based on STM32F103VCT6 microcontroller ...
Xenon lamp aging test box control system and installation conditions

Published on 2018-03-14 17:06 • 87 times read
Xenon lamp aging test box control system and installation conditions
The article on robot control system makes you understand

The robot control system is an important part of the robot, which is used to control the operating machine to complete specific work tasks. The driving system is the robot ...

Published on 2018-03-14 15:27 • 397 times read
The article on robot control system makes you understand
Brief introduction of stability standard of control system

The excitation input is not noise, but the voltage level Vin, which is injected as an input variable to start the oscillator. The direct channel consists of the transfer function H (s) ...

Published on 2018-03-14 11:26 • 102 times read
Brief introduction of stability standard of control system
Development of advanced control system based on AMD2000 driver

Modern control theory is a basic course for undergraduates and graduate students, and it is also an active field for academic researchers. Essentially, control theory is highly theoretical ...

Published on 2018-03-12 09:05 • 101 times read
Development of advanced control system based on AMD2000 driver
227 automatic instrumentation and control system terms

227 automatic instrumentation and control system terms

Posted at 2018-03-06 10:20 • 414 views
227 automatic instrumentation and control system terms
You can control the drone with your face

According to a report on February 1, according to IEEE Spectrum, robot expert Jake Bruce of Simon Fraser University in Canada ...

Published on 2018-03-05 17:22 • 735 views
You can control the drone with your face
TMS320F28027 and L298N suspension motion control ...

This article mainly introduces the design of TMS320F28027 and L298N suspension motion control system. Take TMS320F28027 ...

Published on 2018-02-26 09:40 • 462 views
TMS320F28027 and L298N suspension motion control ...
Temperature and humidity control system for watermelon greenhouse production

1. Project Overview 1.1 Introduction The greenhouse is a kind of environment that can change the growth environment of plants, create the best conditions for plant growth, and avoid seasonal changes in the outside world ...

Published on 2018-02-20 22:35 • 142 views
Temperature and humidity control system for watermelon greenhouse production
Design of display control system based on dual host redundancy

0 Introduction With the continuous development of avionics, the requirements for reliability are getting higher and higher. The display control system is applied in the avionics control system, the main ...

Published on 2018-02-20 16:47 • 109 times read
Design of display control system based on dual host redundancy
Design and application case of stepper motor control system

Stepper motor is an open-loop control element stepper motor that converts electrical pulse signal into angular displacement or linear displacement. In the case of non-overload, the motor speed, stop ...

Published on 2018-02-11 13:50 • 666 views
Design and application case of stepper motor control system
Large-scale railway maintenance machinery based on PPC, PLC and field bus ...

Programmable logic controller (PLCProgrammable Logic Controller), referred to as programmable control ...

Published on 2018-02-11 13:24 • 288 views
Large-scale railway maintenance machinery based on PPC, PLC and field bus ...
PLC-based large-scale ultrafiltration sewage treatment control system

With the rapid development of the water treatment process, its control methods are becoming more and more complicated, and for large-scale ultrafiltration sewage treatment systems there will be more automatic control ...

Published on 2018-02-07 18:28 • 305 views
PLC-based large-scale ultrafiltration sewage treatment control system
The importance of PLC in the control system

The ability of PLC to control the switch quantity is very strong. The number of entry and exit points controlled is less than ten points, dozens of points, and more can be hundreds, thousands, or even tens of thousands of points ...

Published on 2018-02-07 18:25 • 322 times read
The importance of PLC in the control system
Basic control method of automatic control system

Published on 2018-02-01 09:22 • 480 views
Basic control method of automatic control system
Liquid level control system design_Single-capacity tank liquid level control system design

In this design, the water tank of the liquid level control system is taken as the research object, the liquid level of the water tank is the controlled quantity, and the outlet valve is selected as the actuator of the control system ...

Published on 2018-01-16 16:44 • 383 times read
Liquid level control system design_Single-capacity tank liquid level control system design
Design of Liquid Level Control System of Double-capacity Water Tank

With the development of society in our country, automated control was implemented very early. And in China, the liquid level control system has also been widely used, especially the water tank liquid level control ...

Published on 2018-01-16 14:42 • 407 views
Design of Liquid Level Control System of Double-capacity Water Tank
Detailed analysis of industrial robot control system

The function of the robot control system is to receive the detection signal from the sensor. According to the requirements of the operation task, the motors in the mechanical arm are driven like our ...

Published on 2018-01-10 10:04 • 2371 times read
Detailed analysis of industrial robot control system
[Help] How to use labview output signal to control the instrument, emergency

Published on 2018-01-09 13:50 • 395 times read
[Help] How to use labview output signal to control the instrument, emergency
Design of real-time microwave source control method based on labview

Published on 2018-01-09 10:56 • 308 times read
Design of real-time microwave source control method based on labview
Detailed analysis of the three major systems, four major functions, and five major applications of the Agricultural Internet of Things ...

With the application and promotion of the Internet of Things technology in the agricultural field, our agricultural production has become more intelligent and automated, and smart agriculture will also be widely used. ...

Published on 2018-01-08 17:26 • 1271 times read
Detailed analysis of the three major systems, four major functions, and five major applications of the Agricultural Internet of Things ...
Detailed analysis of the classification and control system of industrial robots

The motion part of a rectangular coordinate industrial robot is composed of three mutually perpendicular linear movements (ie PPP), and its working space figure is rectangular ...

Published on 2017-12-26 11:01 • 1272 views
Detailed analysis of the classification and control system of industrial robots
PID adjustment parameter setting method and setting skills

PID = port ID, in STP (spanning tree protocol), if the BID and path cost in the BPDU received on the port ...

Published on 2017-12-20 19:17 • 781 times read
PID adjustment parameter setting method and setting skills
Automobile air-conditioning control system based on STC12C5A60S2

Abstract: Mainly introduces the design of the hardware and software parts of the automotive air-conditioning control system based on STC12C5A60S2 single-chip ...

Posted at 2017-12-17 16:32 • 346 views
Automobile air-conditioning control system based on STC12C5A60S2
How is the dmx512 system used? The dmx512 system is connected ...

The DMX512 protocol was first developed by USITT (American Theatre Technology Association) into a way to control the dimmer from the console with a standard digital interface ...

Published on 2017-12-06 15:44 • 487 views
How is the dmx512 system used? The dmx512 system is connected ...
Research and Analysis of Missile Control System Design

The missile attitude control system is a complete set of devices that automatically stabilize and control the missile's movement around the center of mass on the missile. Its function is to ensure the stable flight of the missile, and according to the system ...

Published on 2017-12-01 17:18 • 176 times read
Research and Analysis of Missile Control System Design
Design and Simulation of Brushless DC Motor Control System Based on Saber

Use Saber simulation software to complete the research and analysis of the brushless DC motor control system. Respectively the position sensor, electronic commutator, ...

Published on 2017-11-30 17:35 • 208 times read
Design and Simulation of Brushless DC Motor Control System Based on Saber
Interpretation of the meaning and professional terminology of the third generation control system

When discussing control systems, I / O point is the term most often heard. It refers to input / output points, I stands for INPUT, refers to input, ...

Published on 2017-11-24 10:05 • 741 times read
Interpretation of the meaning and professional terminology of the third generation control system
Design of PMSM Drive Control System Based on Zynq

This article introduces the PMSM drive control system based on ZynqSoC. The control system is implemented using a combination of ARM and FPGA ...

Published on 2017-11-17 17:27 • 387 views
Design of PMSM Drive Control System Based on Zynq
German FIESSLER sensor FIESSLER control system FIESSLER laser safety device

Published on 2017-08-18 16:50 • 439 times read
German FIESSLER sensor FIESSLER control system FIESSLER laser safety device
IoT expert: Home appliance status display and control system

Published on 2017-07-04 18:08 • 798 times read
IoT expert: Home appliance status display and control system
[Help] How to build a "guessing number game" control system with a single chip microcomputer?

Published on 2017-06-26 16:19 • 684 times read
[Help] How to build a "guessing number game" control system with a single chip microcomputer?
【Apollo STM32F767 trial experience】 Full programming high-speed automatic control system

Published on 2017-06-25 22:42 • 1236 times read
【Apollo STM32F767 trial experience】 Finished project Full-program high-speed automatic control system
Guiqiu

Published on 2017-06-24 13:17 • 648 views
Guiqiu
PWM controls 6V and 18V output voltage

Published on 2017-06-21 11:23 • 579 views
PWM controls 6V and 18V output voltage
Can be used for the control system of pure electric vehicles

The control devices have different structures and are usually perfectly configured, such as the steering wheels, acceleration and brake pedals and "gear lever" type on automatic transmission vehicles ...

Published on 2017-03-14 01:30 • 304 times read
Can be used for the control system of pure electric vehicles
Detailed explanation of several common ground wires in the control system

DCpower generally refers to the source with the actual voltage, the others are labels (the label is connected to the source by default in some simulation software) VDD ...

Published on 2017-01-11 15:46 • 741 times read
Detailed explanation of several common ground wires in the control system
Winning the battle of the smart home can Amazon Alexa laugh the most ...

At this year's CES, I'm afraid I haven't dared to compete with Amazon Alexa to say that it is a real star product. Its soul is almost at hand ...

Published on 2017-01-09 13:47 • 208 times read
Winning the battle of the smart home can Amazon Alexa laugh the most ...
AmazonGo skip-the-line store automation "secret" lies in sensing ...

Amazon's AmazonGo skip-the-line store attracted the attention of global media once it was launched. In addition to marveling at Amazon's amazing brain, people also ...

Published on 2016-12-08 11:55 • 205 times read
AmazonGo skip-the-line store automation "secret" lies in sensing ...
Design of Servo Control System for Wheeled Mobile Robot

With the development of science and technology, the field of human research activities has expanded from land to sea floor and space. Using mobile robots for space detection and development, has ...

Posted at 2016-11-01 16:22 • 546 views
Design of Servo Control System for Wheeled Mobile Robot
Detailed explanation of a set of parking lot intelligent management control system scheme

With the acceleration of China's modernization process, the traffic volume of various parking lots is increasing day by day, and its daily security and management work is also becoming increasingly heavy. To better match each parking ...

Posted at 2016-08-14 16:43 • 826 views
Detailed explanation of a set of parking lot intelligent management control system scheme
Interpretation of drone flight control, stabilization PTZ, and image transmission module selection

The flight control system collects the flight status data measured by each sensor in real time, and receives the control commands transmitted by the uplink channel of the ground measurement and control station transmitted by the radio measurement and control terminal ...

Published on 2016-06-11 07:51 • 3005 views
Interpretation of drone flight control, stabilization PTZ, and image transmission module selection
Vehicle-mounted EPS algorithm, architecture and control strategy

Electric power steering system is the development direction of automobile steering system. The system is directly provided by electric power steering machine, and the hydraulic power steering system is omitted ...

Published on 2016-06-08 14:30 • 1529 times read
Vehicle-mounted EPS algorithm, architecture and control strategy
Analysis of on-board engine auxiliary braking system

The auxiliary brake system includes two exhaust brake valves. The butterfly valve in the exhaust system increases the exhaust back pressure to reduce the speed of the power system. In the engine ...

Published on 2016-05-30 09:59 • 474 times read
Analysis of on-board engine auxiliary braking system
Intelligent data acquisition based on Lonworks fieldbus technology ...

This paper presents an intelligent data acquisition system based on Lonworks bus technology. In this system, each measurement and control unit is constructed with ...

Published on 2016-02-22 10:27 • 444 views
Intelligent data acquisition based on Lonworks fieldbus technology ...
Design scheme of stepper motor control system based on FPGA

The stepper motor is an open-loop control motor that converts electrical pulse signals into angular displacement or linear displacement. The total number of input pulses controls the total rotation angle of the stepper motor.

Posted at 2015-06-11 13:47 • 1067 views
Design scheme of stepper motor control system based on FPGA
Analysis of solar lighting principle, composition and control system design

The solar cell module converts solar energy into electrical energy, which is controlled and protected by the controller, and the electrical energy is converted into chemical energy and stored in the storage battery. When using electricity ...

Posted at 2015-05-19 17:02 • 1197 times read
Analysis of solar lighting principle, composition and control system design
Design and Realization of Small UAV's Full Attitude Stabilization Control System

In the UAV, the flight control system is the main component, and the attitude stabilization control is an effective method for the UAV to successfully perform various tasks. This article takes actual ...

Posted 2015-04-23 13:49 • 4534 views
Design and Realization of Small UAV's Full Attitude Stabilization Control System
Opportunities and challenges facing China in the robot industry

In response to the current situation of foreign capital monopolizing the domestic market, experts suggest that there are various ways to seek "breakthrough" and catch-up: First, we must strengthen the international robotics ...

Posted at 2014-12-25 11:40 • 3810 views
Opportunities and challenges facing China in the robot industry
Circuit Design of Module of Telephone Remote Control System Based on Single Chip Computer

A telephone remote control system is designed. The system is based on AT89C2051 MCU and MT8870 dual tone multi-frequency decoding integrated circuit ...

Posted at 2014-09-24 11:51 • 1320 views
Circuit Design of Module of Telephone Remote Control System Based on Single Chip Computer
Design of pattern advertising lamp circuit

The block diagram of the 8-channel color lamp control system is shown in Figure 1. The clock generation circuit generates a clock signal with a frequency of about 1 Hz, and the output signal of the clock generation circuit ...

Posted at 2014-09-22 16:54 • 1160 views
Design of pattern advertising lamp circuit
Design of control system based on Bluetooth and Android devices

The Android operating system is a mobile operating platform developed by Google based on the open source Linux operating system ...

Posted at 2014-08-18 11:22 • 358 times read
Design of control system based on Bluetooth and Android devices
Hardware design of AC servo drive control system for industrial robot

The hardware of the AC servo drive system is the basis of software design, so the main task of this article is based on the characteristics of the industrial robot servo drive system.

Posted at 2014-05-15 11:13 • 1566 times read
Hardware design of AC servo drive control system for industrial robot
Design scheme of vibration suppression based on low sampling rate control system

This paper aims at the vibration of friction and saturation caused by the nonlinear link in the low sampling rate closed-loop control system.

Posted at 2014-03-17 11:52 • 356 times read
Design scheme of vibration suppression based on low sampling rate control system
ON Semiconductor provides energy-efficient solutions for functional modules of white goods

As people's concepts of energy use and environmental protection become stronger and stronger, there is an increasing demand for humanized and personalized products. Energy saving, environmental protection and intelligence are gradually ...

Posted on 2014-02-19 11:13 • 445 times read
ON Semiconductor provides energy-efficient solutions for functional modules of white goods
Design scheme of optometry control system based on FPGA and USB interface

In recent years, the number of myopia has gradually increased. In order to more accurately understand the degree of myopia in myopia patients, prescribe a reasonable prescription for glasses and optometry for myopia ...

Posted at 2014-02-12 10:38 • 464 times read
Design scheme of optometry control system based on FPGA and USB interface
Analysis of the future development trend of instrumentation

With the rapid development of e-commerce, the development of China's instrumentation industry has also never been prosperous. According to relevant data, China's instrumentation industry ...

Posted at 2013-11-08 09:34 • 577 times read
Analysis of the future development trend of instrumentation
Application of Fieldbus Technology in Textile Production Control System

With the development of computer technology, communication technology and control technology, field bus technology is gradually widely used in industrial control systems, also in the textile industry ...

Published in15: 28 2013-06-13 • 1987 views
Application of Fieldbus Technology in Textile Production Control System
Mentor Graphics integrated automotive technology platform, ...

Mentor Graphics Corporation has MontaVista automotive technology platform and Ment ...

Posted at 2013-05-31 09:08 • 525 views
Mentor Graphics integrated automotive technology platform, ...
Software and hardware design of elevator main control system based on CAN bus

In order to upgrade the existing elevator control system, a design of an elevator main control system with LPC2294 as the main control chip is given. Preemptive software ...

Posted at 2013-05-27 09:45 • 2198 times read
Software and hardware design of elevator main control system based on CAN bus
LED Intelligent Lighting Control System Based on STC Microcontroller and Sensor

This article introduces the design of an LED intelligent lighting control system, and gives the system's hardware and software design and control process. The system uses STC12C5 ...

Posted at 2013-05-07 11:44 • 9988 times read
LED Intelligent Lighting Control System Based on STC Microcontroller and Sensor
Intelligent Inverter Power Supply Control System Based on PIC Microcontroller

Under the premise of fully considering the cost and stability requirements of industrial control, this design uses PIC single-chip microcomputer as the control core, and then assists the relevant external circuit, ...

Posted at 2013-05-07 11:31 • 2028 views
Intelligent Inverter Power Supply Control System Based on PIC Microcontroller
The prospect and application of NFC technology in access control system

Although the current application of NFC technology is focused on electronic payment, in the future, NFC technology will be further integrated into access control solutions, thereby bringing security market ...

Posted at 2013-04-28 10:32 • 2633 views
The prospect and application of NFC technology in access control system
Intelligent vehicle control system based on electromagnetic sensor path recognition

This paper introduces a smart car control system based on electromagnetic sensor path recognition. The system uses Freescale 16-bit microcontroller MC9S1 ...

Posted at 2013-03-29 17:23 • 4188 times read
Intelligent vehicle control system based on electromagnetic sensor path recognition
The world's most environmentally friendly demonstration effect electric vehicle charging and replacing power station is put into operation

At present, the world's largest electric vehicle charging and replacement power station with the largest service capacity and the most environmentally friendly demonstration effect is officially put into operation

Posted at 2013-02-28 10:29 • 427 views
The world's most environmentally friendly demonstration effect electric vehicle charging and replacing power station is put into operation
DVCS control system based on network digital transmission

Faced with various complex signals and changing application requirements, it is very important to choose a suitable control system. This article will introduce DVC in a comparative way ...

Posted at 2013-02-27 10:29 • 514 views
DVCS control system based on network digital transmission
Design and Implementation of Voice Control System Based on DSP and Robot

This system uses low-cost DSP-SPCE061A as the main control chip, compared with the traditional PC-based voice recognition system, ...

Posted at 2013-02-21 17:02 • 1359 times read
Design and Implementation of Voice Control System Based on DSP and Robot
The application of time servo system in the project of high-level tapping machine

The high-level tapping machine is mainly used in the field of medium (thick) plate processing in the iron and steel industry, solving the problem of lower surface slippage in the production process of medium (thick) plate.

Posted at 2013-02-20 13:47 • 353 times read
The application of time servo system in the project of high-level tapping machine
How to choose the right driver software for the instrument control system

When developing instrument control systems, driver software is often overlooked. The driver software is the communication layer between the processing instrument and the application software.

Posted at 2013-02-18 16:16 • 248 views
How to choose the right driver software for the instrument control system
How to choose the appropriate hardware bus for the instrument control system

When you are facing a variety of instruments connected to the bus, it may be difficult to make the most suitable choice for your application. It can be said that each bus has its own advantages ...

Published on 16:02 2013-02-18 • 225 times read
How to choose the appropriate hardware bus for the instrument control system
Intelligent car instrument based on S3C2440 processor and WinCE ...

The intelligent vehicle-mounted instrument designed in this paper is not simply connected to the sensor, but connects the entire vehicle into a network structure through the CAN controller. Vehicle Department ...

Posted at 2013-02-04 16:36 • 524 views
Intelligent car instrument based on S3C2440 processor and WinCE ...
Honeywell introduces Thor VM2, its tenth-generation in-vehicle mobile terminal

Honeywell recently announced the launch of its tenth generation in-vehicle mobile terminal (VMC), Thor VM2. This product can be used for supply chain mobile operators ...

Posted on 2013-02-04 10:58 • 495 times read
Honeywell introduces Thor VM2, its tenth-generation in-vehicle mobile terminal
Application of car window control system based on LIN2.1 protocol

This paper designs the communication module in the anti-pinch window control system based on the LIN2.1 protocol. It can be seen that the module can well satisfy the user's data ...

Posted at 2013-01-23 11:57 • 4564 times read
Application of car window control system based on LIN2.1 protocol
Application and Analysis of PLC in Feeder Switch Control System

The three-phase alternating current and leakage monitoring module UN 231-0BH22-0XA0 used in this system is a major highlight. The module exchanges ...

Posted at 2013-01-22 14:42 • 1010 views
Application and Analysis of PLC in Feeder Switch Control System
介绍机械领域的运动控制系统全自动化应用

PMC primo控制系统是一种高性能的产品系列,能够满足各种要求,实现全自动化功能,包括完成各种复...

发表于 2013-01-22 14:02 • 381次阅读
介绍机械领域的运动控制系统全自动化应用
详解PLC-BUS技术产品的九大应用领域

电力线通信总线技术(PLC-BUS)是一种具有高稳定性及较高价格性能比的双向电力线通信总线技术,它主...

发表于 2012-12-27 11:15 • 1778次阅读
详解PLC-BUS技术产品的九大应用领域
实现车载天线稳定跟踪的控制系统设计

在车载卫星通信中,由于低轮廓车载天线具有良好的隐蔽性和使用性,应用前景较为广泛。但要实现性价比达到最...

发表于 2012-12-27 10:54 • 565次阅读
实现车载天线稳定跟踪的控制系统设计
台达DVCS分布式图像控制系统喜获2012安博会...

2012年12月03日,台达DVCS分布式图像控制系统传来捷报!在由中国安全防范产品行业协会主办的2...

发表于 2012-12-10 13:54 • 398次阅读
台达DVCS分布式图像控制系统喜获2012安博会...
汽车数字化仪表盘将配备凯迪拉克XTS

凯迪拉克XTS将配备数字化仪表盘2012-12-06 19:38:45 来源:盖世汽车网基于CU...

发表于 2012-12-07 09:05 • 720次阅读
汽车数字化仪表盘将配备凯迪拉克XTS
艾默生推出本安型特性模块(IS CHARMs)

作为DeltaV电子布线技术的延伸,艾默生过程控制有限公司推出的本安型特性模块(IS CHARMs)...

发表于 2012-12-04 16:05 • 588次阅读
艾默生推出本安型特性模块(IS CHARMs)
基于CPLD和AT89S52的自动巡线轮式机器人...

1引言轮式移动机器人是机器人研究领域的一项重要内容.它集机械、电子、检测技术与智能控制于一体。在各...

发表于 2012-10-15 16:48 • 546次阅读
基于CPLD和AT89S52的自动巡线轮式机器人...
NI基于FPGA的控制系统为智能电网电力电子系统...

NI Single-Board RIO通用逆变器控制器(General Purpose Inver...

发表于 2012-09-26 14:25 • 393次阅读
NI基于FPGA的控制系统为智能电网电力电子系统...
dcs是什么意思_什么是dcs控制系统

DCS是什么意思? DCS是计算机技术、控制技术和网络技术高度结合的产物,是目前最先进、最合理的过程...

发表于 2012-09-13 09:31 • 39812次阅读
dcs是什么意思_什么是dcs控制系统
基于FPGA的洗衣机控制系统的设计与实现

随着时代的发展,洗衣机已成为人们日常生活中的必需品。目前全自动单筒、滚筒洗衣机已日渐盛行,但其结构复...

发表于 2012-08-27 10:17 • 2305次阅读
基于FPGA的洗衣机控制系统的设计与实现
基于蓝牙技术的汽车驾驶盘控制系统

介绍了一种基于蓝牙技术的方向盘控制系统设计方案。利用蓝牙传输技术实现汽车方向盘面板开关电子化优化设计...

发表于 2012-08-15 14:21 • 402次阅读
基于蓝牙技术的汽车驾驶盘控制系统
身高体重测量器控制系统电路图

身高体重测量器控制系统电路图如下图所示:

发表于 2012-07-19 09:53 • 1706次阅读
身高体重测量器控制系统电路图
MCU控制系统电路原理图

MCU控制系统电路原理图如下图所示:

发表于 2012-07-11 14:50 • 2507次阅读
MCU控制系统电路原理图
ARM嵌入式开发板汽车节能控制系统

Acid Dilution Equipment

Chemical Dilution Dispenser,Chemical Dilution Machine,Chemical Dilution Equipment,Acid Dilution Equipment

Zhijiang BSL battery technology service company , https://www.bslbatteryservice.com

Posted on