Hello,
what is sleep mode command to reduce the power dissipation by the device. can we send a command from SMBus? if so what is the command.
Thanks,
Suresh
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.
Hello,
what is sleep mode command to reduce the power dissipation by the device. can we send a command from SMBus? if so what is the command.
Thanks,
Suresh
Hello Suresh,
There is a sleep mode command at the bottom of page 47 in the TRM: www.ti.com/.../sluu250a.pdf
Sincerely,
Wyatt Keller
Hi wyatt,
Thanks for information.
I find this Sleep(0x0011) mode command however can you please guide me how to enter this command SMBus?
Thanks,
Suresh
Hello Suresh,
It is on the technical reference manual.
However, here's the sequence. Send 0x00 to 0x00 and 0x11 to 0x01.
Please refer to the standard i2c protocol on i2c write word.
Hello Suresh,
Yes, use the advanced pro tab to send the commands. Also make sure the gauge is in full access mode and after sending the command don't communicate with the gauge for 1 minute otherwise it will not enter sleep mode.
There are also conditions that will exit the gauge from sleep mode in section 2.5.3 Sleep Mode.
Sincerely,
Wyatt Keller
Hi Wyatt,
The Gauge is in full access mode
Can you send send the sequences in advanced pro. I'm not sure which sequences I have to use Read SMB Word, Write SMB Word, and Send SMB Command to force the device in sleep mode.
Regards,
Suresh
Hello Suresh,
I would follow the steps Kang outlined. Can you send a screenshot of your communication tab interface? We currently don't have quick access to test on boards.
Sincerely,
Wyatt Keller
Hello Suresh,
Can you also send a screenshot of the pro tab which you are trying to use to communicate?
Sincerely,
Wyatt Keller
Hello Suresh,
You should send a block write command with SMB command 0x00 and block as 11 00 to put the gauge in sleep mode.
Sincerely,
Wyatt Keller