1. Network Overview
Building a complete Zigbee mesh network includes two steps: network initialization and node joining the network. Node joining the network includes two steps: joining the network ...
[table=98%] [tr][td]I would like to ask a question: If I comment out this line of code, UART2_Send_1Byte(res);, the ESP8266 WIFI module cannot be initialized; but if I add UART2_Send_1Byte(res);, it c...
as follows:
code u8 STB1[][3]={};
code u8 STB2[][3]={};code u8 code *std[]={STB1,STB2}; This worked in 51 before, but there was a problem when ported to 32 (code has been changed to const). Error mess...
[i=s]This post was last edited by gs001588 on 2022-1-22 22:43[/i][Evaluation of domestic FPGA Gaoyun GW1N-4 series development board]——12. Two tips (multi-function pins and board silk screen)Tips (1):...
This is my first time to use CAN bus. Recently, I need to send and receive data through CAN bus. When I use microcontroller to send ID=0x401, I check the waveform and find that the actual data sent is...