Skip to content
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

ESP8266 capablity to handle video stream #5

Open
mkeyno opened this issue Apr 12, 2018 · 3 comments
Open

ESP8266 capablity to handle video stream #5

mkeyno opened this issue Apr 12, 2018 · 3 comments

Comments

@mkeyno
Copy link

mkeyno commented Apr 12, 2018

hi , sorry to open thicket for my question , but do you think ESP8266 is capable to handle video stream similar your code in ESP32?

@mic159
Copy link

mic159 commented Apr 12, 2018

Unfortunately no, There is not enough pins on the esp8266, and it doesn't have the I2S interface.

@AleksandrIS-Eng
Copy link

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/

@mic159
Copy link

mic159 commented May 31, 2018

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants