- Joined
- Jan 26, 2010
- Messages
- 374
- Reaction score
- 199
There have been a bunch of threads lately on both TRF and Facebook on launch controllers and wireless controllers. Some time ago I designed the RocketTrig system for remote control of ground based cameras (https://www.rocketryforum.com/threa...-detection-project.152779/page-2#post-2469231 and Sport Rocketry Feb/March 2023. I had a eureka moment and realized that with basically no modifications, I could turn this into a wireless launch controller and retain the remote camera control. This thread is a discussion of the design that I came up with and main lessons learned.
I wanted a foot switch as launch trigger, so I could have my hands free for even more cameras. I wanted a launch logic that would automatically disable. I came up with an "arm" logic. Hit a button and system is armed. It times out after 60 seconds, or when you hit a "clear" switch, or when you launch. This is addition to a traditional toggle safety switch.
I put a traditional launch button on it, so I could use it without the foot switch.
It has a heart beat LED, so you know that your remote node is in range
The system consists of two nodes, local and remote. I use the same software on both nodes. The respective behavior is driven by which pins are hooked up. I use LoRa radio modules from Adafruit that have the micro controller .
I use 4S LiPo battery and an automotive relay.
Both local and remote nodes have two jacks each for camera remote control (although, ha, I don't have four cameras to use!!).
The system is not cheap ... on the order of $120 a node in parts. The main cost drivers are the Adafruit 3178 LoRa module ($34) and the pcb, which is on the order of $30.
I included one traditional wired channel on the local node.
Being an engineer and always wanting something better, I redesigned my RocketTrig pcb to better accommodate this system. It can also grow to control 8 channels.
I put all my designs and progam on github. Feel free to use or borrow for non-commercial use.
The hardware pcb files and KiCad are at schematic, pcb and fab files and program here .
The automotive relay is bulky and created somewhat of a wiring rats nest. I did design a relay board, which I am testing out that greatly simplifies wiring.
I wanted a foot switch as launch trigger, so I could have my hands free for even more cameras. I wanted a launch logic that would automatically disable. I came up with an "arm" logic. Hit a button and system is armed. It times out after 60 seconds, or when you hit a "clear" switch, or when you launch. This is addition to a traditional toggle safety switch.
I put a traditional launch button on it, so I could use it without the foot switch.
It has a heart beat LED, so you know that your remote node is in range
The system consists of two nodes, local and remote. I use the same software on both nodes. The respective behavior is driven by which pins are hooked up. I use LoRa radio modules from Adafruit that have the micro controller .
I use 4S LiPo battery and an automotive relay.
Both local and remote nodes have two jacks each for camera remote control (although, ha, I don't have four cameras to use!!).
The system is not cheap ... on the order of $120 a node in parts. The main cost drivers are the Adafruit 3178 LoRa module ($34) and the pcb, which is on the order of $30.
I included one traditional wired channel on the local node.
Being an engineer and always wanting something better, I redesigned my RocketTrig pcb to better accommodate this system. It can also grow to control 8 channels.
I put all my designs and progam on github. Feel free to use or borrow for non-commercial use.
The hardware pcb files and KiCad are at schematic, pcb and fab files and program here .
The automotive relay is bulky and created somewhat of a wiring rats nest. I did design a relay board, which I am testing out that greatly simplifies wiring.
Attachments
Last edited: