Is there any code example of using FRDM KW41Z sensors?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Is there any code example of using FRDM KW41Z sensors?

1,064 次查看
satsok_n
Contributor III

The project which I am working on has FreeRTOS on FRDM-KW41Z. I would like to know if there is an example of using board sensors within FreeRTOS? 

0 项奖励
回复
1 回复

983 次查看
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Kostas, I hope you're doing well!

 

If you're using connectivity Stack along with the sensors, I would recommend checking the BLE Temperature Sensor SDK example:

<…\SDK_SDK_2.2.1_FRDM-KW41Z\boards\frdmkw41z\wireless_examples\bluetooth\temperature_sensor\freertos>

 

This example uses the on-board Temperature Sensor to reports it to the Temperature Collector device.

 

Other useful examples are the FreeRTOS driver SDK Examples for I2C or SPI (depending on the type of sensor you'll be using).

 

These can be found in the following path:

<…\SDK_SDK_2.2.1_FRDM-KW41Z\boards\frdmkw41z\rtos_examples>

 

Please let me know if you need any more information.

 

Best regards,

Sebastian

0 项奖励
回复