cnlohr / channel3

ESP8266 Analog Broadcast Television Interface
Other
1.46k stars 158 forks source link

Have you tried this on an ESP32? #16

Closed ghost closed 6 years ago

ghost commented 6 years ago

Does this work on an Arduino ESP32?

cnlohr commented 6 years ago

The mechanism should work, but most of the project would need to be rewritten :(

ghost commented 6 years ago

That's a pity. Would ESP32 allow any great new features beyond current version?

cnlohr commented 6 years ago

Sort of, it would allow a ton more CPU time to do stuff.

zombodotcom commented 5 years ago

maybe someone could make one that does the CPU work on one esp32 and displaying through wifi or ble on the other

imranaalam commented 5 years ago

May be bitluni and cnlohr project be used in parts. Where to look for in the code to convert composite video to RF signal on RX and I2S pins in your code?