1

I'd like to know please whether an Arduino can accept an HDMI signal from a satellite receiver, let it flow without any modification to the stream, and output it to TV?

Greenonline
  • 3,152
  • 7
  • 36
  • 48
NumberD
  • 11
  • 2

1 Answers1

3

No.

HDMI uses multiple serial data streams at gigabit rates. No Arduino is ever going to do that sort of thing. If you want something programmable to do that kind of thing you need an FPGA.

Majenko
  • 105,851
  • 5
  • 82
  • 139