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.
I have two TMS320F28335 microcontrollers, I have problem to make the wireless communication between them. I want to send and receive data from one microcontroller to the other one synchronously.
For example, the first microcontroller gets the voltage value from ADC module, then it sends the voltage value to the second microcontroller, after calculation in the second MCU, the result is sent back to the first MCU.
Could anyone tell me how to realize this? Also, what communication interface is need to do this?
thanks.
Yuan,
Do you have any wireless protocols required for this design, such as Bluetooth or WiFi?
Most of our wireless devices can communicate via SPI or UART; which you choose is usually determined by data throughput needs.
Sean Bigley said:Do you have any wireless protocols required for this design, such as Bluetooth or WiFi?
You can opt for CC3200 too :)
Hence only communication part has to be achieved between C2000 and wireless mcu.
Regards,
Gautam