Search found 1 match

by ujur007
Wed Jun 23, 2021 4:47 am
Forum: ESP32 boards
Topic: SPI is not working with Infineon current sensor TLI4970
Replies: 2
Views: 22570

SPI is not working with Infineon current sensor TLI4970

Hi, I am working with SPI on the ESP32 Pico kit to interface the current sensor TLI4970. I have tried like SoftSPI and SPI(HSPI & VSPI) with the configuration as shown in the example vspi = SPI(2, baudrate=80000000, polarity=0, phase=0, bits=8, firstbit=0, sck=Pin(18), mosi=Pin(23), miso=Pin(19)) Th...