This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nfr51822 SPI multi_slave conrtol

hi First,I apology for my poor English...

I want to make a project to connect 2 device.

With a sensor from TI , which comes out the sensed signal . Transfer the data to the nrf51822 chip via SPI (So does the TI sensor ,it signal output to the SPI bus)

And then , after the signal processing from nrf51822 cpu . The nrf chip outputs the processed signal to the SPI bus . The SPI bus will deliver the data to the OLED display (The OLED is used SPI chip ssd1306)

I have no idea about what should I do.

Should I use all three module ? [spi Master] [spi Slave] [spi master with spi slave]

Sensor & OLED will be the SPI SLAVE (so I can focus them on the slave example code) nrf51822 will be the SPI MASTER

Is it right?

another question Does the it can be real-time transferring or close to real-time?

Related