Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to generate video signals

Status
Not open for further replies.

Analyzer

Full Member level 6
Full Member level 6
Joined
Nov 18, 2001
Messages
374
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
3,518
Hi there,

I would like to generate video signals using scart connection on my tv via most common pic mcus'.For example i can use 16f877 if it is possible.I can't understand asm codes, i can use ccs c compiler.Can you show my way please?Thanks. :roll:

Analyzer
 

klug

Advanced Member level 1
Advanced Member level 1
Joined
Jul 4, 2002
Messages
474
Helped
12
Reputation
24
Reaction score
7
Trophy points
1,298
Activity points
4,356
Hi,

You need precise timing for video generator to one instruction takt - it is very difficult to achive in C - not only for some subroutine but for main() and all subroutines code. Even if you will achive precise timing, any further changing will break your time intervals. It is much ease to learn Assembler, than to make this real-time program on C.

Look at video generator description on :

**broken link removed**

You will find a lot of useful hardware and software info. The Asm code is very comprehensible there.

Wish You Good Luck! klug.
 

Sobakava

Full Member level 6
Full Member level 6
Joined
Mar 27, 2002
Messages
350
Helped
8
Reputation
16
Reaction score
8
Trophy points
1,298
Activity points
3,342
Video Signal

Search Al*tera V*ideo Ge*nerator at www.google.com

There are good examples for VGA and there is good project
SXVid at web with Scenix Microcontroller.
 

Dspnut

Full Member level 2
Full Member level 2
Joined
Jul 18, 2002
Messages
141
Helped
10
Reputation
18
Reaction score
5
Trophy points
1,298
Activity points
1,267
Additional links :)

PAL/NTSC Video Clock/Message Generator using the PIC16F84 (DIY project)
**broken link removed**


Several complete projects (including source codes and schematics) by Alberto Ricci Bitti. Please take a look at Video DVM and Bingo! on your TV projects. These projects explain how to generate video signals. Unfortunately, these projects use the ATMEL AVR parts. **broken link removed**
 

panalog9

Full Member level 2
Full Member level 2
Joined
Feb 25, 2002
Messages
133
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
USA
Activity points
854
Ummm, that would be *fortunately* they use AVR :)

Very cool projects there. Very efficient.
 

Kripton2035

Advanced Member level 4
Advanced Member level 4
Joined
Jul 19, 2001
Messages
1,174
Helped
212
Reputation
428
Reaction score
191
Trophy points
1,353
Location
Western Europe
Activity points
8,073
another link explaining piloting directly video from the pic

**broken link removed**

be careful, it's japanese translated to english with altavista...
 

Kripton2035

Advanced Member level 4
Advanced Member level 4
Joined
Jul 19, 2001
Messages
1,174
Helped
212
Reputation
428
Reaction score
191
Trophy points
1,353
Location
Western Europe
Activity points
8,073
another example using a mc1377 pal video encoder chip

**broken link removed**

(in french..)
 

dainis

Advanced Member level 4
Advanced Member level 4
Joined
May 15, 2001
Messages
1,125
Helped
53
Reputation
106
Reaction score
9
Trophy points
1,318
Activity points
9,268
Other example of software video generation:
h**p://w*w.sxlist.com/techref/ubicom/contest/video.htm
 

huahua

Member level 2
Member level 2
Joined
Sep 21, 2002
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
258
I would suggest you use an OSD chip (philips, nec). Those ICs can be controlled via serial connections (I2c) by the MCU you pick. Then you need the timing signals. If you have a video source, use a sync strip IC (Elantec) to get the timing signals. Other wise use a PLL chip and an OSC to generate Syncs.

Hope it helps
 

Wizzard

Member level 2
Member level 2
Joined
Dec 6, 2001
Messages
44
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,288
Location
Florida
Activity points
360
You dont say what you are going to use it for
but if all you are going to do is display text or overlay text on video
the Bob-II or Bob-III is a good way to start
http://www.decadenet.com/bob3/bob3.html

It uses a STV5730A and an Atmel on the Bob II version

It really simple to use and comes in both PAL and NTSC version
/Wizzard
 

Analyzer

Full Member level 6
Full Member level 6
Joined
Nov 18, 2001
Messages
374
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Activity points
3,518
Hi there,
I would like to make a vu-meter with 7'' lcd screen.I will use this project for this.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Top