-->
Page 1 of 2

32 bit SPI read

PostPosted: Fri Mar 20, 2015 11:43 am
by Alex.Stanfield
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

Re: 32 bit SPI read

PostPosted: Tue May 26, 2015 8:41 am
by besitzeruf
Only 8 and 16 bits are supported yet)

Re: 32 bit SPI read

PostPosted: Mon Oct 26, 2015 6:55 am
by halibatsuiba
Anything new with this issue?
I would also like to use thermocouples with esp, I need to measure temperatures between +55C - +400C.

Re: 32 bit SPI read

PostPosted: Mon Oct 26, 2015 3:28 pm
by devsaurus
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.