guidance. At the same time, it can detect metal sheets buried in the ground, send sound and light instructions, store and display the number of detected breakpoints in real time, and the distance between each breakpoint and the starting line, and finally stop at a specified location, shows the time of the entire running process.
1.2 Overall design scheme and diagram
In this design, the single-chip microcomputer is used as the core of detection and control. Infrared Photoelectric Sensors are use
inverter is called "torque boost" (* 1 ).The torque increase function is to increase the output voltage of the inverter. However, even if a lot of output voltage is increased, the motor torque cannot be correspondingly increased with its current. Because the motor current contains the torque and other components (such as the excitation component) produced by the motor )."Vector Control" allocates the current value of the motor to determine the current component of the motor generating torque an
The mt7688an System Single chip can be used in the home automation bridge center. It integrates 1t1r 802.11n wi-fi radio, 580 MHz MIPS? 24kec? The CPU, 1-port Fast Ethernet phy, USB2.0 host, PCIe, SD-XC, and I2S/PCM support a variety of low-speed output interfaces in a single Single System Single Chip.
In Iot gateway mode, you can connect to the 802.11ac chipset through the PCIe interface and use it as the dual-band 802.11ac synchronization gate. The high-speed USB 2.0 interface can connect mt
Beaglebone black project training manual (university overlord internal materials)
Introduction: This tutorial is a follow-up tutorial of beaglebone black quick start tutorial. This tutorial focuses on project operations, describes led projects, sound projects, sensor projects, and display projects, and describes beaglebone black gpio, PWM, I2C, and other special interfaces in detail.
Trial: http://pan.baidu.com/s/1eQozxnG
Beaglebone black project trai
Label: style blog HTTP color use AR strong SP Div 21 interrupt sources of the AVR Microcontroller I/O port second function There is a single AVR Microcontroller timer. The timer/Counter 1 is 16bit, and the rest of the timer/Counter 0 and Timer/Counter 2 are 8bit timers. Timer Working Mode
Normal Mode
CTC Mode
Fast PWM mode
Phase Correction PWM mode
Phase frequency correction
In this section we mainly study buzzer driver, buzzer is also called PWM pulse width modulation, the basic principle is to control the buzzer by pulse to open and stop. A buzzer is a hardware device on a development Board that can control the sound emitted by a buzzer by writing a specific value to the register. This section describes the principle of buzzer implementation and implements a complete buzzer driver that can be turned on and off.
Excerpt from: http://blog.csdn.net/lincheng15/article/details/51789093To summarize: Multiplexing is a pin with several functions, 1. Do normal IO input and output 2. Input and output of other peripherals (such as I2C,TIM,SPI, etc.), this is reuse.Remapping is the PIN function redefined to other pins, such as PA9 is the USART1-TX default PIN, but now PA9 used for it, that can be usart1-tx remapped to PB6, of course, this mapping is not arbitrary to map to which foot on which foot, The inside of t
S5PV210 Hardware StructureThis chapter describes the hardware structure of the s5pv210, including the s5pv210 microprocessor, GPIO interface, PWM timer, DMA controller, UART serial interface, SPI interface, IIC bus interface and ADC and touch screen interface. The application examples and drivers of the interface are introduced.The s5pv210 is a 32-bit microprocessor with low power features that provide high-performance microprocessor solutions for mob
This chapter describes the principle of buzzer driver implementation.The buzzer is a hardware device on the s3c6410 Development Board. You can control the buzzer by writing a specific value to the register.The buzzer is realized by the principle that the PWM driver differs from the LED driver, and the PMW drive will consist of multiple files.Simulation Environment:/ROOT/DRIVERS/CH08/PWMThe PWM driver consis
constants and result variables are exported.Two Forcibly uninstalling Linux DriversScenario 1 : initialization function crashesThe initialization function of the Linux driver module crashes due to some operation, which causes the initialization functions not to return properly.situation 2. write in function is blockedWhen uninstalling a Linux drive using the RMMOD command, the system invokes the Unload function, which is only written when the function returns successfully, and the Linux driver
forward voltage of diode D1 and D2 equal, thermal coupling should be used. Ordinary small signal switching diode, 50MHZ when its rectification characteristics will be reduced, so, should choose Schottky Diode.Adjustment and electrical characteristicsThe resistor with ★ Mark is not added, input -20dbm,f=1mhz signal, adjust VR1, get 1vp-p voltage at the output end.The input voltage is amplified by 10DB, and the output is verified to be unchanged.Can I use TL026 as an input amplification stage for
1 description
Stm8s's IO Multiplexing program code is cumbersome to configure, typically operating flash to manipulate the option byte byte, configuration registers are more cumbersome and can be set using the STM standard Peripheral driver Library. This article uses an interface configuration to configure the IO multiplexing pin, which is configured using STVP.
2 configuration process
"Step1" Open STVP Software
"Step2" open
now in the temperature-controlled part of the algorithm, need every 0.25s The temperature data is collected and the corresponding control amount is calculated and output in PWM mode. In order to realize this function, the clock system is indispensable, and now the msp430f5438a clock System is researched. There are three timers in the msp430f5438a, as shown inThese three timers are ta0,ta1,tb0. TA0 has 5 capture/compare registers, TA1 has 3, and TB0 h
Beaglebone Black Project Training Manual (University bully Internal information)Introduction: This tutorial is a follow-up tutorial to the Beaglebone Black Quick Start tutorial. This tutorial focuses on project operations, explains led projects, sound projects, sensor projects, and display projects, and gives a detailed explanation of Beaglebone Black's special interfaces such as Gpio, PWM, and I²c. Probation : Http://pan.baidu.com/s/1eQozxnGBeaglebon
msp430f5529There are two categories of total4timer, timer_a timer 3 and timer_b timer 1 , according to each register with a capture /the number of comparators is named timer0_a(with 5 capture comparators),timer1_a(3 ),timer2_a( 3 ),timer0_b(7 ). In this chapter, we talk about timer timer0_a. ( A classes are the same)Note: All registers mentioned below are listed in the TA Back Insert 0 or 1 or 2 they say, respectively . timer0_a , timer1_a , timer2_a (I omitted the numbers here)6.1 Brief I
(1) twists and turns Transformer Phase Shifting technology, inverter rectification side through twists and turns Transformer Phase Shifting and achieve 30 pulse rectification, from the theory of less than 29 harmonic current can be eliminated, the harmonic suppression capability of the variable frequency power supply is greatly enhanced. Because the rectifier bridge uses a two-level Tube for uncontrolled rectification, the input voltage under any load is close to 1 in the phase shift of the inpu
same.typedefenum {PWM_1= 1,PWM_2,PWM_3,PWM_4,PWM_5,PWM_6} PWMName;typedefenum { // LPC Pin NamesP0_0= LPC_GPIO0_BASE,P0_1,P0_2,… // mbed DIP Pin Namesp5=P0_9,p6=P0_8,p7=P0_7,p8=P0_6,p9=P0_0,p10=P0_1,p11=P0_18,p12=P0_17, … // Not connectedNC= (int)0xFFFFFFFF} PinName;The L enumeration value can be used for judgment. The comparison rule for enumeration values is to compare them by their sequential number in the description, such as PWM5GT;PWM3.L An integer cannot be assigned directly to an enumer
The buzzer is a hardware device on the s3c6410 Development Board. You can control the buzzer by writing a specific value to the register. A complete buzzer drive (can turn the buzzer on and off). PW when the drive is implemented differently from the LED driver, the PWM driver will be composed of several files. This is also the standard implementation of most Linux drivers. That is to say-a complex driver is unlikely to put all the code in one file. It
This chapter is mainly about the buzzer driver, the buzzer iss3cc6410Development Board with a hardware device, this section will introduce the principle of the buzzer, and achieve a complete buzzer driver. This section describes theLinuxthe way the drive is divided into multiple files. The data structure, function code in these files can also be used by several different drivers, so this is also an important method of code reuse. In theLinuxDrive code reuse, for exampleCThe language source code
The buzzer is a hardware device on the S3C6410 Development Board that can control the buzzer by writing a specific value to the register. In the previous chapters, two complete Linux drivers were written:word_count Drive and led driver, two have one thing in common is a source code file. Code reuse can be divided into two types: static and dynamic. An important code consumer is about to be compiled together, resulting in an executable file or library.The buzzer is similar to the LED and is A
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service