HackSpace Magazine Issue 46 ( pages 70-71 ) shows a project to send MIDI music signals to a computer or other MIDI system. It uses a Raspberry Pi Pico and is programmed in CircuitPython.pdf download...
LSM6DSOX is a motion sensor from ST that includes a 3D MEMS accelerometer and a 3D MEMS gyroscope. It integrates a machine learning core to take over the first stage of motion tracking from the main p...
Developers in a wide range of markets, including mobile, automotive, IoT, and industrial, have been actively seeking a precise ranging technology to achieve accurate indoor and outdoor positioning. Fo...
Dear forum friends, there is a need to generate a 1us high-level TTL periodic signal recently. The microcontroller can achieve this 1uS high-level excitation, but I am worried about what problems will...
Original article by Mr. GaosuThe Tg test of copper clad laminates generally uses differential scanning calorimeter (DSC: DIFferential Scanning Calorimeter Mechanical Analysis), thermal mechanical anal...
In recent years, the design of smartphones has become increasingly focused on being thin, light and convenient, which not only sets higher standards for device integration, but also brings challeng...[Details]
Time-sensitive networking (TSN) technology is one of the key technologies for achieving high reliability and low latency in vehicle network communications. The TSN protocol family is very large and...[Details]
introduction
As an important means to improve system reliability, hardware monitoring chips have been widely used in the design of single-chip microcomputer and digital signal processor (D...[Details]
Required hardware: 51 microcontroller, ESP8266 (wifi module), DS18b20 (temperature sensor) Required software: You need to download a network debugging assistant on your mobile phone, which is includ...[Details]
1. DC resistance tester connection
Connect the I+, V+, V-, and I- terminals of the DC resistance tester to the test product according to the method in Figure 1. This connection method can eliminate...[Details]
With the rapid development of computer application technology, mobile storage devices have been widely used. Among them, CF (Compact Flash) card was born in 1994. It is the earliest flash memory card...[Details]
Switching characteristics are one of the most important characteristics of power semiconductor switching devices , which are represented by the driving voltage, terminal voltage, and terminal current...[Details]
Jiwei.com reported on December 17 that the well-known digital blogger @数码闲聊站 revealed the Geekbench5 running score of the vivo X60 Pro engineering machine, with a single-core score of 888 points and ...[Details]
1. Be familiar with the performance of common CMOS gate circuits such as NAND gate, NOR gate, XOR gate and inverter, and verify their logic functions. 2. Use the six inverters CD4069 to measure the d...[Details]
With the continuous development of electronic integration technology, many electronic products are designed using integrated chips, among which microcontrollers play an increasingly important role in...[Details]
0Introduction
In modern industrial measurement systems, the measurement of displacement and rotation speed is a key link. Although the early measurement systems were relatively matu...[Details]
On September 7, at the 2022 4th Global New Energy and Smart Vehicle Supply Chain Innovation Conference, Huang Xuejie, a researcher at the Institute of Physics, Chinese Academy of Sciences, said that ...[Details]
With the continuous intensification of the energy crisis and the continuous deterioration of environmental pollution, new energy vehicles have become the focus of attention of many countries and au...[Details]
The source program of the sending microcontroller is as follows: #include "ir_send.h" /*------------Initialize IO------------*/ void ir_init(void) { P2M0 = 0x80; //P2.7 strong push-pull ...[Details]
There are two debugging interfaces on stm32, one is the more common Jtag and the other is SWD. SWD occupies fewer IO ports, so we can use SWD to debug the MCU. In this way, except for the two lines o...[Details]