egze

egze

Programmable drones with Elixir

Hi folks. I am thinking to buy a drone and have some fun flying it, and being an engineer, I of course thought about writing code for it. That would be pretty cool to write code for a specific task a drone can do.

It could be things like:

  • Algorithm for locating a certain object in the area. Different search patterns, object recognition.
  • Drone swarm. Some tasks where drones benefit with acting as a team.

I think Elixir could fit quite well in the task. The question is - are there already some commercial drones that let you code in Elixir? Or maybe it’s possible to build a drone from scratch? Does anyone have experience with writing software for drones?

Most Liked

trisolaran

trisolaran

Sounds cool! A perfect fit for Elixir’s “let it crash” philosophy :grinning_face_with_smiling_eyes:

17
Post #2
robinhilliard

robinhilliard

My mavlink | Hex library can be used to communicate with Ardupilot. See my presentation https://www.youtube.com/watch?v=36RhX2HtfJo for a discussion on drones and an example of Mavlink being used to communicate with a software-in-the-loop Ardupilot connected to X-Plane.

BartOtten

BartOtten

I thought about erlang/elixir hot code reloading! Updating the software while it’s in the air. Just to show off.

Would use Distillery as mix release’s can’t be used for it.

Where Next?

Popular in Discussions Top

AstonJ
I’ve just started the Phoenix part of the utterly brilliant online course by @pragdave. On generating the Phoenix app he uses the --no-ec...
New
rower687
Hi all, I’ve been reading a lot about the “let it crash” term and how supervising processes and the whole messaging passing make an elixi...
New
chuck
Let me start by stating an assumption: Phoenix is a great approach to building REST APIs. There are many reasons for this, but I will ass...
New
lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 14362 124
New
eteeselink
Hi all, In the last days, two things happened: A blog post titled “They might never tell you it’s broken” made the rounds. It’s about ...
New
mikl
I wanted to capitalize a string, and tried using String.capitalize(). That generally works well, until you try to capitalize a word like...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

Other popular topics Top

KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 36689 110
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
AstonJ
Seen any cool LiveView demos, sample apps or examples? Please post them here! :003:
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New

We're in Beta

About us Mission Statement