We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi , sorry to open thicket for my question , but do you think ESP8266 is capable to handle video stream similar your code in ESP32?
The text was updated successfully, but these errors were encountered:
Unfortunately no, There is not enough pins on the esp8266, and it doesn't have the I2S interface.
Sorry, something went wrong.
I think you are mistaken, the newer appears to. https://www.cnx-software.com/2016/03/25/esp8266-and-esp32-differences-in-one-single-table/
@AleksandrIS-Eng This is using the I2S parallel interface, not the serial one. Have a look at how many pins he is using, its quite a lot.
8 pins for a parallel data, 4 pins for clocks, and another 2 for i2c to send commands.
No branches or pull requests
hi , sorry to open thicket for my question , but do you think ESP8266 is capable to handle video stream similar your code in ESP32?
The text was updated successfully, but these errors were encountered: