This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sprintf() causing huge current consumption

Hi,

Greetings!

I am using nRF52832 with SDK 16.0.0 and mesh sdk 4.0.0.

Application: light switch client with LPN features added

In one of application, I have to use float variables and for converting them to string, I have used sprintf().

However it is observed that if we use sprintf() then module's current consumption is 3mA and if we don't use it then it is 10uA.

Please help me to resolve this issue.

Regards,

Dinesh

Related