I received the board and I'll show it off first. I thought it was an LQFP package, but it turned out not to be. It was too hard to solder it myself, so I was a little disappointed. The board was solde...
This is an octal counter, the code is as follows:module counter_8 (clock,clear,q);input clock, clear;output[2:0] q;reg[2:0] q;always @(posedge clock or negedge clear)begin if(!clear)q=0; elseq = q +1;...
Low power consumption, what is it all about?
Low power consumption has always been a battleground for major chip manufacturers. Since March this year, many products based on M0 and M3 cores have sud...
I wrote an IIC stream interface driver to read and write EEPROM 24C02 (U1) and another IIC interface device (U2). The A0A1A2 addresses of these two devices are different, and they use round-robin meth...
[font=黑体][size=3][p=30, 2, left][font=黑体][size=3]I made a power meter using msp430g2553+AD10 voltage acquisition+12864 power display[/size][/font][/p][/size][/font]:victory:...
Some time ago, I attended the 4th Energy Chemistry Forum of the Chinese Chemical Society and learned about high-energy-density and high-safety batteries. I would like to summarize and share this wi...[Details]
As the number of cars increases, environmental pressures are also increasing. At this time, some people are saying that new energy vehicles are energy-efficient and environmentally friendly, and ar...[Details]
One of the most core components of electric vehicles is the motor. The power supply provides electrical energy to the motor, which converts this electrical energy into mechanical energy, which in t...[Details]
China, August 21, 2025 – STMicroelectronics (NYSE: STM), a world-leading semiconductor company serving a wide range of electronics applications, has published its IFRS 2025 semi-annual financial re...[Details]
introduction
The rapid adoption of computers has led to a growing number of tasks being performed on them. People from all walks of life, especially programmers and writers, are spending incre...[Details]
The basic structure of the power grid dispatching automation system includes three parts: control center, master station system, plant terminal (RTU) and information channel. According to the diffe...[Details]
Silicon carbide (SiC) power switching devices are becoming a popular choice for industrial battery applications due to their ability to achieve faster switching speeds and superior low-loss operati...[Details]
On August 14th, Zhiyuan
Robotics
officially
open-sourced
its world model, GenieEnvisioner (GE), unveiled in July
, and once again promoted the concept of "the industry's first world ...[Details]
On August 8, PetroChina Southwest Oil & Gas Field Company's 35kV Zhouping Line centralized battery energy storage system successfully completed a 24/7 trial run, achieving full compliance with all ...[Details]
1. Signal Type of Vibration Sensor
The signal type of a vibration sensor depends mainly on its operating principle and measurement parameters. The following are some common signal types:
...[Details]
On August 15, Zhiyuan Robotics announced through its official account yesterday that it has launched the industry's first unified world model platform for real-world robot manipulation - Genie Envi...[Details]
Once the half-year data on power batteries came out, the situation became clearer.
According to the latest data from South Korean research firm SNE Research, global installed capacity of...[Details]
On August 8, AB Dynamics launched ClearTrack, a fully integrated object detection system for testing unmanned robot-controlled vehicles. The system was jointly developed with its sister company ABD...[Details]
Future homes are likely to contain numerous household devices connected via a home network bus to a central device providing overall control. Building this so-called "smart home" involves numerous ...[Details]
Car cameras are often exposed to the elements, often exposed to wind and rain, and even to high-pressure water jets during car washes. Therefore, it is essential for these cameras to have excellent...[Details]