Is there any code example of using FRDM KW41Z sensors?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Is there any code example of using FRDM KW41Z sensors?

603 Views
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 Kudos
1 Reply

522 Views
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 Kudos