TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I Put a Raspberry Pi in a Rocket

72 pointsby johnjones4over 4 years ago

8 comments

Mister_Snugglesover 4 years ago
This is very cool!<p>At first, I had some questions about why you&#x27;d use a Raspberry Pi for this, but once I realized that video was being recorded as well it made more sense. I&#x27;m quite impressed.<p>For increasing sample rate, it really depends on where the problem is. The Pi is recording video and managing the sensors - are these two tasks competing with each other?<p>Perhaps using another controller to deal with the sensors and telemetry transmission could help (if contention is actually the problem). Something like the ESP32 in the D1 Mini form factor would easily fit in the rocket. If I was doing this, I&#x27;d ignore the ESP32&#x27;s onboard radios and use the LoRa module since it seems to work quite well in this application.<p>[0] <a href="https:&#x2F;&#x2F;johnjonesfour.com&#x2F;2020&#x2F;10&#x2F;03&#x2F;model-rocket-telemetry-part-1&#x2F;" rel="nofollow">https:&#x2F;&#x2F;johnjonesfour.com&#x2F;2020&#x2F;10&#x2F;03&#x2F;model-rocket-telemetry-...</a>
评论 #24681932 未加载
mch82over 4 years ago
Curious what other boards you considered?<p>You mention using Adafruit libraries &amp; working in Python. The Adafruit feather boards focus on low power situations &amp; some include battery slots. <a href="https:&#x2F;&#x2F;www.adafruit.com&#x2F;feather" rel="nofollow">https:&#x2F;&#x2F;www.adafruit.com&#x2F;feather</a>
评论 #24681081 未加载
Jugurthaover 4 years ago
Hi, do you have technical details for that? I don&#x27;t really see any.<p>&gt;<i>There must be a buffer that holds a certain amount of camera footage before saving it to disk. Because the battery disconnected in-flight, no flight video saved. I&#x27;d like to figure out how to write video data more frequently in case the battery issue happens again.</i><p>Disk or SD card?<p>I&#x27;m seeing RSSI. What signal are you measuring the strength of? Given that you talked about problems losing footage and buffering, I suppose you are not transmitting in near real-time but instead save to disk and get the data <i>afterwards</i>? Given that you have a link, why not send the video stream to your ground station directly?<p>I worked with Raspberry PI to acquire data from fitness trackers with Bluetooth Low Energy (BLE), then transmit using 4G dongles. We serialized the data into protobufs and used Kafka in the backend. We also used the setup for other things.<p>&gt;<i>The software performed well, but I&#x27;d still like to increase the data capture rate. There are Adafruit libraries for the components I&#x27;m using in C++, so I&#x27;m considering rewriting air.py in C++, but I&#x27;d really love it if someone talked me out of that.</i><p>I don&#x27;t think you have to re-write anything in C++. I&#x27;m pretty sure the bottleneck is not the language.
评论 #24680723 未加载
johnchristopherover 4 years ago
&gt; The software performed well, but I&#x27;d still like to increase the data capture rate. There are Adafruit libraries for the components I&#x27;m using in C++, so I&#x27;m considering rewriting air.py in C++, but I&#x27;d really love it if someone talked me out of that.<p>Would that really improve data capture ? How much throughput is it captured that python can&#x27;t keep up (is that even the right kind of questions) ?
评论 #24681308 未加载
cconceptsover 4 years ago
400 feet doesnt seem very high (to a bystander like me). I made a 19mm diameter sugar rocket with my kids, tied it to a bamboo stick for stability and electrically started it. The thing went so high that we visually lost sight of it.<p>Is this because my power to weight ratio is so much lower?
评论 #24681014 未加载
评论 #24681568 未加载
评论 #24680962 未加载
pluggerover 4 years ago
We&#x27;re using a ESP32 as the &quot;brains&quot; of a Rocket tracker. Having Wifi to confirm GPS lock is pretty nice.<p>I flew it yesterday with a Quectel L-80&#x2F;MediaTek 3339 chipset, seems to have performed fairly well. <a href="https:&#x2F;&#x2F;forum.ausrocketry.com&#x2F;viewtopic.php?f=32&amp;t=6547" rel="nofollow">https:&#x2F;&#x2F;forum.ausrocketry.com&#x2F;viewtopic.php?f=32&amp;t=6547</a>
watersbover 4 years ago
The company that sold the first generally available &quot;Personal Computer&quot; started as a club that got into telemetry rigs for model rockets.
bennathansonover 4 years ago
Hey I know this guy! Nice work, John.<p>YITBOS
评论 #24681176 未加载