Earlier quoted context omitted.
And a lot of it is all open source! ESC software: - https://github.com/am32-firmware - https://github.com/mathiasvr/bluejay Flight controller (you mentioned these): - https://github.com/betaflight - https://github.com/ArduPilot - https://github.com/iNavFlight Control link: - https://github.com/ExpressLRS (also uses ESP32/ESP82 chips) Radio Controllers: - https://github.com/EdgeTX 5+ years ago the vast majority of thi…
With luck the OpenIPC cameras that are starting to come on the market will find traction and the entire hardware stack will run on open source firmware. https://www.youtube.com/watch?v=EdjI3ZQsmCA
Build a Low-Cost Drone Using ESP32
141–150 of 160 posts
Re: Build a Low-Cost Drone Using ESP32
#142Note to anyone unafamiliar: There is a thriving "FPV" ecosystem of drones that can be DIYed. Example common setup, you can mix+match: - 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 U…
This is all true, but just to set expectations: the open source ecosystem seems to be lagging the proprietary world pretty significantly, unless there's some corner where development is really chugging along that's not making it out to the rest of the hobbyist market. Though there have been incremental improvements in flight control software, and video subsystems have moved (mostly) from analog to 2.4/5.8 GHz and dig…
Sure, you don't have sensor fusion from a bunch of disparate exotic sensors, and the control software could be improved a lot, but it's not as bad as you describe it.
Re: Build a Low-Cost Drone Using ESP32
#143Earlier quoted context omitted.
You can start for ~$400 - I just bought parts for 2 drones for my kids. My shopping list: - Flywoo Goku F405 HD 1-2S 12A ELRS AIO V2 flight controller, $64, flywoo.net - Radiomaster Pocket radio controller, $65, radiomasterrc.com - EAchine EV800D VR goggles, $109.81, banggood.com - Meteor 75 frame, $5, tinywhoop.com - 4x 40mm props, $2.25, tinywhoop.com - BetaFPV canopy, $5, tinywhoop.com - TinyWhoop Pinch Premium FP…
I don't see the ESCs, are they in the AIO?
Re: Build a Low-Cost Drone Using ESP32
#144Re: Build a Low-Cost Drone Using ESP32
#145I played with €25 foldable wifi drone from Lidl until EU started requiring €30 fee annual for a camera drone. 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.
Re: Build a Low-Cost Drone Using ESP32
#146Note to anyone unafamiliar: There is a thriving "FPV" ecosystem of drones that can be DIYed. Example common setup, you can mix+match: - 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 U…
Re: Build a Low-Cost Drone Using ESP32
#147Is this just someone reposting espressif's esp-drone ( https://github.com/espressif/esp-drone ) 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. The repository linked from the article ( https://github.com/Circuit-Digest/ESP-Drone ) has some issues claiming there's malware in it, and the commit history looks a little suspici…
https://www.bitcraze.io/products/old-products/crazyflie-2-0/
Re: Build a Low-Cost Drone Using ESP32
#148Fun. I'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. 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 c…
Re: Build a Low-Cost Drone Using ESP32
#149Earlier quoted context omitted.
And a lot of it is all open source! ESC software: - https://github.com/am32-firmware - https://github.com/mathiasvr/bluejay Flight controller (you mentioned these): - https://github.com/betaflight - https://github.com/ArduPilot - https://github.com/iNavFlight Control link: - https://github.com/ExpressLRS (also uses ESP32/ESP82 chips) Radio Controllers: - https://github.com/EdgeTX 5+ years ago the vast majority of thi…
With luck the OpenIPC cameras that are starting to come on the market will find traction and the entire hardware stack will run on open source firmware. https://www.youtube.com/watch?v=EdjI3ZQsmCA
- https://github.com/OpenIPC/linux/tree/ingenic-t31: v3.10.14
- https://github.com/OpenIPC/linux/tree/ingenic-t40: v4.4.94
etc.
That's the problem with vendors forking the kernel: downstream users are often left with unmaintained branches that will accumulate CVEs over time...
Re: Build a Low-Cost Drone Using ESP32
#150Earlier quoted context omitted.
That is consistent with my experience. My highlights: - Current betaflight devevelopers and leaders are incompetent (They inherited the code base from others), and are slow, and varying degrees of willing, to add higher-level flight-control mechanics (semi-autonomous modes etc). - The Ardupilot and PX4 configuration systems, and general experience, are user-hostile. Note that the converses of these hold: Betaflight h…
I haven't touched this stuff in 5+ years, but I wonder how iNav stacks up on your list? I was about 50% of the way through a 7" FPV build with a GPS receiver based on iNav when COVID hit, and between the supply shortages and general life shift, I stopped working on it.