You can use the ble_app_peripheral example to stream data to your android, use the ADC_VAL_1 characteristic. You can use a generic android app in order to read the data from your phone display. Or if you want to show the results on the terminal of the pc, i suppose that you could modify the DSPS application and send data to your pc using two da's.
What code should I go for for SPI before that? I could not figure it out Also, is there any special requirements for hardware configuration for these codes?
If you want to burn the image to your SPI you have to make the proper configurations for downloading it to your SPI check the user manual for the dev kit you are using to make the proper jumper connections. In order to download code to your SPI you can use the Smart Snippets Tool. Dialogs development kits are properly equipped for running the applications i ve mentioned in my previous post except the expert dev which isn't equipped with an SPI.
Hi mazhar897,
You can use the ble_app_peripheral example to stream data to your android, use the ADC_VAL_1 characteristic. You can use a generic android app in order to read the data from your phone display. Or if you want to show the results on the terminal of the pc, i suppose that you could modify the DSPS application and send data to your pc using two da's.
Thanks MT_dialog
What code should I go for for SPI before that? I could not figure it out
Also, is there any special requirements for hardware configuration for these codes?
Hi mazhar897,
If you want to burn the image to your SPI you have to make the proper configurations for downloading it to your SPI check the user manual for the dev kit you are using to make the proper jumper connections. In order to download code to your SPI you can use the Smart Snippets Tool. Dialogs development kits are properly equipped for running the applications i ve mentioned in my previous post except the expert dev which isn't equipped with an SPI.
Thanks MT_dialog