The first program calls a VOID type function to convert an integer into a string outputvoid inttostring(int n,char string[]) {int i=0,j;while (n!=0){ string[i]='0'+n%10;i++;n/10;}string[i]='\0';for(j=...
I won't say much about threadX rtos. From the perspective of safety certification, it is enough to beat other rtos on the market. tx is also very convenient in porting, especially the support of ports...
STM32 provides a convenient firmware library, and users can complete serial port operations by calling limited APIs without understanding registers.
Upload two examples first, the examples run well on...
WinCE5 development question: How to get the path name of the PDA storage card? The directory name of each PDA storage card is different. How can I get it in the program? \Storage Card, \SDMMC, \Storag...
I just learned microcontrollers. I use VB as the host computer. I manually send 1-12 data. The first board uses the serial port to communicate with the computer and encodes each received data through ...
Microchip's PIC18F46J50 is a low-power, high-performance 8-bit USB microcontroller (MCU) using nanoWatt XLP technology. The current in deep sleep mode can be as low as 13nA, the operating voltage i...[Details]
This article discusses how to wake up a touch-sensitive device such as a tablet without touching the device, using basic gesture recognition and novel proximity sensors. The article discusses the p...[Details]
System design is a complex process. It is not enough to just use ICs. There are many details to consider. This article uses a high-fidelity music playback system as an example to introduce how to s...[Details]
Two simple circuits are implemented to drive two LEDs from a battery powered microprocessor.
This design is based on a circuit that uses three resistors and a microprocessor I/O pin as an input h...[Details]
In the previous series, we have listed some basic knowledge of C language in Tables 1 to 3. We hope that beginners can strengthen their memory of the above tables and gradually learn to use them wh...[Details]
Microcalorimetry
is used to determine energy relationships. Microcalorimetry techniques are often required when performing calorimetric experiments with small sample sizes or slow heating rat...[Details]
Continuity test
A variety of devices need to be checked for continuity, including cable assemblies, printed circuit boards, and connectors to ensure that these components have the expected contin...[Details]
The rectified DC voltage is then converted back to AC using power electronics such as insulated gate bipolar transistors.
The output voltage is switched on and off at a high frequency, control...[Details]
In the "digital pressure measurement" experimental device of applied physics, the subject technical knowledge of analog circuits, digital circuits, sensors and single-chip microcomputers is used. In o...[Details]
People who often surf the Internet until late at night, their families always complain that turning on the big lights in the living room affects their rest, but some people don't have keyboard ligh...[Details]
In recent years, with the increasing maturity of LED technology, LED light sources have been increasingly widely used due to their advantages of using low-voltage power supply, low energy consumpti...[Details]
Based on the actual situation, a remote intelligent anti-theft alarm device for home use, connected to the telephone line, simple to operate, and stable and reliable in operation is designed. When ...[Details]
The principles to be followed are as follows:
(1) In terms of component layout, related components should be placed as close as possible. For example, clock generators, crystal oscillat...[Details]
1 Introduction
CAN (Controller Area Network) bus is a kind of field bus. It is used in many industrial sectors due to its outstanding advantages such as high performance, high reliability, high...[Details]
1. Project Introduction
Beijing Benz-Daimler Chrysler Co., Ltd. is a joint venture between Beijing BAIC Group and Benz-Daimler Chrysler. In October 2005, it started to build a new automobile ...[Details]