Shenzhen Changjiang Connector Co., Ltd. is a world-leading professional connector manufacturer with 20 years of experience. Its products mainly include wire-to-board connectors, board-to-board connectors, wire-to-wire connectors, wire harness processing and connector design, mold development and manufacturing. It is compatible with international brand connectors from Europe, the United States, Japan, South Korea and other countries.
Table of contentsRaspberry Pi Windows IoT Development (Part 1)
Raspberry Pi Windows IoT Development (Part 2) USB Camera
Raspberry Pi Windows IoT Development (Part 3) Flashing LED
Raspberry Pi Windows ...
Today we are pushing a special topic, mainly introducing how to find, use and importance of chip manual datasheets. Datasheets are important information for both hardware circuit design and programmin...
Introducing the use of Arduino with the Pyboard.Install the STM32CubeProgrammer software
Install Arduino Software
Add the URL in options:
https://raw.githubusercontent.com/stm32...index.json
Install S...
[i=s]This post was last edited by YangTwo on 2021-8-15 17:09[/i]After connecting the development board to the computer, open ssv5, and the tool can automatically identify our development boardClick st...
[i=s]This post was last edited by lising on 2019-5-13 22:58[/i] The content of this experiment is serial communication USART0, which sends data to the PC through print output statements and displays i...
Switching power supplies have been widely used for their advantages such as high efficiency and small size. The converter is the most important component of the switching power supply. There are fiv...[Details]
Note that the ucos code (that is, the code in the main function) and the startup code both work in Supervisor mode, while IRQ works in External Interrupt mode. The register sets used in these two mod...[Details]
Application scenario: For pure electric vehicles, thermal management control becomes complicated. The three-electric architecture of pure electric vehicles requires cooling or heating of the entire...[Details]
OB1: Main program; OB100: Initialization program (no need to call the main program); OB35: 100ms (modifiable) interrupt (no need to call the main program), can call the PID module; OB80, OB82, OB85...[Details]
A friend who does EMC simulation asked me what is the most critical point when doing electromagnetic compatibility simulation of brushless motor electric drive. I think it is necessary to generate ...[Details]
Yesterday, Xiaomi officially released the Xiaomi MIX Alpha surround screen concept phone. Many people think that Xiaomi MIX Alpha is a bit similar to Xiaomi’s first dual-folding screen phone announce...[Details]
When playing with STM32, J-LINK emulator is good, but J-Link is expensive. Fortunately, STM32 has its own bootloader, which can download programs through the serial port. I think the serial port down...[Details]
A few days ago, digital blogger @数码闲聊站 exposed the charger of realme's new flagship. He revealed that the charger supports 20V 6.25A up to 125W super flash charging, and the compatible protocol is go...[Details]
Abstract: M-type grinding machine is a kind of electromechanical equipment with high automation requirements. The control circuit of the traditional relay-controlled centerless grinding machine is ...[Details]
Outline:
Serial port roles: 1. Data transmission. 2. Acting as a console.
Data transmission: In addition to using USB and the network to transmit data, two embedded dev...[Details]
Today I saw a friend sharing information about the DM-I 120km battery version (previously the official statement was that it covers the battery power gradient of 8.3~46kWh), which is a picture stream...[Details]
On the afternoon of December 29, the CNNC Tancheng 101MW/204MWh energy storage power station was successfully connected to the grid. The project is one of the first batch of key infrastructure proj...[Details]
With innovative technology and high-quality products, we help the industry meet the challenges of high-power power supply
Beijing, China, August 8th -
The 2024 Open Compute China...[Details]
After Apple held a new product launch this week, its market value soared to the top of $1 trillion, making it a super-large company that is as rich as a country. Even Steve Jobs would have found it d...[Details]
uchar buttion(void)//key reading and writing program
{uchar keybuf1=0x00,keybuf2=0x00,keysta=0x00;
bit zz=0,z12=0,z23=0,z31=0,
ff=0,f12=0,f23=0,f31=0,gnd=0;
//Read three grounding buttons firs...[Details]