hello
i want to create for the need of my project a thread border router as simple and compact as possible.
i have seen the implementation using a raspberry pi 3B as the host processor and a nrf52840DK as ncp linked by a spinel. but i think a raspberry pi is too performant for my application.
in fact, i will not run any specific application on the host processor, i just want to enable the basics functions of the thread BR(Border Router).
can i just use a processor or a microcontroller running a RTOS instead of the raspberry pi? if it's, what should be the minimal requirements for that processor in terms of power, frequency, RAM, ...?
is it possible to put a RF module based on nrf52840 and a processor on the same board in order to implement a BR?