An Excellent Compiler

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
User avatar
anikolic
mikroElektronika team
Posts: 1775
Joined: 17 Aug 2009 16:51
Location: Belgrade
Contact:

Re: An Excellent Compiler

#1 Post by anikolic » 04 Aug 2011 08:44

Well done Transresistor!

Your device looks very interesting, and we are glad you liked the compiler.
We would like to share this also on our News feed and Facebook pages, and we were wondering if you could provide us with a YouTube video of your device in operation.
This would be so much more cooler, and people could visualize how it works, and would be more inspired to build this at home.

Thank you.

Best regards,
Aleksandar
Web Department Manager

Transresistor
Posts: 9
Joined: 03 Aug 2011 14:48

Re: An Excellent Compiler

#2 Post by Transresistor » 04 Aug 2011 08:50

Glad that you like the project.

I think I can produce a short video clip for it. Hopefully my ancient Sony Cyber-shot DSC-S700 is up to the task.

sahu
Posts: 85
Joined: 11 Apr 2010 19:37

Re: An Excellent Compiler

#3 Post by sahu » 04 Aug 2011 18:09

very nice project .
can u explain hear led on\off Pattern Data Definition ?
hope do it.
SAHU

Transresistor
Posts: 9
Joined: 03 Aug 2011 14:48

Re: An Excellent Compiler

#4 Post by Transresistor » 04 Aug 2011 18:26

Amigo,

Here is a UTube video: http://www.youtube.com/watch?v=jchtMDH_ ... 1312478593 of the star in action.

As stated before, there is plenty of code space remaining for more patterns.

The other possibility is to use an EEPROM for even more memory.

sahu
Posts: 85
Joined: 11 Apr 2010 19:37

Re: An Excellent Compiler

#5 Post by sahu » 04 Aug 2011 18:30

amazing video .very very nice
SAHU

Transresistor
Posts: 9
Joined: 03 Aug 2011 14:48

Re: An Excellent Compiler

#6 Post by Transresistor » 04 Aug 2011 18:41

sahu wrote: can u explain hear led on\off Pattern Data Definition ?
hope do it.
Put it like this, what is actually happening is that all of those patterns is the result of a method that cycles through a list of other methods to execute the patterns through an interpreter. With a project like this, the ideal solution would be to just use a massive array in RAM with the pattens hard-coded. Easily done in Visual Basic, but not possible with a 2KB MCU.

You could look at it as 5 layers.

ASM < C < pattern methods < interpreter < list of patterns to execute

Post Reply

Return to “mikroC PRO for PIC General”