 |
November 29th, 08:44 PM
|
#1 (permalink)
|
|
Registered User
Join Date: Mar 2006
Posts: 9
|
Help on Electronic Boards
Hello, I was wondering does anyone know anything about how the boards are made or have schematics? Also how does it connect to the marker?
Adam
|
|
|
|
Sponsored Links
|
Advertisement
|
|
November 30th, 08:35 AM
|
#2 (permalink)
|
|
I'm a lvl 7 PWNER
Join Date: Feb 2004
Location: Ohio
Posts: 801
|
i dunno, good question, try Google
|
|
|
November 30th, 10:20 PM
|
#3 (permalink)
|
|
bow chicka
Join Date: Dec 2005
Location: Wisconsin, no city though, you e-rapist
Posts: 3,107
|
I have one of an ION board hold on.
__________________
Sex on tv cant hurt unless you fall off.
|
|
|
November 30th, 10:23 PM
|
#4 (permalink)
|
|
bow chicka
Join Date: Dec 2005
Location: Wisconsin, no city though, you e-rapist
Posts: 3,107
|
__________________
Sex on tv cant hurt unless you fall off.
|
|
|
November 30th, 10:36 PM
|
#5 (permalink)
|
|
Bringer of large farts
Join Date: Jan 2005
Location: College Station TX
Posts: 2,490
|
Hmmm i see were this line fo thinking is going.....
To build even a basic board requires you to b able to build and program a 555 timer circuit. It has been said over and over and over again, its just not worth it. If you need a cheap, generic board, look into a spyder t-board...
__________________
Proudest member of the Fightin Texas Aggie class of 08 Beat the h*** outa tu A Whoop!!!!.
If you need help, IM me. I'm around alot of the time and will answer questions happily  . *Driftcav03*
RL timmy FS ultra cheap
Quote:
|
Originally Posted by NYY
1- English
2- Maturity
Your list of things to do...
|
|
|
|
December 1st, 06:04 PM
|
#6 (permalink)
|
|
bow chicka
Join Date: Dec 2005
Location: Wisconsin, no city though, you e-rapist
Posts: 3,107
|
Quote:
Originally Posted by txaggie08
Hmmm i see were this line fo thinking is going.....
To build even a basic board requires you to b able to build and program a 555 timer circuit. It has been said over and over and over again, its just not worth it. If you need a cheap, generic board, look into a spyder t-board...
|
lol, i was thinking about doing my own ION board. Just redoing it, not actaully building a whole new one. The hardest part is the sodering cause its so small. But my step dad is a comp wiz so wiht my pb knowledge and his comp. knowledge i could do it.
__________________
Sex on tv cant hurt unless you fall off.
|
|
|
December 1st, 06:37 PM
|
#7 (permalink)
|
|
Bringer of large farts
Join Date: Jan 2005
Location: College Station TX
Posts: 2,490
|
Actualy the hardest part is going to be learning to program in whatever language you use(and no, this is not the same as the C++ and VB code common in computers), then buying the tools to actualy press the chip.
__________________
Proudest member of the Fightin Texas Aggie class of 08 Beat the h*** outa tu A Whoop!!!!.
If you need help, IM me. I'm around alot of the time and will answer questions happily  . *Driftcav03*
RL timmy FS ultra cheap
Quote:
|
Originally Posted by NYY
1- English
2- Maturity
Your list of things to do...
|
|
|
|
December 1st, 09:45 PM
|
#8 (permalink)
|
|
bow chicka
Join Date: Dec 2005
Location: Wisconsin, no city though, you e-rapist
Posts: 3,107
|
Quote:
Originally Posted by txaggie08
Actualy the hardest part is going to be learning to program in whatever language you use(and no, this is not the same as the C++ and VB code common in computers), then buying the tools to actualy press the chip.
|
Yeah but we can do all that stuff, we would just need someone to soder(sp) it.
__________________
Sex on tv cant hurt unless you fall off.
|
|
|
December 2nd, 02:14 PM
|
#9 (permalink)
|
|
www.FrozenPumpkin.com
Join Date: Dec 2001
Location: CT
Posts: 1,358
|
What is the language for boards? Not that I would even consider making one... Is it Unix by chance?
|
|
|
December 2nd, 02:34 PM
|
#10 (permalink)
|
|
Bringer of large farts
Join Date: Jan 2005
Location: College Station TX
Posts: 2,490
|
I cant remember the name, but no its not unix. Its a simplified form of basic used in basic automation and robotics. Its not hard to program one for a 555 timer, but good lord anything like ramping modes is not going to be easy.
__________________
Proudest member of the Fightin Texas Aggie class of 08 Beat the h*** outa tu A Whoop!!!!.
If you need help, IM me. I'm around alot of the time and will answer questions happily  . *Driftcav03*
RL timmy FS ultra cheap
Quote:
|
Originally Posted by NYY
1- English
2- Maturity
Your list of things to do...
|
|
|
|
December 5th, 06:43 AM
|
#11 (permalink)
|
|
Senior Member
Join Date: Jun 2003
Location: pawtucket RI
Posts: 177
|
correct me if I am wrong but most boards ultimately just out put a pulse of electricity to the solenoid to shoot the gun (correct?).
If this is right why cant you use a micro controller (say a pic from microchip) and use that, many cheap (under $3) micro controllers can easily take in and put out 9v. By doing this it would be very easy to write any kind of function, including ramp up functions because you can program it in C or another high level language.
As for what language the boards are using, the schematic posted has an atmel board which can be programmed in pretty much any common language but most easily in basic. As a note to the person above, there really isn't a language that would qualify as a simple form of basic that would be practical at all. Many microcontrollers are programmed in assembly(the machine code you get when c compiles)
There is no need to build a 555 timer because you can buy one, cheap, besides the fact that nearly every microcontroller has one built in.
__________________
......
|
|
|
December 6th, 12:01 AM
|
#12 (permalink)
|
|
Screaming Koala
Join Date: Nov 2004
Location: Bentleyville, PA
Posts: 4,615
|
Aside from being a cool project, is it really worth it when a 'real' aftermarket board doesn't cost all that much?
|
|
|
December 6th, 06:05 PM
|
#13 (permalink)
|
|
Bringer of large farts
Join Date: Jan 2005
Location: College Station TX
Posts: 2,490
|
Quote:
Originally Posted by punkandpaint830
correct me if I am wrong but most boards ultimately just out put a pulse of electricity to the solenoid to shoot the gun (correct?).
If this is right why cant you use a micro controller (say a pic from microchip) and use that, many cheap (under $3) micro controllers can easily take in and put out 9v. By doing this it would be very easy to write any kind of function, including ramp up functions because you can program it in C or another high level language.
As for what language the boards are using, the schematic posted has an atmel board which can be programmed in pretty much any common language but most easily in basic. As a note to the person above, there really isn't a language that would qualify as a simple form of basic that would be practical at all. Many microcontrollers are programmed in assembly(the machine code you get when c compiles)
There is no need to build a 555 timer because you can buy one, cheap, besides the fact that nearly every microcontroller has one built in.
|
i say simplified because it doesnt have the same number of possible I/O commands for the most part....
Ive never seen a sutiably low power draw chip that could be programed in any C based language, but im not an expert on the field either.
__________________
Proudest member of the Fightin Texas Aggie class of 08 Beat the h*** outa tu A Whoop!!!!.
If you need help, IM me. I'm around alot of the time and will answer questions happily  . *Driftcav03*
RL timmy FS ultra cheap
Quote:
|
Originally Posted by NYY
1- English
2- Maturity
Your list of things to do...
|
|
|
|
 |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|