Other Parts Discussed in Thread: TMP126
Hi there,
I recently added the TMP126-Q1 to a few PCBs but upon attempting to communicate with it, I'm receiving strange values.
On my first go I routed the traces to an FTDI Serial Cable, C232HM-EDHSL-0, and attempted to use SPI to communicate However, the DLL provided with the cable only gave read/write functions without a simultaneous transfer option so I thought maybe the CS was being turned back high between command and host read packets. See attempt below:
I then tried using an arduino nano as it seemed their SPI libraries were a bit easier to work with. I used Josh Wyatt's example as a base but received similar results- strange readings that didn't match with any logical temperature reading. See attempt below:
I was hoping you could have a look and give some insight as to why I'm getting these strange readings. Thanks!