I often see people use large capacitors or 18650 batteries, directly connect two wires, without any protection, and then use them as welding machines. I have always wondered why they don’t explode? Is...
Murata Manufacturing's device simulation software recommendations
https://ds.murata.co.jp/simsurfing/index.html?lcid=zh-cn
Enter any device and click on simulation to enter:
https://ds.murata.co.jp/nf...
Visualize wind speed on ship lights using live data from a DavisVantage Pro 2 weather station from the UCL Connected Environments Lab. The color of the ship lights changes from green to red every 3 se...
In addition to introducing the topology of basic switching converters, this book also introduces the control strategy of switching converters, the closed-loop control of switching converters, and the ...
As the year draws to a close, I have a lot of things to do and have to work overtime on weekends, so I don't have much time to play the Xingkong board. Taking advantage of the afternoon break, I conti...
This book mainly introduces DC and AC speed control systems, as well as the simulation technology of speed control systems. It is a novel textbook that organically combines AC and DC speed control tec...
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
MCS-51 single-chip microcomputer timer/counter experiment programming program Programming requirements: 1. Connect a light-emitting diode LED to the P1.0 pin, light up for two seconds, turn off for o...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]
The clock frequency of the 80C51 microcontroller is 12MHz, and the timer T1 and P1.0 are used to output rectangular pulses. The waveform only shows two segments: one segment is 100us and the other se...[Details]
Assume that the MCS-51 microcontroller uses a 12MHz crystal oscillator, and wants to use a timer to generate a pulse with a duty cycle of about 30% and a period of 60ms at port P1.0. ;==============...[Details]