Hi,
I am using nRF52840 SoC as a thread device in my application. I want to push data from sensors to cloud. So I need to configure one of my thread devices as border router. I went through the SDK document where it is mentioned that, nRF52840 SoC should be configured as NCP and it should be connected to a host processor (in your case its raspberry PI).
My problem is, in my application Raspberry Pi is not feasible.
Can I take any WiFi chip (EX: ESP32) and interface it to nRF52840 SoC via UART or SPI and make it work as Thread Border router?
Is the Host Processor should be capable of running OS (Ex Linux)?
Also in the document you have mentioned that it is necessary to use wpantund which is a Linux Driver/Daemon. What does it do? If we don't use it then, does it affect the function of border router?
Please help me with this.
Thanks