Hi,
We have chosen nRF52832 chipset for our product, I need to clarify that nrf52832 module can support for mesh technology? and need the pin details for master and slave SPI interface.
Regards,
Adrush Rawal
Hi,
We have chosen nRF52832 chipset for our product, I need to clarify that nrf52832 module can support for mesh technology? and need the pin details for master and slave SPI interface.
Regards,
Adrush Rawal
Hi Adrush,
Yes, the nRF52832 has support for mesh. You can use our nRF5 SDK for Mesh to develop Bluetooth mesh applications, which also includes some examples that can be used as starting points.
As for your second question, I would recommend taking a look at the nRF52832 Product Specification. For SPI you can check out this chapter about SPI master, as well as the chapters about SPI with EasyDMA, SPIS (SPI slave) and SPIM (SPI master).
Best regards,
Marte
Thanks Marte for immediate response,
I need some more clarification on second question, is there any dedicated pins for SPI interface or any GPIO i can configure as a SPI?
Thanks Marte for immediate response,
I need some more clarification on second question, is there any dedicated pins for SPI interface or any GPIO i can configure as a SPI?
Hi,
There are no dedicated pins for SPI. However, there are some pins you should avoid using, please see GPIO usage restrictions for more information.
Best regards,
Marte