Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Manufacturing process

Build a TV Output Cable for Arduino UNO with Just Two Resistors

Components and supplies

Build a TV Output Cable for Arduino UNO with Just Two Resistors
Arduino UNO
×1
Resistor 470 ohm
×1
Build a TV Output Cable for Arduino UNO with Just Two Resistors
Resistor 1k ohm
×1
RCA Video Connector
×1
Solder
×1
Build a TV Output Cable for Arduino UNO with Just Two Resistors
Jumper wires (generic)
×1
Heat Shrink Tubing
×1

Necessary tools and machines

Build a TV Output Cable for Arduino UNO with Just Two Resistors
Soldering iron (generic)

About this project

Arduino with TV! Yup, it is possible only with two resistors. Let's see the video first:

Arduino boards are pretty useful, but lack an output screen. This project let you allow to write sketches that will output onto a TV screen via an AV Video cable. This is very much a beginner project that just about anyone can do!

Hardware

First off, you need to add the resistors inline to some hookup wire, according to this diagram:

Build a TV Output Cable for Arduino UNO with Just Two Resistors
Build a TV Output Cable for Arduino UNO with Just Two Resistors

Your RCA cable will have 2 wires in it, a ground wire and a vid (Video) wire. Generally the vid (Video) wire is sheathed in plastic and the ground wire is not.

Depending on your setup and what you want to achieve (audio or video etc) refer to the following hookup guide:

Build a TV Output Cable for Arduino UNO with Just Two Resistors

Connection Diagram

Build a TV Output Cable for Arduino UNO with Just Two Resistors

I used heat-shrinkable tubing to make sure that everything was electrically insulated and to provide a little more strength in the solder joints:

Build a TV Output Cable for Arduino UNO with Just Two Resistors

You can then plug your new Arduino TV out cable into a TV or monitor and then plug the hookup wires to the Arduino.

Different Arduino boards have different setups with the Sync/Video, but you can rest assured that Ground will always go to the Arduino GND pin.

Software

Step 1: Arduino-TVout Library

Download Arduino-TVout library.

Step 2: Install Library

Open Arduino and goto "Sketch" menu / "Include Library" / "Add .ZIP Library..." and select the library downloaded in Step 1.

Step 3: Compile & Upload Sketch

From "File" menu / "Examples" / "Arduino-TVout" and select "DemoPAL" and upload it.

Done!

Now, connect up the Arduino and give it a go!

Code

Arduino TV out repository
I have modified the code from the old repo and pushed to github. Please use my code, as the older code will not work!https://github.com/paulscott56/arduino-tvout

Schematics

Build a TV Output Cable for Arduino UNO with Just Two Resistors

Manufacturing process

  1. Build a 20 kHz Arduino Oscilloscope on a Nokia 5110 LCD – Easy DIY Guide
  2. Smart Blinds: Automated Light Control with Arduino & Solar Power
  3. Build an Italian Word Clock with Arduino Nano, NeoPixel, LCD, and RTC
  4. Touch‑Free Gesture Lock: Secure Access with APDS‑9960 and Arduino
  5. Arduino Nano Companion Kit – Essential Components & Tools for DIY Electronics
  6. Build an Isolated Analog Input Circuit for Arduino
  7. Arduino Real-Time Clock LED Clock: Build a Reliable Time Display
  8. Build a Stunning POV Cylinder with Arduino Due – Step‑by‑Step Guide
  9. Build a Reliable Arduino Kitchen Timer with LCD Display
  10. ArduTester V1.13: Automated Transistor Tester Powered by Arduino UNO