[i=s]This post was last edited by damiaa on 2022-9-15 12:36[/i]【Home treasure】 esp32s2 freertos communication between tasks xMessageBuffer
The message buffer allows discrete messages of variable lengt...
RS Components and Allied Electronics (Allied) have recently launched and started shipping a Raspberry Pi camera module. RS Components first unveiled the camera module prototype at the Munich Electroni...
Anyway, I'm not a professional. I didn't finish my freshman year in high school. I learned TV repair for a few months in 2001. Microcontrollers are purely a hobby. I thought this thing was really magi...
Opportunities and Challenges:
Solar energy will become the most ideal alternative energy for mankindmy country ushers in the "solar energy era"Solar inverter power supply market has broad prospects
Ma...
In the past, high-definition digital content could only be carried on physical disks and required special equipment to play; now, broadband connections are ubiquitous, and high-definition digital cont...
When developing with Cortex-M processors, the most feared error for many engineers is Hard Fault during debugging. There are many reasons that may cause Fault exceptions. In addition to the program it...
The global PV inverter market will shrink from $6.3 billion in 2017 to $3.7 billion in 2022 due to falling prices, according to GlobalData.
Global PV Inverter Market Value to Shrink to $3.7 Bil...[Details]
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[Details]
According to foreign media reports, the 2018 GMC Terrain Denali is equipped with multiple collision detection systems, and a recent test verified the safety of the system. Even when driving in a bu...[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]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[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]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
In the packaging process of a production line, every time the conveyor belt of the production line delivers a product to the packaging machine, the "SP" terminal outputs a pulse to the T1 terminal of...[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]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
After the first public release of the prospectus of CATL, a new vitality was injected into new energy vehicles. According to market speculation, CATL is expected to issue at around 60 yuan per shar...[Details]
pt2262 source code written by EM78P156 ;this program is HOME ALARM ; n ;this progam write and test for 01.2.18---3.5 ;Chip EM78P156 F=3.58 MHz ;SETUP : CYCLE=2,CLOCK=...[Details]
Convert a byte of binary to two hexadecimal ASCII codes main: mov a,@0x9f ; the binary number is 0x9f mov 0x30,a ; store binary number in 0x30 mov a,@0x02 mov 0x10,a ;0x10 stores the conversion numbe...[Details]