# WP7702 using SPI

**URL:** https://mangoh.discourse.group/t/wp7702-using-spi/1188
**Category:** mangOH Red
**Created:** [February 21, 2018, 7:09am UTC](https://mangoh.discourse.group/t/wp7702-using-spi/1188 "2018-02-21T07:09:04Z")
**Posts on this page:** 1
**Showing post:** 29

<div class="post-metadata">

### Author: ![Madan](https://avatars.discourse-cdn.com/v4/letter/m/6a8cbe/32.png) [@Madan](https://mangoh.discourse.group/u/Madan)
#### Post date: [September 12, 2018, 5:13pm UTC](https://mangoh.discourse.group/t/wp7702-using-spi/1188/29 "2018-09-12T17:13:19Z")

</div>

That’s right @Jay . I found the same on my device as well. I can see the ‘channel\_config’ file updated, when I ran the command.

`echo -n 1,2,-1,0,0,1,2,0,0,0,0,max6675 > /sys/devices/7c00000.hsic_host/usb1/1-1/1-1.1/1-1.1:1.0/channel_config`

I was going through @dfrey comments from another post [SPI access on Raspberry Pi Connector](https://mangoh.discourse.group/t/spi-access-on-raspberry-pi-connector/875/4). Probably intended for WP85. But, one thing - I am also using spiService to get the app talking to the SPI interface. So,

1. Will @dfrey’s comments (on the other blog post) hold good for me as well?
2. How will I reference the SPIdevice from the app? spidev1.1 (if chip select CS1 used)? If so, how to get this one instantiated from spiService? Does spiService need a rebuild with some modifications?

---

_[View the full topic](https://mangoh.discourse.group/t/wp7702-using-spi/1188)._
