Is there any hints of the most frugal combinations of power settings for the CC3100, essentially we want our product to:
Connect to the AP, sync network time then:
every 30s post 64 bytes of data to a https page, receive 64 bytes of data and then go back to doing nothing.
As far as I can see there are some strategies around:
- Disconnecting from the AP between 30s "spikes"
- Keeping the HTTPs sessions alive to avoid redoing the crypto
- Changing the EP to something else
What is the recommended way of doing this through the CC3100?
Mike