hii............
how to know the device undergone into sleep mode and more in sleep mode the data will get transfer or not ..
hii............
how to know the device undergone into sleep mode and more in sleep mode the data will get transfer or not ..
how to know the device undergone into sleep mode
do a power measurement before and after sleep and you will know the difference (based on type of sleep).
in sleep mode the data will get transfer or not ..
The peer who is receiving data, should know if the data is being transferred or not. If it is a radio data you are talking about, you can sniff the air packets using a sniffer. If it is serial data, then you can sniff the data using logic analyzer.
The peer who is receiving data, should know if the data is being transferred or not.
by this statement you are saying to check the central device whether the data is received or not
so by your statement while the peripheral device set as sleep mode ,there will be no data transfer between the central and peripheral right ??
No, I did not say that. There could be communication between two devices even if the peripheral MCU is in idle sleep (not deep sleep). Even if the MCU is in sleep, there could be radio activity in the peripheral. But the problem is that since the MCU in peripheral is in sleep, you cannot detect the activity within the peripheral while there is ongoing radio activity. So you need to detect this activity outside the chip (air sniffing or on the central side)
how to check my peripheral is in sleep mode .. only by power measurement right ?
yes, that is correct.
i can't able to measure the nrf current , to power on the development board i have used the coin battery . i have flashed the program in development kit and i am using multi meter to measure the nrf current
when i am placing the multimeter probes over the nrf current vdd .. no measurement is showing .. still it is 0.00.........
how to do that
i can't able to measure the nrf current , to power on the development board i have used the coin battery . i have flashed the program in development kit and i am using multi meter to measure the nrf current
when i am placing the multimeter probes over the nrf current vdd .. no measurement is showing .. still it is 0.00.........
how to do that
are you here... reply me
did the ticket has closed ?
Saral, event logs shows that you have changed the ticket status to "verified answer" that is the reason i could not see your reply. If you are using nrf52840 DK then you should follow the instructions given in this link to prepare your development kit to be able to do power measurements.