1 Embedded system knowledge system
The application range of embedded systems can be roughly divided into two categories: intelligentization of electronic systems (industrial control, modern agriculture, household appliances, automotive electronics, measurement and control systems, data acquisition, etc.), extension of computer applications (MP3, mobile phones, communications). , network, computer peripherals, etc.). It can be seen from these that to complete an MCU-centric embedded system application product design requires knowledge of hardware, software and industry. The hardware mainly has the MCU hardware minimum system, input/output peripheral circuits, and human-machine interface design. The software is designed with firmware in mind and may also contain PC software. Industry knowledge needs to be obtained through collaboration, communication and summarization.
In a nutshell, learning the embedded system with MCU as the core requires the following basic knowledge and practical training of software and hardware:
1 hardware minimum system (power, crystal, reset, write debug interface);
2 general purpose I / O (digital input / output, involving a variety of binary value detection and control);
3 analog/digital conversion (acquisition and processing of various sensor signals, such as infrared, temperature, light, ultrasonic, direction, etc.);
4 digital/analog conversion (using analog numbers for analog devices);
5 communication (serial communication interface SCI, serial peripheral interface SPI, integrated circuit interconnection bus I2C, CAN, USB, embedded Ethernet, ZigBee technology, etc.);
6 display (LED, LCD, etc.);
7 control (control various devices, including PWM and other control technologies);
8 data processing (processing or recognition of graphics, images, voice, video, etc.);
9 various specific applications.
Everything can be classified into these categories. The hardware design, software design, testing, etc. in the application must follow the methods, principles and basic principles of embedded software engineering. Therefore, embedded software engineering is also an integral part of the embedded system knowledge system, but it is integrated into the development process of specific projects.
The above involves hardware foundation, software foundation and related domain knowledge. Computer languages, operating systems, development environments, etc. are all tools for achieving these goals. Some beginners can easily confuse the use of tools with the real purpose they are trying to achieve. For example, some learners have learned to transplant embedded operating systems for a long time, but do not actually develop embedded system products. In the end, even a small product of an embedded system can not do well, deviating from the learning goal, or even giving up embedding. Field of systems. This is the entry into the embedded system learning misunderstanding, the following analysis.
2 Learning Misunderstandings in Embedded Systems
The learning methods of embedded systems may differ in terms of learning order, content selection, and practice methods due to differences in learning experiences, learning environments, learning objectives, and existing knowledge bases. However, it should be clear which are the necessary basic knowledge, which should be learned first and which should be learned later; which must be obtained through practice; what are the general knowledge that is not related to the specific chip, and which are related to the specific chip or development environment. .
Due to the wide variety of microprocessors and microcontrollers, it is also possible that some companies and organizations give some misleading propaganda for their own interests, especially the backward manufacturing technology of embedded microcontrollers in China, which makes people develop the microcontroller. There are differences in understanding and understanding, which leads some beginners to enter the learning misunderstanding of embedded systems, wasting valuable learning time. The following analysis of several possible misunderstandings.
2.1 Operating system confusion
If you say that learning embedded systems is not to develop their application products, then there is no specific goal, so there is no need to say such a learning method. In fact, this is the key question that many people want to learn, but they don't know where to start learning. They don't know the specific goals of their study. So, I read some training advertisements, read a wide variety of embedded system books in the bookstore, or searched the Internet for "embedded systems" as keywords, and then participated in training or reading, and began to "learn." For those who have computer experience, they often choose an embedded operating system to start learning. It's a bit like "the scorpion touches the elephant" and only knows one side. How can you fully understand the development process of embedded products? For many beginners to choose "XXX embedded operating system + XXX processor" embedded system entry learning mode, it is considered inappropriate. The suggestion is: First, the embedded system software and hardware foundation are laid, and then a real-time operating system (RTOS) is selected for learning practice according to actual needs. Keep in mind that RTOS is an aid to the development of certain types of embedded products, a means, not an end; many types of embedded products do not require an RTOS. Therefore, learning RTOS from the beginning does not conform to the learning law of “from shallow to deep, step by stepâ€.
Due to the wide variety of RTOS itself, which RTOS is actually used, it is generally determined by the work unit. The basic phase mainly learns the basic principles of RTOS and the software development methods on RTOS, rather than learning how to design RTOS. Learners who aim to develop real-world embedded products should not spend too much effort on designing or porting RTOS. Just as many people use the Windows operating system, only Microsoft is designing the Windows operating system. Many people "study" Linux, but don't use it, wasting time. People's energy is limited, and learning must have a choice.
2.2 Hardware and software confusion
The knowledge system of embedded technology with MCU as the core must be embodied and practiced through specific MCUs. However, the choice of any type of MCU, chip-related knowledge only accounts for about 20% of the knowledge system, about 80% is the general software and hardware and related knowledge. 80% of general knowledge must be obtained through specific practices, so learning embedded technology generally chooses a series of MCUs.
Learning embedded systems is based on software or hardware, or how to choose entry points, how to balance between software and hardware? The suggestion for this confusion is: To be a true embedded system designer, in the beginning stage, you must lay the hardware and software foundation of the embedded system. The following is a summary of this issue in the book "Designing Embedded Hardware" by American scholar John Catsoulis, who has been engaged in embedded system design for more than 20 years: embedded systems are closely related to hardware, and are a combination of software and hardware. It is impossible to write embedded software without understanding; similarly, it is impossible to design embedded hardware without understanding the software.
2.3 One-sided understanding of embedded systems
There are a wide variety of embedded system products and different application fields. In the first part, the application scope of the embedded system is roughly divided into two categories: the intelligence of the electronic system and the extension of the computer application. From the perspective of beginners, there may be problems in understanding the embedded system from these two perspectives. Therefore, some learners who understand embedded systems from the perspective of intelligent electronic systems may ignore the accumulation of programming structures, programming specifications, software engineering requirements, and operating systems. Other learners who understand embedded systems from the perspective of computer applications may put the concepts and methods in the general computer learning process into the practice of embedded systems, ignoring the differences between embedded systems and general-purpose computers.
In fact, in the initial stage of learning and practice of embedded systems, we should fully understand the characteristics of embedded systems, and develop learning plans that suit their own situation according to their existing knowledge structure. The goal should be to lay the hardware and software foundation of the embedded system, and through practice, establish a basic knowledge structure for becoming a good embedded system designer. In the process of learning, the specific application system can be a carrier of practice, but it cannot be specific to the specific system, and there should be some abstraction and induction. For example, beginners do not use a real-time operating system when developing an actual control system, but don't think that the real-time operating system does not need to learn. For example, beginners can learn from a sample with a real-time operating system, but don't assume that any embedded system requires a real-time operating system, or even a very concise real system with an unnecessary real-time operating system. Therefore, one-sided understanding of embedded systems may lead to learning confusion. You should exercise your ability to analyze actual problems and solve problems according to actual project needs. This is a long-term process of learning and practice. It is not expected to complete the establishment of the overall knowledge system through short-term training. It should pay attention to its own practice and comprehensively understand the knowledge system of embedded systems.
2.4 Puzzle of entry chip selection
Most beginners of embedded systems need to choose a microcontroller (MCU) for entry-level learning. Faced with the microcontroller series produced by many manufacturers, they often don't know how to do it.
The first is about the number of bits. Currently there are mainly 8-bit, 16-bit and 32-bit MCUs. MCUs with different numbers of bits have application fields, which is very different from general-purpose microcomputers. For example, to do a remote control, you do not need to use a 32-bit MCU, otherwise the price of the MCU chip has exceeded the price of the remote control. For learners who are new to embedded systems, you can choose the number of bits to enter the chip based on your knowledge base. It is recommended that most beginners choose an 8-bit MCU as a quick start chip, learn some assembly and underlying hardware knowledge, and then select 16-bit or 32-bit chips for learning practice.
Another misunderstanding about chip selection is that there is a "mainstream chip", and embedded systems can also form a chip monopoly. This is completely a misunderstanding, is the use of the general computer system mindset, and ignores the diversity of embedded system applications. There is still a misunderstanding about the choice of learning chips, that is, the chip that is mistaken for selecting a high frequency of operation for entry learning is more advanced. In fact, high frequency of work may bring difficulties to beginners.
The actual embedded system design is not the pursuit of chip bit number, operating frequency, operating system and other factors, but the pursuit of stability and reliability, maintenance, upgrade, power consumption, price and other indicators. Beginners choose the entry chip, which is a common foundation for the embedded system knowledge system through a certain: MCU as a blueprint. The basic principles are: shorter entry time, lower hardware costs, more knowledge elements, and lower learning difficulty.
3 Basic stage learning suggestions
Based on the above discussion, the following is a few basic stages of learning suggestions for students who are eager to learn embedded systems:
1 embedded system software and hardware are closely related, we must lay the foundation of hardware and software. In fact, as long as you find the right method and work hard, any science and engineering student, even non-technical students, can learn the embedded system. You can take a look at Zhu Youpeng's video.
2 Choose a chip and hardware evaluation board (the first chip is simpler, such as 8-bit MCU), choose a good book (preferably a standard example), find a good teacher (preferably experienced and enthusiastic) ). The price of the hardware evaluation board must be below 1,000 yuan, not too expensive, it is best to have a do-it-yourself space. It is not practical to spend a lot of hardware money to learn an embedded system, because this is a very practical discipline. A good book can make people less detours and not misled. With the guidance of teachers, the learning process will be accelerated (there is a term in the artificial intelligence discipline called the no-teacher-led learning model and the teacher-led learning model, and the non-teacher-led learning model is much more complicated than the teacher-led learning model).
3 Many people are afraid of hardware. In fact, embedded system hardware is much better than electronic circuits. As long as you understand: MCU hardware minimum system, I/O port, serial communication, keyboard, LED, LCD, SPI, I2C, PWM, A/D (including some sensors), D/A, etc. Practice, and then by doing a practical small system, the underlying hardware foundation will be there. The writing of individual hardware module drivers is an essential foundation for embedded systems. In the early days of learning embedded systems, this process is a must.
4 As for the embedded real-time operating system RTOS, you must not learn from the beginning, this will take a lot of detours, and will make you afraid of the embedded system. When your software hardware foundation is set up, it will be easy to understand after learning. In fact, many embedded applications do not require an operating system. You can also learn a specific RTOS based on actual project needs. Don't be misled by the propaganda of some embedded real-time operating system training courses, and ignore the basic knowledge of the actual embedded system software and hardware.
5 Avoid avoiding one-sided understanding of embedded systems from the perspective of "electronics" or "computer software." As mentioned earlier, embedded systems are a combination of software and hardware. Therefore, it is necessary to gradually start from the minimum system of the MCU, and understand the hardware principle and the underlying hardware driver programming method little by little. To understand the concepts of software engineering packaging and reusability through standardized examples. Through standard programming, the underlying components are accumulated, that is, one module; but they should be packaged better and reused.
6 focus on experimentation and practice. The experiment mentioned here mainly refers to verifying the work of others through repetition, the purpose is to learn the basic knowledge, and this process must be experienced. Practice is designed by ourselves and has specific "product" goals. If you spend about 500 yuan to make a small product with certain functions and can run stably for more than 1 year, you can say that you are close to getting started.
7 about the choice of entry chip. Don't choose a too complex microcontroller as a starter chip and you can't go beyond the learning process. Don't learn a few chips at once. You can get started with a chip, and after having a practical experience, choose the chip to develop the actual product according to actual needs. Be careful not to confuse the microprocessor (MPU with the microcontroller (MCU) concept, which is just the core of the microcontroller.
8 about the choice of embedded operating system. After waiting for a certain practical basis, choose an embedded operating system that is simple and easy to understand. Don't learn several operating systems from the beginning, understand the basic principles, and there are real needs in practice that are not too late to learn. People always have to learn continuously.
9 about the choice between assembly language and C language. With: MCU optimization support for C compilation, for assembly language can only understand a few necessary statements, and directly use C language programming. But the first program must understand the chip initialization process, interrupt mechanism, program storage, etc., different from the contents of the PC program. In addition, for testing needs, it is best to master a PC programming language.
10 Be clear about your learning goals and pay attention to learning methods. It is necessary to clarify whether the purpose of learning is to lay the foundation or to exercise short-term training to meet the needs of the work. In terms of learning methods, it is necessary to select appropriate learning pathways according to the purpose of the study, pay attention to the balance between theoretical learning and practice, general knowledge and chip related knowledge, hardware knowledge and software knowledge. Understand the hardware components and understanding the basic principles of software engineering. Basic concepts such as software components.
Of course, the above is just a study recommendation at the basic stage. To be a good embedded system designer, you also need to exercise in the actual project, and continue to learn and accumulate experience.
Cosmetic Instrument Vibration Motor
Cosmetic Instrument Vibration Motor Mainly used in cosmetic instrument, such as instrument, cleansing essence introducing vibration meter, wash a face, facial massage, hairdressing instrument, etc.
Operating temperature range:
Cosmetic Instrument Vibration Motor should be used at a temperature of -10~60℃.
The figures stated in the catalog specifications are based on use at ordinary room temperature catalog specifications re based on use at ordinary room temperature (approximately20~25℃.
If a Cosmetic Instrument Vibration Motoris used outside the prescribed temperature range,the grease on the gearhead area will become unable to function normally and the motor will become unable to start.Depending on the temperature conditions ,it may be possible to deal with them by changing the grease of the motor's parts.Please feel free to consult with us about this.
Storage temperature range:
Cosmetic Instrument Vibration Motor should be stored ta a temperature of -15~65℃.
In case of storage outside this range,the grease on the gearhead area will become unable to function normally and the motor will become unable to start.
Service life:
â—Use with a load that exceeds the rated torque
â—Frequent starting
â—Momentary reversals of turning direction
â—Impact loads
â—Long-term continuous operation
â—Forced turning using the output shaft
â—Use in which the permitted overhang load or the permitted thrust load is exceeded
â—A pulse drive ,e.g.,a short break,counter electromotive force,PWM control
â—Use of a voltage that is nonstandard as regards the rated voltage
â—Use outside the prescribed temperature or relative-humidity range,or in a special environment.
â—Please consult with us about these or any other conditions of use that may apply,so that we can be sure that you select the most appropriate model.
when it come to volume production,we're a major player as well .each month,we rurn out 600000 units,all of which are compliant with the rohs directive.Have any questions or special needed, please contact us, we have the engineer group and best sales department to service to you Looking forward to your inquiry. Welcome to our factory.
Cosmetic Instrument Vibration Motor,Face Brush Vibration Motor,Electric Cosmetic Instrument Vibration Motor,Cosmetic Instrument Mini Vibration Motor
Shenzhen Shunchang Motor Co., LTD. , https://www.scgearmotor.com