Results 1 to 8 of 8

Thread: Possible? Or am I crazy?

  1. #1

    Thread Starter
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,522

    Possible? Or am I crazy?

    Ok... I've been seeing many of the Pi, RB, Arduino posts over the last.... hmmmm what ever ... and never really thought too much about them. I've read about some of them, seen some of the things people have done with them, but it never seemed my cup of tea (or mug of coffee, or pint of beer). Mostly because I couldn't come up with any kind of project or idea that really interested me. Sure, there's thermostats and garage openers... but they're just not my thing. Then I got to thinking about it the other night, and thought I might be able to use a board or two to control the switches on a model train layout. OK, that's something I can get behind. First I need a layout. Still a few years off from that.

    Then I found myself on the 4th of July researching firework launching boards. Seems like a lot of soldering involved and other work that my eyes and shaky hands (one of the reasons I'm looking at a board) might make some of it difficult. Next step was to read and learn about breadboards... ok, closer to a solderless setup, but still potentially a mess. That's when it hit me... is it possible to use an Arduino (or Pi or and RB) to send signals down a line that would trip/activate a rocket engine ingnitor?

    Is this something that's doable? or am I on a fool's errand? What kind of board would be best for something like that and what other kinds of components do I need to look for? My thought would be to have a board that I could then hook up to some kind of monitor and run a program of some kind that would then activate channels on command (if I want to run it manually, or if I choose, run a pre-configured launching sequence) which would then send the electrical charge down the line to activate the motor and launching things skyward.

    I am software oriented, I only have a basic understanding about electronics, so talk to me like I'm in kindergarten. I'm sure the programming side I can handle once I get to that point, but it's the understanding of what the boards can/cannot do and the electronic understanding that is a bit beyond me at the moment.


    So am I crazy? Or is something like this possible?


    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,274

    Re: Possible? Or am I crazy?

    Quote Originally Posted by techgnome View Post
    So am I crazy? Or is something like this possible?
    Are they necessarily mutually exclusive?

  3. #3
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Possible? Or am I crazy?

    Of course you can do that with an Arduino. But the arduino digital power wont be enough on its own. You will need to use an arduino to control a Relay and have the relay connected to power + your launcher.

  4. #4

    Thread Starter
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,522

    Re: Possible? Or am I crazy?

    Quote Originally Posted by jmcilhinney View Post
    Are they necessarily mutually exclusive?
    No, not necessarily... generally the first is a given... but taken in context of this thread.... well, considering I'm talking about working with explosive materials, it's still a given.

    Quote Originally Posted by dclamp View Post
    Of course you can do that with an Arduino. But the arduino digital power wont be enough on its own. You will need to use an arduino to control a Relay and have the relay connected to power + your launcher.
    Hmmm... makes sense. Especially since I'm hoping that I can use a single channel for simultaneous launches... even if the ignitors take a single volt, to set off 6, I'd need 6v, which is beyond the capacity of most of the boards... grrr...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,710

    Re: Possible? Or am I crazy?

    The driver circuit only uses the low power to flip the relay switches which as dclamp stated are powered by other means which could drive as many switches as yu have rockets only limited by your external power source/battery
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  6. #6
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Possible? Or am I crazy?

    Quote Originally Posted by techgnome View Post
    Hmmm... makes sense. Especially since I'm hoping that I can use a single channel for simultaneous launches... even if the ignitors take a single volt, to set off 6, I'd need 6v, which is beyond the capacity of most of the boards... grrr...

    -tg
    Just get something like this:
    http://www.amazon.com/SainSmart-8-CH...eywords=relays

  7. #7
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Possible? Or am I crazy?

    Quote Originally Posted by techgnome View Post
    Hmmm... makes sense. Especially since I'm hoping that I can use a single channel for simultaneous launches... even if the ignitors take a single volt, to set off 6, I'd need 6v, which is beyond the capacity of most of the boards... grrr...

    -tg
    Just get something like this:
    http://www.amazon.com/SainSmart-8-CH...eywords=relays

  8. #8
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: Possible? Or am I crazy?

    Quote Originally Posted by techgnome View Post
    Ok... I've been seeing many of the Pi, RB, Arduino posts over the last.... hmmmm what ever ... and never really thought too much about them. I've read about some of them, seen some of the things people have done with them, but it never seemed my cup of tea (or mug of coffee, or pint of beer). Mostly because I couldn't come up with any kind of project or idea that really interested me. Sure, there's thermostats and garage openers... but they're just not my thing. Then I got to thinking about it the other night, and thought I might be able to use a board or two to control the switches on a model train layout. OK, that's something I can get behind. First I need a layout. Still a few years off from that.

    Then I found myself on the 4th of July researching firework launching boards. Seems like a lot of soldering involved and other work that my eyes and shaky hands (one of the reasons I'm looking at a board) might make some of it difficult. Next step was to read and learn about breadboards... ok, closer to a solderless setup, but still potentially a mess. That's when it hit me... is it possible to use an Arduino (or Pi or and RB) to send signals down a line that would trip/activate a rocket engine ingnitor?

    Is this something that's doable? or am I on a fool's errand? What kind of board would be best for something like that and what other kinds of components do I need to look for? My thought would be to have a board that I could then hook up to some kind of monitor and run a program of some kind that would then activate channels on command (if I want to run it manually, or if I choose, run a pre-configured launching sequence) which would then send the electrical charge down the line to activate the motor and launching things skyward.

    I am software oriented, I only have a basic understanding about electronics, so talk to me like I'm in kindergarten. I'm sure the programming side I can handle once I get to that point, but it's the understanding of what the boards can/cannot do and the electronic understanding that is a bit beyond me at the moment.


    So am I crazy? Or is something like this possible?


    -tg
    You can do a part of this with a raspberry pi. You would also need a breadboard and some external stuff, but it's doable.

    ugh.. you just reminded me of my first project in Computer Arch.. making the led blink on the pi board.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width