Other Parts Discussed in Thread: CC2640
Hello,
I have the simple serial socket server running on the CC2640R2 and I am working to understand how to optimize the connection intervals in this example. I am using CC2640 SDK version 2.4.0.32 .
I started modifying simple_serial_socket_server.c and changing the settings for timing but this did not seem to change anything.
What I want to do is change the connection interval to minimize how often the two units talk to each other so as to reduce the current as much as possible.Our instrument doesn’t update that fast, so we don’t need to have lightning fast communications.
I’ve increased the min and max DESIRED_CONNECTION_INTERVAL, but it doesn’t seem to have any effect on how often serial data transfer occurs or on the amount of current it pulls.
However, it does seem to have effected my ability to scan and connect to the server module.
Can you please help guide me on ways to reduce the overall power consumption of the solution?
Sincerely,
Jason