confusion on POV images

Post here to discuss the 8x85 RGB LED POV Display.

Moderators: Chuckt, Garth, bitfogav

Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
ibrahim
semi-newbie
semi-newbie
Posts: 10
Joined: Mon Jun 07, 2010 2:08 am
Location: Turkey
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

confusion on POV images

Post by ibrahim » Mon Jun 07, 2010 3:33 am

Hi Brad ,

Thanks for this web site.

I made 8*85 POV with my own PCB and to test it I programmed eeprom 27c512 very simple one frame as you can see in the attachment excel (first frame) But after I turned it on I noticed that there was a confusion on the frame image .The leds were lit like as in attachment second frame. I checked pcb many times , read instruction that you wrote and changed motor speed but nothing has been changed.If you can understand something from these frames you could you please tell me what I did wrong and how can I fix it.

http://www.bradsprojects.com/phpBB2/download.php?id=79
Attachments
8x85_template.zip
(33.93 KiB) Downloaded 1012 times

User avatar
brad
Site Admin
Site Admin
Posts: 2578
Joined: Fri Mar 26, 2010 10:30 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by brad » Mon Jun 07, 2010 4:11 pm

At first glance it looks as though your data is there, although it is getting mixed up.

Is your address bus connected properly? are you incrementing the address bus correctly?

can you give any more information?

ibrahim
semi-newbie
semi-newbie
Posts: 10
Joined: Mon Jun 07, 2010 2:08 am
Location: Turkey
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by ibrahim » Mon Jun 07, 2010 7:12 pm

thanks for quick reply...
When I saw the image first time , I thought I mixed something on the board then I checked every wire , bus ,companent ,etc.
So address bus and increment are correct.I dont think there is a hardware problem .I checked many times with schematic , Dai Omie PCB
and everythings are same.But I am suspicious about the 27c512 programming. There is something strange, could you please check the attachment file .I added printscreen of programming 27c512 step by step.
I think , I might have a mistake while programming .( I have very little experience about Pic, Eeprom etc. :oops: .I just did this project by follow the explanation )

http://www.bradsprojects.com/phpBB2/download.php?id=95
Attachments
Eeprom programming explanation .zip
(319.03 KiB) Downloaded 1007 times

User avatar
brad
Site Admin
Site Admin
Posts: 2578
Joined: Fri Mar 26, 2010 10:30 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by brad » Mon Jun 07, 2010 10:35 pm

Could you also upload the hex file and a screenshot up what the opened up hex file looks like in you programmer software

ibrahim
semi-newbie
semi-newbie
Posts: 10
Joined: Mon Jun 07, 2010 2:08 am
Location: Turkey
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by ibrahim » Mon Jun 07, 2010 11:12 pm

Attachments
Yeni Klasör.zip
(167.88 KiB) Downloaded 1011 times

User avatar
brad
Site Admin
Site Admin
Posts: 2578
Joined: Fri Mar 26, 2010 10:30 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by brad » Tue Jun 08, 2010 7:58 pm

Thanks for the uploads.

Everything looks okay as far as the .hex file goes. It should be drawing the arrow just as you wanted.

Unfortunately I would have to see the project for myself in order to help anymore with it.

I will be uploading my new and much simpler version of this project that only uses one chip. If you wanted to build that I think you would have alot less trouble.

User avatar
bitfogav
Moderator
Moderator
Posts: 915
Joined: Sun Mar 28, 2010 9:03 pm
Location: United Kingdom
Contact:

Post by bitfogav » Wed Jun 09, 2010 3:06 am

Ok this is just an idea? Have you added the the pickup sensor and placed a nail or some kind of object to mark the start point of the display?.

I noticed that (ibrahim) has mentioned that he has changed the speed of the motor but this doesnt seem to make any difference?

Im thinking that if the microchip has not seen the pickup sensor? then it wouldnt know when to start to display of the picture or in this case the arrow?

Also dont the eeprom 27c512 need tobe ereased under a U/V light before
reprogramming it again?.

This is just some ideas, I might be totally wrong but just thought I would try and help :)

User avatar
brad
Site Admin
Site Admin
Posts: 2578
Joined: Fri Mar 26, 2010 10:30 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by brad » Wed Jun 09, 2010 5:58 am

You make some good points there.

Although, the POV would not display anything if there wasn't a sensor OR if you removed the one line of code where it checks for the sensor.

Also, bitfogav you gave me an idea. Have you read your eprom after programming it to see that the data contained in it is what should be there?

User avatar
bitfogav
Moderator
Moderator
Posts: 915
Joined: Sun Mar 28, 2010 9:03 pm
Location: United Kingdom
Contact:

Post by bitfogav » Sun Jun 13, 2010 11:43 pm

Thats a good point too Brad, check the eprom has the correct data on it after you have programmed it..

Also are you sure that you set the frame correctly in the souce code ibrahim?

Exaple:

Code: Select all

setup
movlw d'178'         ; defines how many frames we have -
movwf total_frames	; in our animation loop

ibrahim
semi-newbie
semi-newbie
Posts: 10
Joined: Mon Jun 07, 2010 2:08 am
Location: Turkey
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by ibrahim » Mon Jun 14, 2010 4:45 pm

Hi all,

I did everythıng that you told but unfortunately nothing has been chanced.It seems , I missed something which I could not find, so after nervous breakdown ,I made it scrap and I decided to built again POV project from beginning with new PCB .
I will let you inform when I finish new ones
Thanks for your all support .
God bless all of you.

User avatar
brad
Site Admin
Site Admin
Posts: 2578
Joined: Fri Mar 26, 2010 10:30 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Post by brad » Tue Jun 15, 2010 6:03 pm

That's unfortunate. But remember it is all a learning experience!

robertrndya
decided to stick around...
decided to stick around...
Posts: 39
Joined: Mon Apr 25, 2011 6:33 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: confusion on POV images

Post by robertrndya » Wed May 11, 2011 3:41 pm

hi Brad,

1st of all thanx for activating my account. I just thought I might post here now that my account is activated. Have you read my last 2 posts on the "instructables" site by any chance?? Anyway i'll just brief you on my latest problem.

I enable the RESET pin of the ATmega16L after every display of my frame so I have got rid of the garbage values. Now I get the required colors on the LEDs for the output which reads "ROBERT". But when I tested it on the ceiling fan I could only see the colors but not the letters. The letters were just not appearing. :shock: :cry: Could it be something to do with the delay when the LEDs are ON "as well as" OFF?? :idea: :?: :?:

Another problem is that I had prepared the circuit on the breadboard and I mounted the breadboard on the fan in spite of knowing that the wires would come out (and a few did come out, but I was just too eager to test it). :roll: Now I wanted to prepare the PCB version of the circuit for further testing but am discouraged by a friend about preparing the PCB yet. He says that I'm not getting the letters maybe because of some mistake in the circuit (although I think otherwise since I feel that if he was right then i wouldn't be getting the right colors on the LEDs). The LEDs flash with the right colors but the letters just don't appear.

What do you suggest? Is it OK if I prepare the PCB? Where do you think does the problem lie?

Thanx in advance. :)

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Who is online

Users browsing this forum: No registered users and 4 guests