Top Robotics YouTube Channels in 2026 from Poland

Robotics is a multidisciplinary field that combines mechanical engineering, electrical engineering, and computer science to create intelligent machines. Channels in this category showcase everything from DIY combat robots and Arduino projects to cutting-edge research in humanoid robotics and autonomous drones. Whether you are a hobbyist looking to build your first bot or an engineer interested in the latest industrial automation trends, you'll find a wealth of knowledge here.

5 ChannelsPage 1 of 1

Creators in this space often share detailed build logs, tutorials on electronics and soldering, and explanations of complex control systems. You'll see projects involving Raspberry Pi, ROS (Robot Operating System), and advanced sensors like LiDAR and depth cameras. The content also covers the software side, including path planning, computer vision, and the integration of Artificial Intelligence to give robots perception and decision-making capabilities.

Beyond the technical tutorials, many channels feature entertaining robot competitions, reviews of commercial robot kits, and discussions on the ethical implications of automation. From the precision of surgical robots to the agility of Boston Dynamics' creations, these videos highlight the incredible potential of robotics to transform our world.

Channels

CPSdrone YouTube channel profile picture
1

CPSdrone

@CPSdrone

Filip (left) & Peter (right) - We build underwater drones and other stuff too sometimes!

Poland
Subscribers
246k
Total Views
20.8M
Videos
28
Building An Underwater Human Rocket thumbnail
19:24

Building An Underwater Human Rocket

75.5K views10 hours ago

The CPSdrone YouTube channel, run by Filip and Peter from Poland, focuses on creating innovative underwater drones and other DIY projects. With 246k subscribers and over 20 million total views, the channel showcases detailed tutorials, project builds, and testing of various underwater vehicles. Viewers can expect to see content ranging from building autonomous submarines to creating waterproof 3D prints. The channel's content is geared towards tech enthusiasts and makers interested in underwater robotics and DIY projects. The creators share their knowledge through detailed videos and promote their online courses on building underwater drones. The channel's content is informative, engaging, and showcases cutting-edge DIY technology.

What Makes This Channel Unique

CPSdrone stands out for its in-depth tutorials and project builds focused on underwater drones and robotics, offering a unique blend of technology and maker culture that is both informative and engaging.

Irregular, but generally releases content on a monthly basis.
English
Target Audience

Tech enthusiasts, makers, and individuals interested in underwater robotics and DIY projects, likely with a background in engineering or technology.

Content Formats
TutorialsProject BuildsReviewsDemonstrations
Primary Topics
Underwater Drone ProjectsDIY Submarine Builds3D Printing for Underwater UseAutonomous Underwater VehiclesMaker Tutorials and Guides
Nikodem Bartnik YouTube channel profile picture
2

Nikodem Bartnik

@nikodembartnik

Nikodem is a Polish maker and content creator. His work focuses on robotics, DIY projects, electronics, and programming. Notable projects include the IndyMil...

Poland
Subscribers
218k
Total Views
22.5M
Videos
227
This $150 Robot Arm Is The Best Way to Start With Advanced Robotics thumbnail
25:05

This $150 Robot Arm Is The Best Way to Start With Advanced Robotics

168.0K views10-Oct-2025
Transfer Multisort Elektronik YouTube channel profile picture
3

Transfer Multisort Elektronik

@TME.ElectronicComponents

Welcome to the TME channel.We regularly publish videos that will give you a better insight into our product portfolio. Thanks to them you can check which LED...

Poland
Subscribers
50.4k
Total Views
20.1M
Videos
1,866
Can It Make It? – DIY Line Following Robot #arduino #robot #diy thumbnail
0:17

Can It Make It? – DIY Line Following Robot #arduino #robot #diy

56.8K views12-Feb-2025
ControlByte Automation YouTube channel profile picture
4

ControlByte Automation

@controlbyte_tech

On this channel you will find a lot of useful information related to the world of industrial and building automation:1) Courses2) Opinions and tests3) News f...

Poland
Subscribers
12.3k
Total Views
514.8K
Videos
244
CARDBOARD ROBOTS YouTube channel profile picture
5

CARDBOARD ROBOTS

@CARDBOARD_ROBOTS

Coding and robotics ideas for Teachers and Educators.Do you teach coding or robotics in primary school?Use our FREE robot designs together with BBC Micro:Bit...

Poland
Subscribers
7.62k
Total Views
643.6K
Videos
88

Frequently Asked Questions

How do I get started with robotics as a beginner?

The best way to start is with a hands-on kit. Platforms like Arduino and Raspberry Pi are excellent entry points because they are affordable and have huge communities with thousands of tutorials. You can start by building a simple line-following robot or a robotic arm to learn the basics of sensors, motors, and programming.

What are the key components of a robot?

Most robots consist of four main parts: Sensors (to perceive the environment), Actuators (motors/pistons to move), a Controller (the 'brain' that processes data and makes decisions), and a Power Source (batteries). Understanding how these components interact is fundamental to robotics engineering.

Do I need to know how to code to build robots?

While it is possible to build simple mechanical bots without coding, most modern robotics requires programming. C/C++ is standard for microcontrollers (like Arduino), while Python is widely used for higher-level processing, AI, and working with frameworks like ROS. Learning to code will significantly expand what your robots can do.

What is ROS and why is it important?

ROS (Robot Operating System) is a set of software libraries and tools that help you build robot applications. It provides standard ways to handle hardware abstraction, device drivers, and communication between different processes. It is the industry standard for research and complex robotics development, making it a valuable skill to learn.