Combine Proximity Example and Serial Port Service

3文章/ 0
Last post
JBaczuk
Offline
Last seen:1 year 5 months ago
Joined:2014-12-31 23:41
Combine Proximity Example and Serial Port Service

I'm trying to add serial port service to the proximity example code, and am having to replace a lot of the core files such as arch_main.c from the serial port example to the proximity example. I'm not sure if this is the right approach as I don't know if there is code that will be replaced that I need. Also, I'm using the latest SDK 3.0.8.0 and I don't think the SPS example was written for that SDK, would it be directly compatible?

JE_Dialog
Offline
Last seen:12 hours 2 min ago
Staff
Joined:2013-12-05 14:02
你好JBaczuk, the serial

你好JBaczuk, the serial port service is a complex app : its built for high throughput , high reliability streaming , and i'm not so sure its easy to build a lot of extra services into that (we have customers who add OTA onto DSPS). It was built for 3.0.6 but will work in 3.0.8 .

Can you describe what you are trying to do ? this might indicate a different more simple solution.

BR JE_Dialog

JBaczuk
Offline
Last seen:1 year 5 months ago
Joined:2014-12-31 23:41
I am trying to monitor RSSI

I am trying to monitor RSSI like the proximity profile does, while also streaming sensor data to a mobile app.