-
Recently, the results of the 2018 German Red Dot Design Award were announced. GoodWe, a company located in Suzhou High-tech Zone, stood out among thousands of outstanding design products from 5...[Details]
-
The photovoltaic inverter is the core equipment of the photovoltaic system. Its main function is to convert the direct current generated by the photovoltaic modules into alternating current that meets...[Details]
-
In the Huaxing Optoelectronics LCD panel
factory
located in Guangming New District, Shenzhen
, apart from a few people repairing machines, it is often difficult to see other people. Here, ev...[Details]
-
This program is used in the development board to generate sounds of different frequencies. The overall program is relatively simple, mainly using two timers. The code and my comments are as follows. ...[Details]
-
On the eve of 5G
commercialization,
ZTE
has established and adhered to
the
5G
pioneer strategy, focusing on
5G
end-to-end solutions, and investing in standard setting, ...[Details]
-
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
-
#include reg52.h //Include the header file. Generally, no modification is required. The header file contains the definition of special function registers. /*-------------...[Details]
-
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]
-
Abstract: This article mainly introduces the installation of PonyProg2000 version 2.06c beta for Windows and the method of using this program to develop AVR series microcontrollers. I hope it can be ...[Details]
-
.include "8515def.inc" .equ rs=0 .equ rw=1 .equ en=2 .org $000 rjmp reset reset: .org $010 ldi r16,low(ramend) ldi r17,high(ramend) out spl,r16 out sph,r17 main: ser r16 out ddra,r16 out port...[Details]
-
Brushless DC motors are cool (and they make you friends). No one likes to talk about actual hardware (but I'm going to do it). Discrete and integrated gate drivers each have advantages and disadv...[Details]
-
* Code adapted from Atmel AVR ApplICation Note AVR306 * PolLED mode driver for UART, this is the similar to the * library default putchar() and getchar() in ICCAVR */ #include io8515.h #include macr...[Details]
-
AVR serial port says it has multi-machine communication function, which means it sends the slave address in the first frame and then sends data. So where is the slave address written? Does the slave ...[Details]
-
Hardware description: PB5 of ATmega48/88/168 is the SPI clock output, connected to the shift clock input of 74HC595/74HC165; PB4 is the MISO data input of SPI, connected to the data output of 74HC165...[Details]
-
In a photovoltaic system, a photovoltaic array is usually formed by connecting multiple components in series and parallel. Due to the inconsistency of the electrical parameters of the components ...[Details]