Hi.
I am developing PCB where there is a Wifi module ESP32-WROOM and a nRF52833 connected via 2-wire UART interface (TX/RX only), there is no way to use 4-wire UART because there is no enough pins at ESP32-WROOM.
Is there a way to use the ESP32 as a master device and the nRF52833 as a slave device? The nRF would be commanded by ESP32, but I suppose that for this I need to implement a protocol between them over the UART, in order the BLE configurations and functions of the nRF, from basic to advanced, could be controlled by the ESP32 module. Maybe there is ready some firmware for nRF52 to make it work this way? What is a good method to implement what I need? Something like the nRF52 be commanded via AT commands or something similar, some protocol. And if I need to implement an own protocol, what are all the things that should be covered?
Remembering that we want to use the Direction Finding capability of nRF52833
Regards.