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?
你好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
I am trying to monitor RSSI like the proximity profile does, while also streaming sensor data to a mobile app.