Page 2 of 2

Re: Raspberry Pi...

Posted: Mon Nov 03, 2014 9:31 pm
by Keith B
Charles L. Cotton wrote:
Charles L. Cotton wrote:Do any of you Pi experts know if it can be used to 1) receive input from an accelerometer (shock/impact sensor); and 2) trigger a relay. If so, can it handle multiple independent inputs/outputs?

Thanks,
Chas.
I found the answer. I can use a Gertboard to control relays.

Chas.
Charles, if you don't find what you need let me know; I have a friend who has a business doing custom automation and control circuits. He currently has a system that can be remotely controlled by text messages sent to it from a cell phone, and it sends response messages back verifying the change in state.

Re: Raspberry Pi...

Posted: Mon Nov 03, 2014 10:24 pm
by ghostrider
I looked at them, then procrastinated long enough so that these came out:

http://beagleboard.org/black" onclick="window.open(this.href);return false;


A comparison to help you choose the 'correct' toy:

http://lifehacker.com/how-to-pick-the-r ... -742869540" onclick="window.open(this.href);return false;

Re: Raspberry Pi...

Posted: Mon Nov 03, 2014 10:35 pm
by ghostrider
'course, like guns, maybe the right answer is: you need 1 of each :-)

Re: Raspberry Pi...

Posted: Tue Nov 04, 2014 9:37 am
by threoh8
My son surprised me a while back with a basic Arduino training setup. Nothing fancy like y'all are talking about, but I've got some ideas for it!

Re: Raspberry Pi...

Posted: Tue Nov 04, 2014 11:43 am
by Charles L. Cotton
ghostrider wrote:I looked at them, then procrastinated long enough so that these came out:

http://beagleboard.org/black" onclick="window.open(this.href);return false;


A comparison to help you choose the 'correct' toy:

http://lifehacker.com/how-to-pick-the-r ... -742869540" onclick="window.open(this.href);return false;
Thanks for the links. I want to use it/them for running target controllers, as well as other types of moving targets. It looks like the Arduino will work, but the Raspberry PI might be better.

Chas.

Re: Raspberry Pi...

Posted: Tue Nov 04, 2014 12:19 pm
by clarionite
Charles L. Cotton wrote:
ghostrider wrote:I looked at them, then procrastinated long enough so that these came out:

http://beagleboard.org/black" onclick="window.open(this.href);return false;


A comparison to help you choose the 'correct' toy:

http://lifehacker.com/how-to-pick-the-r ... -742869540" onclick="window.open(this.href);return false;
Thanks for the links. I want to use it/them for running target controllers, as well as other types of moving targets. It looks like the Arduino will work, but the Raspberry PI might be better.

Chas.

Charles,

I'm doing exactly that. I'm using Freescale and TI boards instead though.

Marty

Re: Raspberry Pi...

Posted: Tue Nov 04, 2014 12:21 pm
by clarionite
I've designed and built custom targets. My latest project is for larger targets (m203 rounds) and the portability vs. reusability aspects of the design are the most challenging parts. I've got three designs I need to build prototypes for and get out to the range to let them blow them up.

Re: Raspberry Pi...

Posted: Tue Nov 04, 2014 1:30 pm
by OldCannon
Charles L. Cotton wrote:Do any of you Pi experts know if it can be used to 1) receive input from an accelerometer (shock/impact sensor); and 2) trigger a relay. If so, can it handle multiple independent inputs/outputs?

Thanks,
Chas.
You really want an Auriono for that kind of stuff. RPi is overkill. Arduino = microcontroller, RPi = micro-computer.

Re: Raspberry Pi...

Posted: Tue Nov 04, 2014 4:50 pm
by clarionite
OldCannon wrote:
Charles L. Cotton wrote:Do any of you Pi experts know if it can be used to 1) receive input from an accelerometer (shock/impact sensor); and 2) trigger a relay. If so, can it handle multiple independent inputs/outputs?

Thanks,
Chas.
You really want an Auriono for that kind of stuff. RPi is overkill. Arduino = microcontroller, RPi = micro-computer.
I agree.

Arduino if you're not a programmer, or are looking for lots of readily available code. They also have lots of pre made shields.

Re: Raspberry Pi...

Posted: Mon Nov 10, 2014 4:09 pm
by 10Shooter