4 posts / 0 new
Last post
mazhar897
Offline
Last seen:5 years 4 months ago
加入:2015-07-24 22:52
Display

What code sample is available to display data on a screen?

我想让数据从gps和说play it on the screen through DA1480.

Device:
MT_dialog
Offline
Last seen:1 week 6 days ago
Staff
加入:2015-06-08 11:34
Hi mazhar897,

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

mazhar897
Offline
Last seen:5 years 4 months ago
加入:2015-07-24 22:52
What code should I go for for

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?

MT_dialog
Offline
Last seen:1 week 6 days ago
Staff
加入:2015-06-08 11:34
Hi mazhar897,

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