Left for archival purposes.

User avatar
By Alex.Stanfield
#12335 I have to read SPI data from a MAX31855 chip which outputs 32 bits on each CS cycle.

Could we add a 32 bit data length to the SPI interface?

Thanks a lot
Alex
User avatar
By devsaurus
#32333
halibatsuiba wrote:Anything new with this issue?

The SPI module was recently enhanced by Extend SPI module API with improved transaction handling to support 1-32 bit data for spi.send(). More complex transactions with Command, Address and MOSI/MISO phases are possible now as well.
Code is only available from dev branch so far and still WIP, but you can have try with NodeMCU custom builds.