Project_zero of cc2640r2f adds pwm output to the peripheral circuit to drive the small motor function: cc2640r2f outputs 4 controllable PWM, 2 signals can drive a small motor forward and reverse signa...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 19:57[/i]Common electronic component detection methods and experience (Part 1) Component detection is a basic skill for home appliance mai...
[i=s]This post was last edited by Bai Ding on 2016-2-7 17:42[/i] Reposted from [url=http://www.21ic.com/mcucourse/201601/661616.htm]http://www.21ic.com/mcucourse/201601/661616.htm[/url] Over the past ...
I used to use CCS3.3, because the software was too prone to blue screens and crashes, and using a virtual machine seriously affected the speed of the emulator. So I switched to CCS5.2.The ECLIPS archi...
Where should the mpu6050 be placed? What are the differences between the results measured in different places? The purpose of solving the above problems is to obtain a more accurate pendulum deflectio...
I use C++ to create an array, char mmsContent[65535]; memset(mmsContent, 0, sizeof(mmsContent)); but the program will exit when it reaches the array declaration. It also doesn't work to create it in t...