I am trying to send data from a sensor to the EZ430-RF2560 and then to a Samsung tablet. I was able to establish communication between the EZ430 and the tablet and I was able to send simple strings of data to the tablet when SW2 on the EZ430 is pressed.
I successfully sent data from the sensor to the EZ430 and then to a computer, through the UART port, but now I would like to send the sensor data to the tablet using Bluetooth. I am working with the accelerometer demo files that came with the EZ430, but I am not able to figure out where I need to make the necessary changes. Is the appl_spp.c the only file I need to worry about to get this working? As I said before, I have the working code that transmits the data from the sensor to the EZ430 and then to a laptop through the USB, but I want to make it send the data to the tablet using Bluetooth.
I have searched online for solutions, but there is very little information on the EZ430-RF2560 bluetooth aspect (except for the developers guide).
Thanks in advance for any suggestions.