I use zstack to read the RSSI value. I don't know what is the normal RSSI value between two nodes? What is the threshold value to judge that the channel noise is too large and not suitable for transmi...
In a blink of an eye, we are all living in the Year of the Dragon. May everyone have a happy Year of the Dragon and may you all travel the world with dragons! I remember that I posted a post before th...
1. Use WinCE5.0 operating system to establish a dial-up connection named "GPRS". The GPRS module uses the serial port to connect to the WINCE motherboard. 2. VS2005 uses C# to encapsulate the Ras API ...
I want to get 5V and 15V voltages at the same time. This circuit is theoretically possible, but I don't know if it will work when connected into a practical circuit. If you have made a power supply, c...
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[Details]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
At the early morning of November 17th, Beijing time, at the Global Supercomputing Conference held in Denver, the United States, the "nonlinear earthquake simulation" application completed by the te...[Details]
Recently, the Ericsson Mobility Report pointed out that
5G
is expected to be deployed first in dense urban areas to support eMBB (enhanced mobile broadband) services. The report predicts th...[Details]
The following is a software simulation PT2272 decoding program, which is simply posted here for your reference. Software decoding program (simulation PT2272) ; ;The crystal frequency is 11.0592MHz...[Details]
The technical collaboration with Swedish battery manufacturer Northvolt will focus on developing system design solutions to integrate energy storage into wind and hybrid power plants.
Vest...[Details]
2017 is destined to be an extraordinary year in the history of artificial intelligence. "Artificial Intelligence" has become one of the "Top Ten Buzzwords" in the media. After several ups and downs...[Details]
iPhone X is a crucial product for Apple , not only because it shoulders the important task of driving Apple's performance growth, but also represents the future development direction of Apple's mo...[Details]
There are many special chips for remote control transmitters, which can be divided into two categories according to the encoding format. Here we will use the one that is more widely used and easie...[Details]
ARM's research and development journey is long and interesting. Its well-known development advantages and its helplessness when faced with problems make people love and hate ARM. What is your relat...[Details]