Hi,
I was wondering if nRF52832 Development Kit - PCA10040 has a temperature sensor module in the development kit?
Thanks.
Hi,
I was wondering if nRF52832 Development Kit - PCA10040 has a temperature sensor module in the development kit?
Thanks.
The example you mentioned above is regarding to two boards I think. With SPI, the slave part never cares about the Master.
I hope I can use SPI connection for my external sensor, but when we use SPI connection, we need to initialize the pin before we read/write to that pin. I cannot find any tutorial/code how to init a pin as SPI interface. That is very clear on Arduino boards.
Also, in the SPI Master example, I cannot find PINs configuration code ...
Sorry, I am using SDK v.11. And when I tried SDK v.14, I found SPI_PIN configuration file.
Thank you, let me try.