This time, the SHT3X temperature and humidity sensor is used to obtain the temperature and humidity of the current environment. The SHT3X temperature and humidity sensor has the characteristics of cal...
[i=s]This post was last edited by Jacktang on 2019-3-11 09:25[/i] [size=4]With the rapid development of wireless communication, integrated circuits, sensors, micro-electromechanical systems and other ...
[i=s]This post was last edited by xiaoli2018 on 2022-2-25 12:22[/i]It took me a long time to successfully develop the WS2812 driver, which I feel a little ashamed of.
WS2812B driver informationFrom th...
On the R329 development board with the armbian operating system installed , you can use the camera on the board to recognize the QR code.
First install the development library:
apt-get install libzbar...
The specific configuration of tm4c129EPI bus general mode is as follows:
void EPI_Init()
{SysCtlPeripheralEnable(SYSCTL_PERIPH_EPI0);//使能EPI模块SysCtlPeripheralEnable(SYSCTL_PERIPH_GPIOC);SysCtlPeripher...