Search found 2 matches

by at-cirillo
Mon Jul 24, 2023 4:12 pm
Forum: ESP-IDF
Topic: Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library
Replies: 3
Views: 988

Re: Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library

ESP_Sprite wrote:
Sun Jul 23, 2023 12:48 am
That is very odd. I can't see an immediate explanation for this. Just to double-check: the hardware is exactly the same, right?
Yes, exactly same hardware. Didn't even unplug it from my computer before changing codes
by at-cirillo
Fri Jul 21, 2023 1:06 pm
Forum: ESP-IDF
Topic: Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library
Replies: 3
Views: 988

Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library

I am trying to build an SPI communication between an ESP32C3 and the analog-to-digital converter MCP3461 ( https://www.microchip.com/content/dam/mchp/documents/APID/ProductDocuments/DataSheets/MCP3461-2-4R-Family-Data-Sheet-DS20006404C.pdf ). For some reason, my MISO line doesn't behave as expected ...