Hi has anyone tried to profile the power consumption of the camera with cc3200? I have my camera module setup as in . But it seems like it's running out of power on 2XAA batteries in less than 24 hours with NWP active.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi has anyone tried to profile the power consumption of the camera with cc3200? I have my camera module setup as in . But it seems like it's running out of power on 2XAA batteries in less than 24 hours with NWP active.
Hi, the CC3200 and camera-sensor will stay connected to AP all the time because it should be waken up by TCP network from deepsleep. Whenever I send a message to CC3200 via TCP with my TCP client, the camera will wake up from low-power state, and capture a photo, then transmit it back to the TCP client, then back to low-power deepsleep mode. I haven't able to profile the contribution of the camera-sensor current yet.
I profile it through ammeter. Yes, I use the code from SDK's camera application and deepsleep_nw (and now trying with idle profile as well). Yes, I made the changes to make the camera work (on only when it receives message from TCP client.