Yes, exactly same hardware. Didn't even unplug it from my computer before changing codesESP_Sprite wrote: ↑Sun Jul 23, 2023 12:48 amThat is very odd. I can't see an immediate explanation for this. Just to double-check: the hardware is exactly the same, right?
Search found 2 matches
- 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: 1119
Re: Issue with SPI Communication between ESP32C3 and MCP3461: MISO Problem with Espressif's spi_master Library
- 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: 1119
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 ...