MODBUS and serial disable

We use custom board with NRF52840 and a MODBUS CO2 sensor. We are struggling with power consumption when the serial is enabled. The goal is to take measurements and then put the board to sleep, after a certain time, wake board up and take new measurements. Currently, the idle power consumption is about 1.2 mA. When I disabled the serial in the config file, we got the power consumption down to 300 µA. However, MODBUS requires the serial. Is it possible to disable the serial before putting the board to sleep and reinitialize it after waking up so that MODBUS continues to work?

Parents Reply Children
Related