I have a requirement for 6 buttons (hardware). When pressed, they send fixed characters to the PC serial port, and each button character is unique. I don't know C language, I only know JAVA. Is there ...
When designing PCB, we often encounter various problems, such as impedance matching, EMI rules, etc. This article has compiled some difficult questions and answers related to high-speed PCB, hoping to...
[i=s]This post was last edited by damiaa on 2022-1-6 09:18[/i]1. First, download and install Simplicity Studio 5. I won't go into details here.
2. Check out https://www.silabs.com/development-tools/th...
There are many protocols and boards. The protocols support low-power Bluetooth, ZigBee, Thread and other network applications based on IEEE 802.15.4. Needless to say, the number of boards is one set. ...
littleshrimpSpecial Edition for Assessment Centres
There are 2 programs in total. Program 1 sends: #include
#define TXBUF_SIZE 32 /*maximum capacity of transmit FIFO*/ unsigned char TX_BUFF[TXBUF_SIZE]; /*transmit FIFO buffer array*/ unsigned int UART...