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:
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
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
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
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
Hi ggotta,
Thanks MT_dialog