MiniPOV message generator

MiniPOV4 and previous versions

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
magician13134
 
Posts: 1119
Joined: Wed Jun 13, 2007 9:17 am

Post by magician13134 »

In all honesty, I really probably didn't do any more work than any of the other programs, I just opted to use a very simple scripting language since nothing more was needed for this project. Check out www.autoitscript.com if you like my program. There are some truly amazing programs in the "Example Scripts" forum.


I've been thinking about updating this. Does anyone have any ideas they'd like to see implemented into the new version? I'm thinking one click to MiniPOV, but I can't think of too much else to add. Any suggestions?

jtong77
 
Posts: 1
Joined: Sun Dec 30, 2007 8:53 am

Maybe this is a bug...

Post by jtong77 »

Hi Magician,

I just put the MiniPov3 together and it's been great. I was using your message generator and I noticed something that maybe a bug.

I created a message with the program, but when I click done, the output has minor mistakes.

Here's the screen shot of my image:

Image

Here's the output (the lines with mistakes are highlighted in red and what it should be in green):

B8(00000000),
B8(01110000),
B8(11110000),
B8(11000000),
B8(11000000),
B8(11111111),
B8(01111111),
B8(00010000),
B8(01111000),
B8(11111100),
B8(11001100),
B8(11001100),
B8(11101100),B8(11111100),
B8(01101000),B8(01111000),
B8(00000000),
B8(01100000),B8(01110000),
B8(11110000),
B8(11000000),
B8(11000000),
B8(11111111),
B8(01111111),
B8(00000000),
B8(01111000),
B8(11111100),
B8(11001100),
B8(11001100),
B8(11110100),B8(11111100),
B8(01111000),


Any thoughts?

Thanks

jojo

magician13134
 
Posts: 1119
Joined: Wed Jun 13, 2007 9:17 am

Re: Maybe this is a bug...

Post by magician13134 »

jtong77 wrote: B8(00000000),
B8(01110000),
B8(11110000),
B8(11000000),
B8(11000000),
B8(11111111),
B8(01111111),
B8(00010000),
B8(01111000),
B8(11111100),
B8(11001100),
B8(11001100),
B8(11101100),B8(11111100),
B8(01101000),B8(01111000),
B8(00000000),
B8(01100000),B8(01110000),
B8(11110000),
B8(11000000),
B8(11000000),
B8(11111111),
B8(01111111),
B8(00000000),
B8(01111000),
B8(11111100),
B8(11001100),
B8(11001100),
B8(11110100),B8(11111100),
B8(01111000),
Isn't that bold line wrong too? Shouldn't that be empty? That's a weird bug. I'll take a look at that later and see what's going on. Thanks for picking up on that!


Hmmm, this is weird, when I entered that in exactly, I got this

Code: Select all

B8(00000000),
B8(01110000),
B8(10110000),
B8(11000000),
B8(11000000),
B8(11111111),
B8(01111110),
B8(00000000),
B8(01111000),
B8(11111100),
B8(11001100),
B8(11001100),
B8(11111100),
B8(01101000),
B8(00000000),
B8(01110000),
B8(11110000),
B8(11000000),
B8(11000000),
B8(11110111),
B8(01111111),
B8(00000000),
B8(01111000),
B8(11111100),
B8(11001100),
B8(11001100),
B8(11111100),
B8(01111000),
Which isn't right, but isn't the same as yours... very weird. I guess I'll rewrite the whole 'Done' code at some point. Thanks.

I think I've fixed it, but I have to go now, later today I'll make sure it's fixed, then upload the newer version

magician13134
 
Posts: 1119
Joined: Wed Jun 13, 2007 9:17 am

Post by magician13134 »

