Schlagwort: Model Rocketry

  • A delightful Chandrayaan-3 rocket launch model

    A delightful Chandrayaan-3 rocket launch model

    Reading Time: 2 minutes

    It may not get as much attention as NASA, Roscosmos, or even CNSA (China National Space Administration), but India’s space program has achieved some impressive goals. Just last year, in August of 2023, ISRO (Indian Space Research Organisation) completed their first soft landing on a celestial object with the Chandrayaan-3’s moon landing. That understandably inspired pride among Indians and the YouTube channel Science 4 U celebrated by building this model of the Chandrayaan-3 launch.

    This project can be completed with some everyday materials and a few inexpensive components. When ready, it counts down from 10. At zero, the rocket climbs the launch pad’s structure. That rocket is a small model that makers can fabricate on any 3D printer. The launch pad and structure is mostly foam packing material.

    The electronics consist of a low-speed geared DC motor, a relay module, an OLED screen, a battery holder, and an Arduino UNO Rev3 board. The Arduino starts by displaying the numerical countdown on the OLED screen. After the countdown completes, the Arduino switches on the relay. That completes the motor circuit, allowing current to flow from the AA batteries to the motor. The running motor winds in a string that pulls the rocket up the structure.

    There doesn’t seem to be any switch or sensor to turn off the motor, so the user will have to program a timer to switch the relay. There also isn’t any hardware to reverse the motor polarity, so the user has to lower the rocket manually after a launch. But this is an inexpensive and fun project that should be perfect for students in India who are excited by Chandrayaan-3.

    [youtube https://www.youtube.com/watch?v=oftwbO1LwpA?feature=oembed&w=500&h=281]

    The post A delightful Chandrayaan-3 rocket launch model appeared first on Arduino Blog.

    Website: LINK

  • Launch your model rockets over LoRaWAN with this MKR WAN 1310-powered system

    Launch your model rockets over LoRaWAN with this MKR WAN 1310-powered system

    Reading Time: 2 minutes

    Designing, constructing, and launching your own model rockets is a great hobby for learning more about the world of aerodynamics, computer simulations, and physics as a whole. But when it comes to actually lighting the solid rocket fuel to achieve ignition, the user normally lights a fire directly on a fuse or lays out a reel of wire to electronically burn the propellent, both of which are not ideal.

    Milos Rasic of element14 Presents, in contrast, had the idea to create a remotely-operated launching system that would allow the user to simply flick a switch and press a button to achieve lift-off without the need for kilometers of wire. His ignition circuit relied on an Arduino MKR WAN 1310 to receive commands over LoRaWAN™ and the board, in turn, would begin charging a pair of supercapacitors via a series of MOSFETs, relays, and op-amps until they each reached about 8V. Once everything had been tested on a breadboard, Rasic soldered his components onto perfboard and arranged them inside a custom weatherproof case.

    On the controller side, Rasic grabbed another MKR WAN 1310 and connected a 16×2 LCD display, a rotary encoder for making selections, and an array of switches and buttons for selecting when the system is charging, armed, and igniting the rocket. Better yet, the model rocket was also a custom design along with the launchpad.

    To see this system in action, check out Rasic’s video below!

    [youtube https://www.youtube.com/watch?v=lU-NAV25VCo?feature=oembed&w=500&h=281]

    The post Launch your model rockets over LoRaWAN with this MKR WAN 1310-powered system appeared first on Arduino Blog.

    Website: LINK

  • An amazingly overkill model rocket launch controller

    An amazingly overkill model rocket launch controller

    Reading Time: 2 minutes

    An amazingly overkill model rocket launch controller

    Arduino TeamApril 28th, 2020

    Eddy Robinson has spent the last six months building a model rocket complete with a thrust vector control system for stabilization, along with a correspondingly epic launch console. His “overkill controller” is packed inside a rugged case and flips open to reveal an array of buttons, switches, and displays.

    Controls include an arm key as well as an emergency stop button in case things go awry. There’s also an assortment of toggle switches, buttons, a 16×2 LCD display for feedback, a DHT11 sensor to ensure ideal conditions, and more. 

    The actual launch signal is sent wirelessly via an nRF24L01 transceiver, and there are plans to add a manual wired backup in the future. All of this is handled by an Arduino Mega, hidden below the user interface panel.

    Although the rocket won’t take to the sky for a couple months, you can follow along with Robinson’s project here

    [youtube https://www.youtube.com/watch?v=ijcLjZP0PUw?feature=oembed&w=500&h=281]

    Website: LINK

  • An Arduino-based rocket motor thrust test stand

    An Arduino-based rocket motor thrust test stand

    Reading Time: 2 minutes

    An Arduino-based rocket motor thrust test stand

    Arduino TeamDecember 17th, 2018

    If you enjoy model rocketry, you may wonder just what the thrust curve of the motors you’re using looks like. In order to answer that question, YouTuber ElementalMaker decided to construct his own test stand using an Arduino Uno coupled to a 10Kg load cell with an HX711 amplifier board. The test procedure is started with a little red button, and after warning LED blinks away for 10 seconds, it activates a relay and fires the motor under into the stand.

    The experimental setup seen in the video yields successful thrust curves for both a ½ inch and ¾ inch motor. As you might expect, the ¾ produces more thrust than its smaller cousin, though at 2,683 grams versus the ½ inch motor’s 658, it’s an impressive difference indeed. 

    The heart of the stand is a common load cell (the sort of thing you’d find in a digital scale) coupled with a HX711 amplifier board mounted between two plates, with a small section of vertical PVC pipe attached to the topmost plate to serve as a motor mount. This configuration is capable of measuring up to 10 kilograms with an 80Hz sample rate, which is critically important at this type of rocket motors only burn for a few seconds to begin with. The sensor produces hundreds of data points during the short duration of the build, which is perfect for graphing the motor’s thrust curve over time.

    Given such a small window in which to make measurements, [ElementalMaker] didn’t want to leave anything to chance. So rather than manually igniting the motor and triggering the data collection, the stand’s onboard Arduino does both automatically. Pressing the red button on the stand starts a countdown procedure complete with flashing LED, after which a relay is used to energize a nichrome wire “electronic match” stuck inside the motor.

    The project is based on a paper archived here if you’d like to examine the design.

    [youtube https://www.youtube.com/watch?v=-yq1EmTkBCs?feature=oembed&w=500&h=281]

    Website: LINK