Search found 2 matches
- Mon Jul 20, 2026 2:10 pm
- Forum: ESP-IDF
- Topic: Need help porting SPI Slave code from an ESP8266 to a ESP32-C5
- Replies: 2
- Views: 67
Re: Need help porting SPI Slave code from an ESP8266 to a ESP32-C5
I found this resource explaining the behaviour of the ESP8266 while acting as a SPI Slave. I'm trying to see if I can replicate or mock this behavior while using a ESP32-C5, either using the provided Arduino library or pure ESP-IDF.
- Mon Jul 13, 2026 4:01 pm
- Forum: ESP-IDF
- Topic: Need help porting SPI Slave code from an ESP8266 to a ESP32-C5
- Replies: 2
- Views: 67
Need help porting SPI Slave code from an ESP8266 to a ESP32-C5
Hi,
I need help understanding some informations reguarding a project I'm refactoring to update the MCU. The code was originally written using the Arduino framework for ESP8266 and is using the SPI Slave library. In the process, I've discovered that the SPISlave library was dependant on the HSPI ...
I need help understanding some informations reguarding a project I'm refactoring to update the MCU. The code was originally written using the Arduino framework for ESP8266 and is using the SPI Slave library. In the process, I've discovered that the SPISlave library was dependant on the HSPI ...