Search found 25 matches

by waywardson07
Sun May 13, 2012 3:50 pm
Forum: Your projects
Topic: question about data sheets
Replies: 3
Views: 6696

Re: question about data sheets

Again brad thank you for the help. This website has helped me out a lot and i just want to say thank you to you and everyone else on here! :shock:
by waywardson07
Sun May 13, 2012 9:15 am
Forum: Your projects
Topic: question about data sheets
Replies: 3
Views: 6696

question about data sheets

ok so i have a question about the pic data sheets. in this picture below you can see that there is arrows to indicate witch pins are I/O pins. and witch ones are just in or just out. http://i3.photobucket.com/albums/y62/111789/arows.png and in this photo of another chip you can see that it does not ...
by waywardson07
Sun May 13, 2012 8:54 am
Forum: Your projects
Topic: Setting up code for other pic microcontrolers.
Replies: 10
Views: 12646

Re: Setting up code for other pic microcontrolers.

thanks alot for the help guys i was able to get my project working great now :] i will post some pics of it soon
by waywardson07
Tue Apr 24, 2012 4:19 am
Forum: Your projects
Topic: Setting up code for other pic microcontrolers.
Replies: 10
Views: 12646

Re: Setting up code for other pic microcontrolers.

Yep there is several ways you can do this.. you can initialise each Array element by Array(1) = 10 Array(2) = 10 Array(3) = 10 Array(4) = 10 Or something along the lines of this dim Array(5) as byte dim Index as byte for Index = 0 to 5 Array(Index) = 2 next so each element of your array will now = ...
by waywardson07
Tue Apr 24, 2012 4:01 am
Forum: Your projects
Topic: Setting up code for other pic microcontrolers.
Replies: 10
Views: 12646

Re: Setting up code for other pic microcontrolers.

wow thanks for the help. i am using the swordfish ide now. it works great! i have only one problem im running in to... i am able to declare and initialize a constant array in a single line of code like this: const array(5) as bit = (0,0,0,0,0) but that does not work for the variable array. i can dec...
by waywardson07
Sat Apr 21, 2012 1:12 pm
Forum: Your projects
Topic: Setting up code for other pic microcontrolers.
Replies: 10
Views: 12646

Setting up code for other pic microcontrolers.

hi brad! i wanted to ask if you would be able to help me get my chip working. i have been messing around with this 18f4680 and cant seem to get it to work. do you think it would be possible to help me with this problem? what i need to know is how to start my code. i know i first set witch chip im us...
by waywardson07
Sat Mar 12, 2011 4:26 pm
Forum: Programming PIC's with Swordfish Basic
Topic: Getting started with programming pics in Basic
Replies: 53
Views: 89576

Re: Getting started with programming pics in Basic

can you use a pickit2 to program with SF?
by waywardson07
Tue Nov 30, 2010 12:55 pm
Forum: The 8x85 RGB LED POV Display
Topic: What leds do you use on your pov projects
Replies: 20
Views: 51971

Re: What leds do you use on your pov projects

thanks alot for the info brad :]] i think im going to get some of those..... in the meantime i bought one of the ones from radioshack just to play around with and i found out that this full color led has a common anode instead of cathode like i was hoping. well i was wondering how would i go about s...
by waywardson07
Thu Nov 25, 2010 6:37 am
Forum: The 8x85 RGB LED POV Display
Topic: What leds do you use on your pov projects
Replies: 20
Views: 51971

Re: What leds do you use on your pov projects

Thanks for your reply :]] i decided to just to drive over there and find out for myself and it turns out they do have them. they are labelled as "Full Color LED's" they seem to have a diffuser coating on them as well. The price for each is $2.99 here is a link: http://www.radioshack.com/product/inde...
by waywardson07
Wed Nov 24, 2010 5:24 am
Forum: The 8x85 RGB LED POV Display
Topic: What leds do you use on your pov projects
Replies: 20
Views: 51971

Re: What leds do you use on your pov projects

The ones I have are from radioshack. They are 5mm defused. I would like to enlarge the design to 16+ LEDs. But the 5mm LEDs don't give a good resolution. So I want to go smaller but have not found any that are smaller. If someone can find some small rgb LEDs or an led bar of some sort it would be a...