am using a modified version of https://github.com/espressif/esp-idf/tr ... /spi_slave essentially the master just "listens" and the slave just sends data via SPI. I am using two https://learn.adafruit.com/adafruit-huz ... 2-feather Huzzah32 ESP32s
However, on my master side I receive the following data while using "make monitor":
Code: Select all
recvbuf[11269]: ���������������������������������������������������������������������������������������������������������������������������������@H@T@`@t@$@\?@\@h?@t?@p��@p�
recvbuf[11270]: ���������������������������������������������������������������������������������������������������������������������������������@H@T@`@t@$@\?@\@h?@t?@p��@p�
Here is my two code sets:"This is the receiver, sending data for transmission number %04d"
https://gist.github.com/DrTester0x42/a0 ... d33c77e66a
Why is my data "garbled" and what can I do to fix this?
See also:
https://github.com/espressif/esp-idf/issues/3801