Sorry for the delay guys, turns out the bug is more complicated than I thought. I've found WHERE it's occurring, so now I just need to find out why... I'll get some help from some more advanced coders in this language, and if anyone here want to take a shot at it too, send me a PM, I can explain what's going on and give you the source code (it's a pretty easy language to understand...)

I'll try to have it fixed soon, promise!

schmarki
 
Posts: 2
Joined: Mon Dec 10, 2007 5:09 am

Excel based Generator

Post by schmarki »

Hello,

as I could not find Mac-Compatible message generators, so (with a little help of Andreas from the german excel forum), I tried to make one based on Excel.

If anyone is interested, just dl the link below.

Link:
http://www.hmwenzel.de/MiniPOV-Programmer03.xls.zip

You just have to enter 1 (for on) or 0 (for off) in the upper Panel. The exportable code con be copied out of line 16.

Cheers
Markus

magician13134
 
Posts: 1119
Joined: Wed Jun 13, 2007 9:17 am

Post by magician13134 »

Cool thanks!

I got that bug worked out with the help of PsaltyDS from autoitscript.com, so all credit goes to him.
The updated file now lives at: http://www.magicsoftinc.com/software/Mi ... iniPOV.exe
(case-sensitive)

[Edit]
Ok, I've made some HUGE updates!
What's new:
-It generates the whole mypov.c file instead of just a chunk
-This file can be saved, compiled, and even burned straight to the MiniPOV (if WinAVR in installed)
What's fixed:
-Loading files is now capable of loading real files like mypov.c, minipov.c instead of just the fragments generated before
-Image loading works now
-A few GUI updates/changes
-Fixed some typos and visual things
-Only generates necessary rows (strips 'empty' rows following the message)
-A few other things that I can't think of at the moment

Enjoy :D

cheeto4493
 
Posts: 4
Joined: Mon Oct 13, 2008 10:19 am

Re: MiniPOV message generator

Post by cheeto4493 »

I know there is a newer POV2 (and 3 now) and they use different pins for the LED's. Is this generator specific to the original POV or can it be used on the newer versions too?

magician13134
 
Posts: 1119
Joined: Wed Jun 13, 2007 9:17 am

Re: MiniPOV message generator

Post by magician13134 »

I wrote this for MiniPOV3, and I think it works for MiniPOV2 as well...

cheeto4493
 
Posts: 4
Joined: Mon Oct 13, 2008 10:19 am

Re: MiniPOV message generator

Post by cheeto4493 »

Yeah, I ended up downloading it and it works great! I have a little problem with window focus (the pop-up window with the code gets bumped to the back and if your tabbing through windows, it doesn't come forward with the main window) but the problem is tolerable and otherwise works well.

Thanks, ~Travis

SamuelAaronWard
 
Posts: 11
Joined: Tue Apr 07, 2009 11:09 am

Re: MiniPOV message generator

Post by SamuelAaronWard »

This is the best POV message generator I have seen so far! :)

Only one problem, though (and this might be my own ignorance)... It seems to me that all of the POV message generators on this site are designed for AVRs or Arduinos or something other than PICs. Does this one or any other work with PICs (and Windows XP)???

Thanks!
Aaron

[email protected]
(740) 357-8016 USA cell

vuala
 
Posts: 1
Joined: Tue Sep 01, 2009 2:51 am

Re: MiniPOV message generator

Post by vuala »

The software MiniPOV message generator works great!! Is there a way to slow down the message?
Thanks.

This is my DIY minipov picture
Attachments
IMG_8770.JPG
IMG_8770.JPG (69.85 KiB) Viewed 8244 times

danibilabibah
 
Posts: 5
Joined: Mon Oct 19, 2009 10:18 pm

Re: MiniPOV message generator

Post by danibilabibah »

hi,
I really like the program you created, works great (without sensor) but when the minipov through sensor (I use minipov2) he could not work, the lights stop. when I reset and remove the magnet (I use the halleffect sensor) he's working again. whether the program you created work with sensor? or because I use a parallel to program?

nipun_kanade
 
Posts: 1
Joined: Wed Jan 30, 2013 12:44 pm

Re: MiniPOV message generator

Post by nipun_kanade »

The link is not working...!!! can you please post a new one..?? Thanks in advance...

zwoegertje
 
Posts: 1
Joined: Thu Feb 21, 2013 5:42 pm

Re: MiniPOV message generator

Post by zwoegertje »

nipun_kanade wrote:The link is not working...!!! can you please post a new one..?? Thanks in advance...
same for me

BonBiowl
 
Posts: 1
Joined: Fri Mar 01, 2013 12:56 pm

Re: MiniPOV message generator

Post by BonBiowl »

Bravo, your idea simply excellent

Locked
Please be positive and constructive with your questions and comments.

Return to “MiniPOV”