Live broadcast time: November 24, 14:00-15:30Live broadcast topic: Detailed explanation of NXP embedded human-machine interface solutionsSpeech document: Click here to downloadWatch replay: Click to w...
I recently completed a brushless DC motor speed control project. I consulted various blogs and papers written by experts. Here I will only make a small summary; FOC (Field Oriented Control) is a mathe...
PyPortal Pynt clock/weather display using CircuitPython, with RTC and NTP automatic time synchronization support.https://github.com/imekon/weather-clock...
Preface
This guide document is applicable to the development environment:
Windows development environment: Windows 7 64bit, Windows 10 64bit
Linux development environment: Ubuntu 14.04.3 64bit
Virtual...
Gizwits is positioned as smart hardware. The direction is that you use our hardware. We can provide us with software APIs. Everything is ready for you. You just need to know how to use it. It has abso...
The latest news from Japan: Panasonic of Japan is ready to mass-produce the latest lithium-ion batteries for Tesla. If things go well, Tesla will be able to be equipped with this new battery that can...[Details]
1. Overview of Wireless Charging
Wireless charging technology shows great potential in the consumer market. Charging electronic
devices
without the use of wires
not only provi...[Details]
After staying up late for a few days, the controller is finally completed. It costs hundreds of yuan to buy someone else's set, but only tens of yuan to make it yourself. It is still worth it. I will ...[Details]
1: Configure the port first: GPIO_Init(LEDS_PORT, ( TX ), GPIO_MODE_OUT_PP_LOW_FAST); GPIO_Init(LEDS_PORT, ( RX ) , GPIO_MODE_IN_PU_NO_IT ); Note: At the beginning, after the program was writte...[Details]
The integrated orifice flowmeter is a differential pressure generating device for measuring flow. It can measure the flow of various fluids in the pipeline with a differential pressure transmitter. T...[Details]
(Image source: NXP official website) According to foreign media reports, on April 17 local time, Dutch chipmaker NXP Semiconductors NV announced that it has invested in Chinese autonomous driving t...[Details]
After successfully completing its "internship" at the BMW assembly plant, the humanoid Figure 02, hailed as the "strongest on earth", was recently launched, marking its official entry into the broa...[Details]
The following is a decoding program for the infrared remote control that comes with the 51 experiment board. It can read out the key value of each button on the infrared remote control and display it...[Details]
On November 8, Zotye Motors issued a clarification announcement to refute rumors previously reported by the media that "Zotyy's battery technology is more advanced than CATL." Rumor has it that Zot...[Details]
With the development of electronic technology, liquid crystal displays (LCD) will be used in these systems. With the introduction of graphic LCD screens, the display methods of intelligent instrume...[Details]
The AC current probe is a high-frequency probe capable of measuring DC and AC simultaneously. Its features include: high bandwidth, which can accurately and quickly capture current waveforms; high ...[Details]
Huabei Oilfield is one of the important oil producing areas in my country. The developed oil and gas fields are mainly concentrated in the Jizhong area of Hebei Province and Inner Mongolia. The exp...[Details]
The Munich Shanghai Electronics Show, known as the weathervane of China's electronics industry, will be held grandly at the Shanghai National Convention and Exhibition Center from July 3 to 5, 2020. ...[Details]
Manufacturers of cars, trucks, buses and motorcycles are rapidly electrifying their vehicles to improve the fuel efficiency of internal combustion engines and reduce carbon dioxide emissions. There a...[Details]
Code efficiency includes two aspects: code size and code execution speed. If the code is concise and the execution speed is fast, we say that the code is efficient. Generally speaking, th...[Details]