Can the host_proxm_sdk software be use at linux?

6 posts / 0 new
Last post
ByungeonJeong
Offline
Last seen:5 years 3 months ago
Joined:2014-08-12 01:33
Can the host_proxm_sdk software be use at linux?

Hello!.

I have a question about host_proxm_sdk sample code based on windows.
Really , This project is very good in order to windows platform.
But, We must be ported this software to the embedded linux.
and I would like to know how to use host_proxm_sdk software in environment based on embedded linux.
I'm wondering whether host_proxm_sdk ported in embedded linux is compiled or GTL environment could be used in there.

* Embedded linux(host_proxm_sdk ) <--GTL(uart)--> monitor_fe |---air---| repoter_fe

If possible, Please explain above issue, such as solution or example or

Device:
JE_Dialog
Offline
Last seen:1 month 1 week ago
Staff
Joined:2013-12-05 14:02
Hi There Jeong, I'm going to

Hi There Jeong, I'm going to link you into our local SW team in Seoul. Its probably bettter to start disucssion locally about what you are looking to achieve. We have an HCI project with DA14581 that we have done in Linux (runnign Blue-Z), but thats the only one today. BR JE_Dialog

ggotta
Offline
Last seen:1 year 10 months ago
Joined:2016-02-20 20:10
I didn't find an option to

I didn't find an option to start with new thread, hence requesting here!
We got a similar requirement, we wish to build a host application equivalent to windows based GTL over UART example. Is there any application available where I can compile and test my requirement? By the way, I am going to a use an ARM based MCU running with Linux on it and other side it is DA14585 with SDK-6.0.6

Br,
GGotta

MT_dialog
Offline
Last seen:2 months 2 weeks ago
Staff
Joined:2015-06-08 11:34
Hi ggtotta,

Hi ggtotta,

I am not sure about what is that you are looking for, you can have a look at the following directory \DA14585_SDK\6.0.6.427\projects\host_apps\windows, the directory houses windows based examples that commmunicate with the GTL over UART interface, those examples run along with the prox_monitor_ext and prox_reporter_ext.

Thanks MT_dialog

ggotta
Offline
Last seen:1 year 10 months ago
Joined:2016-02-20 20:10
Thanks for that, The said

Thanks for that, The said example I tried and able see the scan messages with prox_monitor_ext example. Now, my goal is to cross-compile the same code to ARM target running with a Linux on it.
My question is,
(Q1) Is there host example(GTL over UART) which can run on ARM+Linux platform ?
(Q2) On the other hand , I am going to use GTL over UART and SPI (for different reasons on different projects) and with SoC DA134585. There is an example for GTL over SPI for the external MCU in SDK 5.0.4 (projects\host_apps\da1458x\proximity\reporter) I did'n see this(or similar) example in \DA14585_SDK\6.0.6.427, can we use the example given in the DSK5.0.4 with DA14585?

Br,
Ggotta

MT_dialog
Offline
Last seen:2 months 2 weeks ago
Staff
Joined:2015-06-08 11:34
Hi ggotta,

Hi ggotta,

  1. 不,当前的例子是只有windows platform, there is no ARM linux version, you will have to take the example as a reference and port it on your own platform.
  2. As you mentioned there is an example that uses GTL over SPI for the 580 but there is no corresponding example for the 585, using that example directly from the 580 to the 585 is not possible, you should port that example in order to operate over the 585.

Thanks MT_dialog