-
1.PICC installation: The PICC compiler can be directly connected to the MPLAB-IDE integrated development platform to achieve integrated compilation connection and source code debugging. Using t...[Details]
-
Preface
Athena 2.0 is a chassis developed by Slamtec that is equipped with a new SLAM autonomous positioning and navigation system and laser vision multiple navigation solutions. It can au...[Details]
-
To build a new broadband community, we have many options to choose from, including Ethernet access, ADSL access, Cable Modem and HFC network solutions, and fiber access solutions. How should we choose...[Details]
-
1. What is an interrupt? To repeat, when the CPU is processing an event A, another event B occurs that requires the CPU to process it quickly (interrupt occurs); the CPU temporarily interrupts its ...[Details]
-
1. Why use a non-contact infrared thermometer? Non-contact infrared thermometers use infrared technology to quickly and easily measure the surface temperature of an object.
No mechanical contact with...[Details]
-
The so-called A/D converter is an analog to digital converter (ADC for short), which converts the input analog signal into a digital signal. Here we use ADC0804 to do this experiment, and the figure ...[Details]
-
According to the Wall Street Journal, people familiar with the matter said that Micron Technology and Western Digital are both exploring a potential deal to acquire Japanese semiconductor company Kio...[Details]
-
According to British media Metro, the British government is currently working with Internet service providers and telecom operators to cancel the current data traffic restrictions on fixed broadband ...[Details]
-
The installed cost per watt direct current (Wdc) of utility-scale solar projects in the United States is expected to decline by an average of 7% per year between 2017 and 2022.
According to GTM...[Details]
-
Introduction
With the continuous development of industrial technology, the development and application of human-machine interface are unprecedentedly hot. In order to have a more friendly hum...[Details]
-
1. Introduction This circuit mainly consists of 51 single-chip microcomputer, LCD1602 module and DS1302 chip, and displays the current time through LCD1062. 2. Operation Effect 3. Source Files ma...[Details]
-
V-cone flowmeter is widely used in the fields of petroleum, chemical industry, natural gas, etc. due to its simple structure, firmness, easy duplication, strong versatility and low price. This product...[Details]
-
For the single-chip microcomputer, the processing power is limited. I use stm32 to directly use the printf function (of course printf uses the serial port method), and directly use printf ("xxxx=%f",...[Details]
-
PIC microcontrollers play an important role in both study and work. In previous articles, the editor has introduced the assembly instructions of PIC microcontrollers to help everyone better master PI...[Details]
-
SysTick timing calculation (when the system clock is 72M) t = Reload * (1/Clk) When Clk = 72M, t = (72) * (1 / 72M) = 1 us When Clk = 72M, t = (72000) * (1 / 72M) = 1ms 1s = 1000ms = 1000 000 u...[Details]