# Does mangoh red wp85 support slave SPI mode

**URL:** https://mangoh.discourse.group/t/does-mangoh-red-wp85-support-slave-spi-mode/2060
**Category:** mangOH Red
**Created:** [October 29, 2018, 11:08am UTC](https://mangoh.discourse.group/t/does-mangoh-red-wp85-support-slave-spi-mode/2060 "2018-10-29T11:08:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sdik91](https://avatars.discourse-cdn.com/v4/letter/s/ecd19e/32.png) [@Sdik91](https://mangoh.discourse.group/u/Sdik91)
#### Post date: [October 29, 2018, 11:08am UTC](https://mangoh.discourse.group/t/does-mangoh-red-wp85-support-slave-spi-mode/2060/1 "2018-10-29T11:08:12Z")

</div>

Hello everyone,

I tried to connect my mangoh red to a raspberry Pi 3 through SPI as follows:

- Rpi is the master which should send data frequently.
- mangoh red should be the slave to receive the data.  
I run successfully an spi loopback example in my mangoh red but when it comes to receive data from RPi it fails.

Does the mangoh red support the slave mode in spi?

---

<div class="post-metadata">

### Author: ![davidc](https://avatars.discourse-cdn.com/v4/letter/d/a183cd/32.png) [@davidc](https://mangoh.discourse.group/u/davidc)
#### Post date: [October 30, 2018, 9:00am UTC](https://mangoh.discourse.group/t/does-mangoh-red-wp85-support-slave-spi-mode/2060/2 "2018-10-30T09:00:27Z")

</div>

Hiya,

No. The WP is master mode only, and off the top of my head so is the CP2130 USB-SPI bridge used on the RPi connector.

I’m also pretty sure that the WP doesn’t support slave mode on the I2C interface either.

You’ll have to do it over serial (unfortunately).

ciao, Dave

---

<div class="post-metadata">

### Author: ![Sdik91](https://avatars.discourse-cdn.com/v4/letter/s/ecd19e/32.png) [@Sdik91](https://mangoh.discourse.group/u/Sdik91)
#### Post date: [October 30, 2018, 9:03am UTC](https://mangoh.discourse.group/t/does-mangoh-red-wp85-support-slave-spi-mode/2060/3 "2018-10-30T09:03:29Z")

</div>

Thanks for the assurance, I figured out that lately.  
I’m making it through uart.
