Replies: 4 comments 9 replies
-
Without knowing the full context, I get the feeling you might be trying to reinvent the wheel - if your target is "ideally all other models of ESP32", why not just use the Arduino ESP32 core? |
Beta Was this translation helpful? Give feedback.
-
I have made some progress, it seems I initially also had a Hardware Issue, which I now fixed. Now it seems to work, I can send and receive data, however, when reading data from a radio, it seems to be around 500 times slower on the ESP32-S3 than on the ESP32. I still am unsure if this is is a measurement error and, if not, what the cause could be. |
Beta Was this translation helpful? Give feedback.
-
I'm interested in doing precisely what you're doing - more or less as a programming exercise. I've wanted to get to grips with the SPI code for a while (since I first started playing around with the ESP32). Anyway, perhaps I'll have more to say soon. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
-
I am trying to create a hardware abstraction for RadioLib to work with the ESP32-S3, and ideally all other models of ESP32 with the ESP-IDF. In order to make it as compatible I am using the ESP-IDF SPI master driver. It seems to work on the normal ESP32, but not on the ESP32-S3, there I get error code -2. I would appreciate suggestions. Here is my current code:
Beta Was this translation helpful? Give feedback.
All reactions