TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build a Low-Cost Drone Using ESP32

443 点作者 m3at5 个月前

19 条评论

the__alchemist5 个月前
Note to anyone unafamiliar: There is a thriving &quot;FPV&quot; ecosystem of drones that can be DIYed. Example common setup, you can mix+match:<p><pre><code> - Small square PCB with the main flight control MCU (STM32), and some sensors - Smalls square PCB with motor drivers - Carbon fiber frame - Small PCB with a LoRa radio - Camera and video transmission system. (90s-security-cam style analog, or digital. - Brushless DC motors, props etc </code></pre> Uses Betaflight, ArduPilot, iNav, or PX4 firmware. Or, you could write your own.<p>The PCB-frame in the article is neat and has obvious convenience advantages, but I speculate that it would not be stiff enough for desirable controllable characteristics under high accel situations.
评论 #42502375 未加载
评论 #42502670 未加载
评论 #42508381 未加载
评论 #42503647 未加载
评论 #42502735 未加载
curiousgeorgio5 个月前
Is this just someone reposting espressif&#x27;s esp-drone (<a href="https:&#x2F;&#x2F;github.com&#x2F;espressif&#x2F;esp-drone">https:&#x2F;&#x2F;github.com&#x2F;espressif&#x2F;esp-drone</a>) and passing it off as their own (and DigiKey posting it on their site)? They talk about making a custom PCB, but it looks pretty much the same.<p>The repository linked from the article (<a href="https:&#x2F;&#x2F;github.com&#x2F;Circuit-Digest&#x2F;ESP-Drone">https:&#x2F;&#x2F;github.com&#x2F;Circuit-Digest&#x2F;ESP-Drone</a>) has some issues claiming there&#x27;s malware in it, and the commit history looks a little suspicious, but I could be wrong.
评论 #42502917 未加载
评论 #42508416 未加载
评论 #42504978 未加载
评论 #42500837 未加载
评论 #42500146 未加载
phoronixrly5 个月前
What a great time for this article! The US is having a mass hysteria event and it turns out you can churn out DYI drones for the fat sum of $12-13 each? What a time to be alive!<p>Edit: Hmm, considering that people are taking stars for UFOs lately, maybe a cheap drone is an overkill and a 20-pack of Chinese sky lanterns would be more than enough to keep the average US neighbourhood in a state of constant fear &#x2F; see how long it takes for you to get to the front page of &#x2F;r&#x2F;UFOs...
评论 #42499400 未加载
评论 #42500023 未加载
评论 #42584386 未加载
评论 #42501088 未加载
评论 #42501836 未加载
ChuckMcM5 个月前
Fun! I built a Crazyflie[1] back in the day which was bespoke 2.4GHz protocols (no ESP32 at the time) so this is a great upgrade to that. Also the use of a single low side MOSFET as the motor controller makes it simpler and cheaper at the expense of some moves that BLDC motors give you. All in all, at $10 - $15 that is a great deal and I&#x27;m wondering if one will show up in a Hackerbox[2] as that is exactly the kind of thing they do.<p>I have had a lot of fun playing with the CF microdrones, I&#x27;m definitely going to build one of these too.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;bitcraze&#x2F;crazyflie-firmware">https:&#x2F;&#x2F;github.com&#x2F;bitcraze&#x2F;crazyflie-firmware</a><p>[2] <a href="https:&#x2F;&#x2F;hackerboxes.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackerboxes.com&#x2F;</a>
mrtksn5 个月前
Fun. I&#x27;m looking into turning my old iPhone into a drone as it has great hardware already to do higher level tasks and use ESP32 for the more real time stuff like actually driving the motors based on sensor input.<p>If you think about it, an old iPhone 6 comes with GPS, gyro, accelerometer, multiple cameras, pretty powerful processors, bluetooth + wifi + LTE, sound + light, ambient + proximity sensors. Get rid of the case, and you have a great mini computer that can be aware of its surroundings and communicate.<p>On more modern iPhones, you can even use advanced tech like ARKit to have great spatial understanding of your drone and environment and do autonomous drones. With an iPhone 15, you can even get spatial video. How amazing would that be?<p>I wish Apple provided a straightforward way to unlock(like remove restrictions on the OS level) old phones and use them for DIY projects.
评论 #42502590 未加载
评论 #42508720 未加载
评论 #42501617 未加载
anigbrowl5 个月前
Or if you don&#x27;t want to do it from scratch, you can get a programmable readymade for a little more: <a href="https:&#x2F;&#x2F;shop.m5stack.com&#x2F;products&#x2F;m5stamp-fly-with-m5stamps3?variant=45470601707777" rel="nofollow">https:&#x2F;&#x2F;shop.m5stack.com&#x2F;products&#x2F;m5stamp-fly-with-m5stamps3...</a><p>The included software stack is very basic, dig around on Japanese nerd Twitter for open source avionics.
评论 #42501052 未加载
teruakohatu5 个月前
This is amazing. Even the landing gear (struts?) is part of the PCB. I hope the author considers selling kits or outsourcing kits to SeedStudio. I live in a country where digikey order shipping is quite pricey.<p>The author estimates the BOM to be a little under US$13. At that price it would be fun to try create a swarm for DIY drone lights show.<p>[1] <a href="https:&#x2F;&#x2F;circuitdigest.com&#x2F;microcontroller-projects&#x2F;DIY-wifi-controlled-drone" rel="nofollow">https:&#x2F;&#x2F;circuitdigest.com&#x2F;microcontroller-projects&#x2F;DIY-wifi-...</a>
评论 #42500218 未加载
jauntywundrkind5 个月前
Feels like a poor fit, given the limited number of cores available.<p>Would be awesome to see rp2350 or some such, where there are very low power io cores available that can do work whether the main core is on or not. Embedded really is one of the best places for many-core, but it&#x27;s so so rare there are good offload architectures and puny Programmable IO systems.<p>Should out to folks like Silego&#x2F;Dialog&#x2F;Renesas with their GreenPAK; ultra tiny but interesting mixed signal little bits of programmable logic with a healthy dollop of peripherals!
评论 #42502351 未加载
评论 #42501514 未加载
评论 #42506396 未加载
timonoko5 个月前
I played with €25 foldable wifi drone from Lidl until EU started requiring €30 fee annual for a camera drone.<p>I cannot think much practical use for drone without a camera. Fly-fishing might be one, but I need to program it so that it drops the line and returns home the moment it feels fish yanking.
评论 #42500856 未加载
评论 #42501042 未加载
评论 #42500384 未加载
评论 #42508379 未加载
frognumber5 个月前
It&#x27;s odd, considering this is digikey, that there isn&#x27;t a &quot;Buy now&quot; button.<p>I&#x27;d totally do that if I got everything shipped to me, and knew I wasn&#x27;t forgetting something.
评论 #42499566 未加载
asadalt5 个月前
this is amazing. on similar note, I have spent last few months trying to fit visual inertial odometry into esp32. Combining that with this would be insane (and so cheap!)
评论 #42499363 未加载
评论 #42507890 未加载
fitsumbelay5 个月前
love everything here but I&#x27;m skeptical of real time control via wifi. for me there&#x27;s always been a noticeable delay in video streaming and receiving control signal so I&#x27;m curious how this works?
评论 #42505610 未加载
评论 #42504982 未加载
no_time5 个月前
I wonder what differs in the hardware (other than obviously using the newer esp32) compared to the implementation in this vid: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3n76iMTHXuE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=3n76iMTHXuE</a><p>tldw: he experienced significant packet latency while the motors were spinning, making the drone uncontrollable.
AstroJetson5 个月前
Is the custom circuit board something that mortals can get made? That seems to be the sticky point to me.
评论 #42499691 未加载
评论 #42500443 未加载
评论 #42499443 未加载
asadalt5 个月前
i wish this didn’t use mpu6050 imu, which is obsolete and unavailable it seems.<p>but i guess they used it due to existing code&#x2F;drivers widely available for it and esp32.
评论 #42506648 未加载
amelius5 个月前
With the power budget of a drone almost any board will do.
KennyBlanken5 个月前
Does anyone know who at Digikey is responsible for their absurd adblock-blocking efforts?<p>It&#x27;s so goddamn tiresome that I&#x27;m headed to a site already with a list of things to buy and it blocks me because I&#x27;ve installed an extension that will block them from showing me ads <i>trying to sell me even more stuff.</i>
iandanforth5 个月前
Meta: This has to be one of the most aggressively blocked pages I&#x27;ve encountered as it refuses to render any content if you have an adblocker on (uBlock at least) and resists several forms of archiving.
评论 #42499055 未加载
评论 #42500770 未加载
评论 #42500045 未加载
评论 #42501030 未加载
评论 #42500439 未加载
评论 #42499199 未加载
评论 #42502216 未加载
joshu5 个月前
note: appears to use an outdated esp-idf. worth checking to see if esp-drone has been ported a newer esp-idf.