Hello,
I am developing a uart communication between the nrf52833 and the nrf9160. I found some examples but I don't want to use the HCI layer, I prefer to use the NUS service.
The idea is that the nrf52833 can be connected. As soon as a device connects to it, it activates the uart link and wakes up the nrf9160.
The code on the nrf52833 side is mostly done, but I'm looking for examples for the nrf9160 side.
I'm using the nrf/samples/peripheral/lpuart example which handles the wake up from interrupt well but I don't understand the uart_poll_out call in interrupt_driven and uart_fifo_fill in the isr. Are both calls mandatory ?