Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Maddog
#83053 Hi,

Is it possible to setup esp8266 spi in slave mode just to receive data? (No command or address)

Thanks.
User avatar
By eriksl
#83860 Yes, but afaik not using the hardware SPI interface.

It can be done quite easily in software (bit-bang interface) though, like the I2C interface.