Other Parts Discussed in Thread: CC2540cc2540,1.32协议栈,有没有做过相关速度测试的同学说一下自己的测试方法?我是定义了一个20字节的buffer,发送1000个buffer,计算速度。但是如果我设立event不断调用的话,一上来就会发送,这是还没有建立链接,数据应该是不准的,应该怎么处理好?
Does anyone have the setup for the CC2540 ADC to read the battery voltage?
HalAdcSetReference( HAL_ADC_REF_125V );
adc= HalAdcRead( HAL_ADC_CHN_VDD3, HAL_ADC_RESOLUTION_10 );
This is my setup and I'm getting value way out of line.
peach