All Episodes

July 8, 2025 8 mins

In this first episode of "Build, Create & Learn: A Maker's Journey", join Stefan as he dives into building a custom FPV drone telemetry system from scratch.

From STM32 boards and LoRa radios to ‘what did I get myself into?’ moments — it’s an honest look at a maker’s journey: learning by doing, celebrating small wins, and proving you can build what you imaged. Let's start the journey together!

Mark as Played
Transcript

Episode Transcript

Available transcripts are automatically generated. Complete accuracy is not guaranteed.
(00:00):
Welcome to the Build, Create and Learn a Maker’s Journey podcast.
I’m Stefan and this is your behind the scene paths to my workbench.
We will explore bringing ideas to life in the tech world, from hardware and software to product design and development.
All as a curious maker figuring things out.
I’m currently not an expert in every field, but I’m incredibly eager to learn.

(00:23):
In this very first episode we’re kicking things off with my current big project, building a custom FPV drone telemetry system.
We will talk about the idea, the initial and sometimes overwhelming hardware choices and what I’m hoping to accomplish along the way.
So let’s start at the beginning.
If you’ve ever seen an FPV drone you know they are incredible machines for acrobatic and racing flights.

(00:48):
I fly a custom build FPV drone myself and unlike the standard of the shelf models you’ve seen from brands like DJI my setup doesn’t have luxury like building GPS modules.
While I love the raw flight experience there was always something missing.
During my flight sessions I often found myself wondering how fast I’m really going right now and how high did I actually get.

(01:12):
My goggles designed for piloting just didn’t give me that kind of crucial technical details.
This curiosity, this desire to quantify my flights sparked an idea.
But if I could build a small device, something that I could attach to my drone that would collect this data, speed, attitude, position and then transmit it wirelessly to the ground station where I can see it, log it and analyze it.

(01:38):
The thought of building such a device was incredibly fascinating.
It immediately threw me into a world of new topics I little know about.
Lowering communication for long range data transmission, deep dive embedded programming, working with microcontrollers, it feels like a huge mountain to climb.
But honestly that challenge, that opportunity to learn so many new things, it’s exactly what drew me in.

(02:05):
Now you might be asking why I go through all this effort especially if you’re not already an expert and that brings me to the why behind a makers journey.
For me learning in public is more than just documenting what I do.
It’s about showing that this journey is accessible for everyone.
There is no secret source, no magic talent required.
It’s about having the right mindset, the willingness to constantly learn new topics and the persistence to push through when things get tough.

(02:33):
I want to inspire people, not brag.
My vision for this project is indeed to create a functional small device.
And who knows if other drone pilots find it generally useful, maybe it could be even involved into a real product to down the line.
But honestly that’s not my primary goal right now.
My main motivation is to shift just from watching amazing creators on YouTube, learning and exploring new things to actually doing it myself.

(02:58):
And more importantly to dig you on the journey with me.
I know that with my broad range of interests from product management to design to software and hardware, my content probably won’t be for everyone.
But I truly believe that there are like many people out there who can appreciate this messy and exciting path of discovery.

(03:20):
So with the idea solidifying and the why in my mind, the very first tangible step was to selecting the hardware.
As I’d be telling you, this was an overwhelming step.
You envision the functionality you need, a chip for this, a sense of what that, but then you hit the online stores and realize there is literally 3 liens of options, countless of vendors and so many models.

(03:40):
My decision at that stage was definitely not guided by proper experience or data driven analysis.
It was mostly based on headlm recommendations, popular tutorials from other makers and sometimes frankly just the pure availability of the certain chip on a development board in the online store I could actually purchase from.
I don’t really have a good understanding yet of how many capacity or processing power my device will ultimately need, so I just had to start somewhere.

(04:09):
Here is what I’ve picked so far.
First the microcontroller board.
I went with the Nucleo 64 board, especially the SCM ARM Cortex M4F11RE.
I chose this Nucleo board because it comes with an integrated ST link, which is super useful for programming the microcontroller directly on the board.

(04:34):
And as a newbie to STM32, this onboard debugger is a godsense.
And why STM32?
Well after playing around with the Arduino and the ESP32, it felt like a logical next step to me.
I’ve always wanted to really dig into the STM32.
Next for environmental data I picked the BME 280.

