given this firmware => 'http://www.ti.com/tool/TIDM-BIOSIGNMONITOR' could we output our data to Uart0 instead of over I2C? there are probably a bunch of places that it would need to be changed, I just need to know where
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
given this firmware => 'http://www.ti.com/tool/TIDM-BIOSIGNMONITOR' could we output our data to Uart0 instead of over I2C? there are probably a bunch of places that it would need to be changed, I just need to know where
Hello,
The data output is through RF430CL331 which is I2C interface, doesn't support UART. Do you mean output data to host using UART communication instead of NFC chip with I2C? If so, you need:
1. Delete the RF430CL331 process part and add the UART output code after getting sensors data in Exec_run() function.
2. Create UART communication interface just like I2CInterface.h/I2CInterface.c, and perform initialization function in main.c, perform UART_outputSensorData() function in Exec_run().
B.R
Winter
**Attention** This is a public forum