Hideaki Tai
Hideaki Tai
I think something is wrong because the data sent by master is not being received properly. (It should be 1-8, but it is 0-14.)
From the data you have provided, it appears that the master side is not sending data properly at 8MHz, so I would recommend that you use an ESP32 on the...
Are you applying the same initializeBuffer() to master? It should result 10 - 80 from master
If you haven’t changed `initializeBuffer()` on the master side, the slave should receive exactly eight bytes—values 0 through 7. It’s already suspicious that the slave is instead seeing values 0...
Please give me the following information correctly, so as not to waste our time 🙏 https://github.com/hideakitai/ESP32SPISlave/issues/63#issuecomment-2990321715
@Mark-sj Hi, could you try modifying ONLY `master.begin()` based on an example from this library first? When you try it, please enable debug logging (Core Debug Level: `None` -> `Debug`)