-
Development Background: 1. Main chip - STM32F207VCT6; 2. TCP/IP protocol stack - LWIP, transplanted based on ST routines; 3. Operating system - none (bare metal); Anomalies: 1. Power on the device wi...[Details]
-
With the implementation of the first version of the NR sub-6GHz draft of 3GPP in December 2017, and the subsequent Phase 2 drafts, semiconductor manufacturers and terminal manufacturers began to ...[Details]
-
In recent years, in addition to Huawei Kirin
chips
in the mobile phone industry
, Xiaomi's own processor Pengpai S1, AI
chip
start-ups such as Cambrian, Horizon, and Deephi Technolo...[Details]
-
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
-
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
-
International Solar Photovoltaic Network News: On November 21, Australia's SMA Solar Technology Co., Ltd. signed a contract with the local government to provide photovoltaic inverters with an insta...[Details]
-
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
-
#include MSP430x12x2.h #define TEM_ADC_CHL 0x0a void InitSys(void); void Read_ADC(unsigned int INCH_channel); void ADC_TO_TEM(void); unsigned int ADC_sample_val; unsigned int long temp1,temp2;...[Details]
-
MSP430 uses ADC10 to measure the voltage of the temperature diode inside the chip #include "msp430x22x4.h" //This program uses ADC10 to measure the voltage of the temperature diode inside the chip ...[Details]
-
Note that when the STM32F407 is sampling AD, if the pin is floating, the voltage collected at this time is not 0. 1 ADC pin initialization void Lsens_Init(void) { GPIO_InitTypeDef GPIO_...[Details]
-
Compared with the F1 chip, the F4 RTC has been greatly improved. The F4 RTC provides a calendar clock and two programmable alarm interrupts, and a periodic programmable wake-up flag. This makes it ve...[Details]
-
With proximity touch
sensors
, there is literally no pressing. Because they are touch buttons, not push buttons. In any case, proximity touch sensors have no moving parts. No springs, no ta...[Details]
-
What is most important to
robots
?
A complex mechanical device that can bounce violently? Various expensive sensors? Or conquer the world with a cute appearance like EVE?
...[Details]
-
China Energy Storage Network:
With the implementation of the energy Internet pilot demonstration project, the policy of vigorously developing the energy Internet is clear-cut. Faced with the ...[Details]
-
In engineers' daily tests, power analysis is the most basic requirement. While measuring power, waveform recording and analysis are often required. Many engineers even use pens to record. Today, I wi...[Details]