(04:56):
This is a fantastic 3 in 1 chip that measures humidity, air pressure and temperature.
It was one of the most recommended options for a use case like mine and comes at a low price, which is always a bonus when you are experimenting.
For motion and orientation I have the MPU 6050 module, which integrates a 3 axis accelerometer and a 3 axis gyroscope.

(05:18):
Again, nothing particular groundbreaking here.
It was widely recommended.
I’m sure there are better options out there, but for getting started it seems like a solid choice.
And finally for GPS I have a breakup board with the MTK3333 chipset.
This is a high quality GPS model that supports up to 22 SITELITES and 66 GENELS.

(05:40):
This one was honestly the only cheaper GPS models available in the stores where I purchased all the other parts.
GPS models in general can be quite expensive and my goal was to keep the initial costs low because I am still in the minimal viable product phase and constantly experimenting.
Price was definitely a key decision point here.
You might notice something missing.

(06:02):
A low rate module.
That’s intentional.
The low rate communication for sending data to the ground station is planned only for the next iteration of this device.
First I really want to see all the other basic things working, getting the sensor data, processing it and getting the GPS coordinates one step at a time.
Now when it comes to start a new project like these, especially with component selection, there are always hopes and fears.

(06:29):
My main fear is definitely that the selected components just won’t work with the intended use case.
I have done my best with assumptions but entirely possible, some don’t work with the communication protocols I need or simply won’t play nice with the microcontroller at all.
I guess I will see.
But my biggest hope for this project beyond the drone itself is to get truly familiar with embedded programming.

(06:51):
I want to build a foundational understanding that will lead me to more projects in the future.
And with that I actually just completely reorganized my electronics workbench, tidied everything up nicely.
It’s a big step for me because with my mechanical engineering brain I historically avoided electronics.
It wasn’t my preferred subject in school.

(07:12):
But I truly believe that nowadays to build truly great devices they need to be not only mechanical functional but also intelligent inside.
Powered by microcontrollers or embedded Linux systems.
This project is my first dive into that well.
So as we wrap up the first episode here is the foundation I wanted to lay for anyone listening.

(07:34):
Especially if you are thinking of starting your own project but feeling overwhelmed.
Just get your first development board and start tinkering around.
Don’t be afraid to dig into the data sheets with the knowledge of the right memory web and enough curiosity.
You would be surprised what you can figure out.
And even if you don’t have exactly which parts to begin your project with start with the requirements.

(07:57):
What should the device or project do or fulfill?
Going from there search online ask GPD or your other preferred LLM to help you set up but always have a clear understanding of your own requirements.
What and how it should do.
That’s it for episode one of build create and learn and make a journey.

(08:19):
Next time we will dive into setting up the STM32CUBEDE development environment and maybe even get our first blinky LED working the universal hello world for embedded systems.
Thank you for joining me on this journey.
If you are building something or learning something new I would love to hear about it.
Connect with me on LinkedIn or let me know what you are currently working on.
Advertise With Us

Popular Podcasts

Stuff You Should Know
My Favorite Murder with Karen Kilgariff and Georgia Hardstark

My Favorite Murder with Karen Kilgariff and Georgia Hardstark

My Favorite Murder is a true crime comedy podcast hosted by Karen Kilgariff and Georgia Hardstark. Each week, Karen and Georgia share compelling true crimes and hometown stories from friends and listeners. Since MFM launched in January of 2016, Karen and Georgia have shared their lifelong interest in true crime and have covered stories of infamous serial killers like the Night Stalker, mysterious cold cases, captivating cults, incredible survivor stories and important events from history like the Tulsa race massacre of 1921. My Favorite Murder is part of the Exactly Right podcast network that provides a platform for bold, creative voices to bring to life provocative, entertaining and relatable stories for audiences everywhere. The Exactly Right roster of podcasts covers a variety of topics including historic true crime, comedic interviews and news, science, pop culture and more. Podcasts on the network include Buried Bones with Kate Winkler Dawson and Paul Holes, That's Messed Up: An SVU Podcast, This Podcast Will Kill You, Bananas and more.

The Joe Rogan Experience

The Joe Rogan Experience

The official podcast of comedian Joe Rogan.

Music, radio and podcasts, all free. Listen online or download the iHeart App.

Connect

© 2025 iHeartMedia, Inc.