Request a remake TV OUT program MPlab C32 to mikroC

Post your requests and ideas on the future development of mikroC PRO for PIC32.
Post Reply
Author
Message
Jardik
Posts: 60
Joined: 06 Jan 2010 18:28

Request a remake TV OUT program MPlab C32 to mikroC

#1 Post by Jardik » 02 Feb 2014 20:49

hello,
I found on the net a great project color TV OUT for PIC32MX (28 PIN DIP).

This is a simple circuit PIC32 with the output of the video composit without using PAL encoder (AD725 etc) and any other supporting circuitry.
The resolution is 160x100 and about 16 colors.

Ingenious is the absolute simplicity without any involvement PAL encoder (AD725, etc)

The source code can be downloaded is designed for the MPLAB C32 compiler. Important routines are written in assembler.

Could somebody please rewrite the program in mikroC for PIC32?
If necessary, adjust it as an example to demonstrate the performance data PIC32 MCU?

For developers Mikroe, it could be an easy basis for the creation of TV OUT libraries Mikroe Compilers.

thank you

Links are here:

There you will find circuits PCB and a detailed description of the development, including video


http://www.ze.em-net.ne.jp/~kenken/comp ... x32mx.html
http://www.ze.em-net.ne.jp/~kenken/comp ... index.html
http://www.ze.em-net.ne.jp/~kenken/pacman/index.html
Attachments
PIC32 komposit out.zip
(9.2 KiB) Downloaded 243 times
Kompozit PIC32.zip
(511.2 KiB) Downloaded 232 times
pacman2 PIC32.zip
(65.79 KiB) Downloaded 229 times

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Request a remake TV OUT program MPlab C32 to mikroC

#2 Post by filip » 04 Feb 2014 09:35

Hi,

Thank you for this contribution, it looks really good :)
Could you please upload this on the LibStock as well ?

Regards,
Filip.

Jardik
Posts: 60
Joined: 06 Jan 2010 18:28

Re: Request a remake TV OUT program MPlab C32 to mikroC

#3 Post by Jardik » 04 Feb 2014 09:47

Hello filip,

It looks very good. But it's not in mikroc. It MplabC30 compiler!!

And if it has to uploudnout Libstock, so it needs to be rewritten in mikroC and I can do it myself!!

So I turned to some of you for help with the wishes of the remake this program.

Thank You

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Request a remake TV OUT program MPlab C32 to mikroC

#4 Post by filip » 05 Feb 2014 14:26

Hi,

You can upload any project to the LibStock, it doesn't have to be related to mikroElektronika compilers.

Regards,
Filip.

Toley
Posts: 922
Joined: 03 Sep 2008 16:17

Re: Request a remake TV OUT program MPlab C32 to mikroC

#5 Post by Toley » 05 Feb 2014 15:01

This is indeed a very nice project. If it was written in english it would be easier to try to port it to mikroC.
BTW Filip, I believe Jardik is not the owner of the project so I don't think he should update it to Libstock.
Serge T.
Learning is an endeless process but it must start somewhere!

Jardik
Posts: 60
Joined: 06 Jan 2010 18:28

Re: Request a remake TV OUT program MPlab C32 to mikroC

#6 Post by Jardik » 05 Feb 2014 18:18

Hello,

Exactly so. I'm the creator of the project. I just discovered it and I'd like something used to my program in MikroC.

The creators of the program are Japanese or Chinan, so the labels in their language.
That may not be a problem-there are various language translators (eg Google).

The program is written in MPLAB C30 and it needs to be rewritten in a Mikroc.

I can not keep it, but perhaps someone with better skills of professionals would could make it?

If this could be had by Mikroe Compiler good basis for creating emulators of different gaming consoles, but also embeded programs with advanced visual output.

Thank you

Jardik
Posts: 60
Joined: 06 Jan 2010 18:28

Re: Request a remake TV OUT program MPlab C32 to mikroC

#7 Post by Jardik » 06 Feb 2014 21:57

Hello,

How about I see no help from overwriting the MPLAB C30 into a Mikroc, or do not have time.
It is a shame.

I therefore request Philip form the Mikroe team:

Would it be possible to contact the project creator directly via his site and ask him to help you to locate a Mikroc compiler?

I feel that from what he writes on the website of the project would be localized to a Mikroc happy to help. Rather, it is to speak to him. And he would like to help.

It could result in a very nice library for all Mikroe compilers.

Here is a link to the index page of the project. In the menu at the top last item on the right is a discussion forum on the project.

http://www.ze.em-net.ne.jp/~kenken/index.html

Here is a link to a beautiful video of the project in action:

http://www.youtube.com/watch?feature=pl ... hkk9lvnmZI


Thank you

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Request a remake TV OUT program MPlab C32 to mikroC

#8 Post by filip » 07 Feb 2014 13:37

Hi,

I believe that would be slight off the scope of technical support, but I encourage you to contact him with your request, maybe he would be happy to help you.
Thank you for the understanding.

Regards,
Filip.

Jardik
Posts: 60
Joined: 06 Jan 2010 18:28

Re: Request a remake TV OUT program MPlab C32 to mikroC

#9 Post by Jardik » 12 Jun 2015 21:03

After a year and something came another engine for generating video. This time it is from Europe, and a discussion forum is in English.

The engine is perhaps even more interesting than the previous one!.

Can resolution 160x200 16 colors or 640x200 black and white.

Another interesting fact is that it uses MCU peripheral modules and total load MCU is therefore to about 7 percent !!!!!!

1 uses the timer and all the compare unit. timers and all other modules are available for your application !!!!!!

It is 100 percent written in C (contains no assembler).


And finally, the question for the team MIKROE:

You could have for us - users compilers for PIC32 MIKROE this unique engine transformed into a library usable compilers MIKROE ???

So far would be enough to MikroC PRO FOR PIC32.


We would be very grateful.



Links to pages about this engine:


http://www.nedopc.org/forum/viewtopic.php?f=62&t=10960

https://github.com/shaos/xorlib

https://hackaday.io/project/5507-xorya- ... e-on-pic32

http://dangerousprototypes.com/forum/vi ... 85&p=61023

http://www.nedopc.org/forum/viewtopic.p ... lit=github

User avatar
marina.petrovic
Posts: 2986
Joined: 18 Apr 2013 08:11

Re: Request a remake TV OUT program MPlab C32 to mikroC

#10 Post by marina.petrovic » 15 Jun 2015 13:54

Hi,

I believe that I answered you on this forum topic:
http://www.mikroe.com/forum/viewtopic.p ... 41#p258541

Best regards,
Marina

Post Reply

Return to “mikroC PRO for PIC32 Wish List”