ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,536,902 results

NDC Conferences
Fundamentals of Embedded Linux - Chris Simmons - NDC TechTown 2022

Linux is embedded into many of the devices around us: WiFi routers, the navigation and entertainment system in most cars, smart ...

1:04:15
Fundamentals of Embedded Linux - Chris Simmons - NDC TechTown 2022

69,405 views

3 years ago

CppCon
Cost of C++ Abstractions in C++ Embedded Systems - Marcell Juhasz - CppCon 2024

https://cppcon.org​ --- Cost of C++ Abstractions in C++ Embedded Systems - Marcell Juhasz - CppCon 2024 --- This session will ...

48:54
Cost of C++ Abstractions in C++ Embedded Systems - Marcell Juhasz - CppCon 2024

41,020 views

10 months ago

DigiKey
Introduction to Embedded Linux Part 1 - Buildroot | Digi-Key Electronics

Linux is a powerful operating system that can be compiled for a number of platforms and architectures. One of the biggest draws is ...

25:18
Introduction to Embedded Linux Part 1 - Buildroot | Digi-Key Electronics

452,706 views

4 years ago

GOTO Conferences
How to Do Embedded Development with Rust • Steve Klabnik • GOTO 2023

This presentation was recorded at GOTO Chicago 2023. #GOTOcon #GOTOchgo https://gotochgo.com Steve Klabnik - Software ...

50:23
How to Do Embedded Development with Rust • Steve Klabnik • GOTO 2023

35,272 views

2 years ago

CppNow
C++Now 2018: Michael Caisse “Modern C++ in Embedded Systems”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:30:40
C++Now 2018: Michael Caisse “Modern C++ in Embedded Systems”

50,828 views

7 years ago

The Rusty Bits
Embedded Rust setup explained

In this episode we get our development environment prepared for building bare-metal Rust projects. Follow along with your ...

23:03
Embedded Rust setup explained

147,616 views

1 year ago

Artful Bytes
How to Create a Software Architecture | Embedded System Project Series #6

I talk about the software architecture of my sumobot and show a block diagram that will keep us oriented in the coming ...

24:52
How to Create a Software Architecture | Embedded System Project Series #6

42,874 views

3 years ago

DigiKey
Intro to Embedded Rust - Part 1: What is Rust? | DigiKey

Rust is a modern systems programming language designed for both safety and speed. In this first episode, we explore what ...

56:03
Intro to Embedded Rust - Part 1: What is Rust? | DigiKey

8,048 views

10 days ago

hoff._world
How to DESIGN an EMBEDDED SYSTEM - Schematics & Architecture

In this series we are designing an embedded device from start to finish - from schematics and hardware all the way to firmware ...

46:30
How to DESIGN an EMBEDDED SYSTEM - Schematics & Architecture

37,063 views

1 month ago

Martin K. Schröder
16 Essential Skills Of Embedded Systems Development

Udemy courses: get book + video content in one package: Cursor Control: master software engineering acceleration using ...

1:15:49
16 Essential Skills Of Embedded Systems Development

32,186 views

2 years ago

Artful Bytes
How Microcontroller Memory Works | Embedded System Project Series #16

Practical Notes on Embedded (starts with a guide to learning embedded by building): https://artfulbytes.com/ ------ I explain how ...

34:27
How Microcontroller Memory Works | Embedded System Project Series #16

117,402 views

2 years ago

RustNL
Async Rust in Embedded Systems with Embassy - Dario Nieuwenhuis

Async/await in Rust has a unique design compared to other languages that offers much lower-level control. This makes it ...

36:16
Async Rust in Embedded Systems with Embassy - Dario Nieuwenhuis

17,011 views

1 year ago

hoff._world
COMPLETE EMBEDDED SYSTEMS Roadmap - What Arduino Won't Teach You

Internet of Things and embedded devices run the world, but there's a lack of good content on becoming a professional embedded ...

39:58
COMPLETE EMBEDDED SYSTEMS Roadmap - What Arduino Won't Teach You

72,990 views

1 month ago

The Linux Foundation
C++ for Embedded Development

C++ for Embedded Development - Thiago Macieira, Intel Traditional development lore says that software development for ...

52:28
C++ for Embedded Development

115,349 views

8 years ago

CppCon
Modern C++: C++ Patterns to Make Embedded Programming More Productive - Steve Bush - CppCon 2022

https://cppcon.org/ --- Modern C++ to Impress Your Embedded Dev Friends - C++ patterns to make embedded programming more ...

1:00:13
Modern C++: C++ Patterns to Make Embedded Programming More Productive - Steve Bush - CppCon 2022

45,303 views

3 years ago

RT-Thread
Mastering DevOps for Embedded Systems

Scalability as aai continues to scale silicon vendors embedded iot developers are converging an arm for simplified AI ...

40:18
Mastering DevOps for Embedded Systems

549 views

1 year ago

Artful Bytes
Write a UART driver (Polling and Interrupt) | Embedded System Project Series #18

I explain what UART is and show how I use it to print text from my microcontroller to my desktop computer. I first implement a ...

55:18
Write a UART driver (Polling and Interrupt) | Embedded System Project Series #18

37,195 views

2 years ago

The Rusty Bits
From Zero to Async in Embedded Rust

Today we learn about async/await and how it works in an embedded environment by... building an async runtime from scratch in ...

1:02:06
From Zero to Async in Embedded Rust

54,828 views

1 year ago

FinTech Magazine
Embedded Finance: A Game-Changing Opportunity for B2B Payments

Increasingly, business owners want their payments experiences to resemble their Consumer world where transactions are ...

28:01
Embedded Finance: A Game-Changing Opportunity for B2B Payments

5,110 views

2 years ago

NDC Conferences
The Challenges of Embedded Linux  - Chris Simmonds - NDC TechTown 2023

This talk was recorded at NDC Techtown in Kongsberg, Norway. #ndctechtown #ndcconferences #linux #embedded ...

47:29
The Challenges of Embedded Linux - Chris Simmonds - NDC TechTown 2023

5,550 views

2 years ago

Quantum Leaps, LLC
Testing of Event-Driven Embedded Software with Python Part-1

This is part-1 of the talk "Testing of Event-Driven Embedded Software with Python" that Miro Samek presented at the [Embedded ...

20:25
Testing of Event-Driven Embedded Software with Python Part-1

15,356 views

3 years ago

Elecia White
Introduction to Embedded Systems (O'Reilly Expert Webinar)

The hello is cut off by you didn't miss anything critical. The slides are in the Making Embedded System github ...

1:14:19
Introduction to Embedded Systems (O'Reilly Expert Webinar)

4,079 views

1 year ago

Jacob Beningo
#013 - The Role of AI in Embedded Software Development

In this episode of the Embedded Frontier podcast, Jacob Beningo explores the evolving role of artificial intelligence (AI) in ...

30:21
#013 - The Role of AI in Embedded Software Development

3,683 views

9 months ago

CppCon
Using C++14 in an Embedded “SuperLoop” Firmware - Erik Rainey - CppCon 2022

https://cppcon.org/ --- Using C++14 in an Embedded “SuperLoop” Firmware - Erik Rainey - CppCon 2022 ...

1:30:59
Using C++14 in an Embedded “SuperLoop” Firmware - Erik Rainey - CppCon 2022

17,512 views

2 years ago

Mighty Finland
Embedded with 20th Special Forces Group in Eastern Europe

How the Green Berets of the US Army 20th Special Forces Group trains to fight behind enemy lines. Latvia. Helocast in the Baltic ...

37:37
Embedded with 20th Special Forces Group in Eastern Europe

263,953 views

5 months ago