Click here to Skip to main content
15,913,207 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to write program to intergrate with digital billboard ads? what is the easiest form of code/program to learn how to do this
thank you,
Posted
Comments
enhzflep 21-Aug-11 18:54pm    
Could you explain what you mean by "intergrate with digital billboard ads"?
Your question and intentions are entirely unclear.

1 solution

First of all I don't think using a entire duel-core processor for digital billboard will be feasible.

I think You can achieve the same thing if you have idea about Embedded system programming. Microchip has 8 bit, 16 bit and 32 bit processor(may be 64 bit too). You can choose both asm(35 instructions) and C/C++(dont know about java).

You also can use ATMEL micro-controller. asm/c/c++/java all is possible with it.

But yet choosing processor depends on type billboard, bus speed, communication protocol(Serial/USB/Parallel/etc), data transfer frequency, type of advertisement and lots of other issues.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900