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.
Hello,
I'm currently reading the RF430-TMPSNS-EVM with the MSP430FR4133 as per the guidelines and tutorial provided by TI. However, I want to send this data over bluetooth and was unable to with the HC05 module. So, I'm thinking of sending the data from the MSP430FR4133 to my Arduino Uno board. Then from there, I can send that data over bluetooth as I have the HC05 working there.
Can someone please help me out or point me in the right direction?
Also, I was redirected to this forum section from:
https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/674758
Thanks,
Kobe
Hello Kobe,
there are many ways, how to do, what you're intending to do. It depends on what resources in terms of pin and module functionality you have available on both sides, MSP430 and Arduino. The MSP430FR4133 is supporting I2C, SPI and UART communication by HW support. But you could of course implement proprietary protocols by SW too. For the standard communication formats, we offer various code examples within our Code Composer Studio IDE, including simple code examples, but also Driver Libraries, with a higher abstraction Layer.
Please see the screen shot of the CCS IDE below.
Best regards
Peter
**Attention** This is a public forum