Remote lcd on battery

Hello. I want to visualize some measured values on the LCD module. The trick is that those values are measured by some other nodes and the LCD is a remote node.

In order to do that I call bc_radio_listen() and then receive data using bc_radio_on_buffer(). To save energy I call bc_radio_sleep() after one second of listening. Then I wait for 10 seconds and then I call bc_radio_listen() again. I repeat this process all over.

Does this approach make sense to save energy using bc_radio_sleep()? Are there some other trick to save it?

Thanks,

Vlada

1 Like

Hello,
the use of the bc_radio_sleep () command is correct.