The chip analyzed this time is LPS22HH, the interface is still IIC, the driver is still the original one, first experiment to read the ID;uint8_t LPS22HH_Read_Date(uint8_t SlaveAddress, uint8_t RegAdd...
Opening remarks
I was supposed to finish the OTA review of CH579 in 2020, but I am a lazy person and I am reluctant to put down the "King of Pesticides" until now. . .
Without further ado, let’s get t...
IAR's debug mode can view the real-time value of variables. Let's demonstrate it below. First, we modify the hello_world program. We define a variable i in the main function, and then write a for loop...
A simple mesh network data collector for a smart meter advanced metering infrastructure (AMI) network is designed and implemented. The network is an IPv6 based low power wireless personal area network...
To use the RTE environment to build RL-USB or RL-TCPnet or CMSIS-Driver -SPI/CAN; then the basic code must be added, otherwise the code generated by RTE cannot be usedAs shown in the picture, the repe...
LED PWM ReviewsESP32-C3 has 6 LED PWM generators inside, which can be used for PWM output, with a precision of up to 14 bits, and an input clock of up to 80MHZ . It also supports fractional frequency ...