-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature proposal: Support for SDIO in stead of UART communication #64
Comments
This is fully valid request. I'm considering it for some time now but I have high lack of time to implement this. Next feature that will be supported is built-in MQTT and AT over SPI. |
Ah! I was not aware that AT over SPI was an option too. But I researched it and found the “AT through HSPI” option. However it’s not showing up in In thisremark one of the esp-at project contributors suggests to use SDIO over SPI. I’m considering to investigate this a bit further and play around with the SDIO example where 2 ESP32’s are connected via SDIO. Based on the results and what I learn from this I might start on an STM32 port. |
host at spi |
Please see this question (not mine) on the esp-at issues list: espressif/esp-at#379
For my use case I'm downloading large files (>10MB) and even using a relatively high UART clock rate of 2.000.000 this takes a few minutes. (My assumption is that the clock rate of the UART is the bottleneck here)
I am exploring possibilities to improve the performance. So after reading the above issue and reading up on the low level driver documentation for your library I thought it should be feasible.
Do you have any thoughts on this? Did you ever try this? My target platform is an STM32 MCU.
NB. After writing this message I found that the same user that posted the above question to the esp-at issues also send in an issue for this project: #60 It looks like he's attempting to do the same...
The text was updated successfully, but these errors were encountered: