ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

108 results

Jacob Sorber
A warning about the char type

I specialize in embedded systems, mobile computing, sensor networks, and the Internet of Things. I teach systems and networking ...

6:09
A warning about the char type

8,969 views

1 day ago

REBWAR AI
Bare-Metal Embedded Systems (AVR & ARM) in C & Assembly – Arm Cortex-M3  Registers and Addresses p2

Bare-Metal Embedded Systems Programming From Scratch Episode 007 – Registers & Addresses (Part 2) In this episode, we ...

17:36
Bare-Metal Embedded Systems (AVR & ARM) in C & Assembly – Arm Cortex-M3 Registers and Addresses p2

209 views

2 days ago

CodeLucky
Embedded Systems Engineer: Hardware-Software Guide

Discover the exciting world of Embedded Systems Engineering! Learn how these professionals program microcontrollers and ...

7:17
Embedded Systems Engineer: Hardware-Software Guide

5 views

1 day ago

Open Source
Master Low-Level Programming in Rust ⚡ Memory, Pointers & Unsafe

Rust is not just a high-level language — it's one of the most powerful systems programming languages ever created.

13:49
Master Low-Level Programming in Rust ⚡ Memory, Pointers & Unsafe

266 views

2 days ago

Awesome
Write code good enough to deploy rockets

NASA's top 10 rules for writing good software. Topics: - Coding best practices; - NASA rules for safe code; - Simple control flow; ...

8:22
Write code good enough to deploy rockets

11,857 views

18 hours ago

BTech Mastery
Complete VS Code Setup for C & C++ 🚀 | Embedded System Playlist | Free

Complete VS Code Setup for C & C++ Programming This video is part of my EMBEDDED SYSTEM PLAYLIST. In this video ...

5:51
Complete VS Code Setup for C & C++ 🚀 | Embedded System Playlist | Free

243 views

5 days ago

Embedded-hardware
Polling vs Interrupts In Embedded Systems:Which is Better & Why?

embeddedhardware #embeddedsystems #embeddedworld #hardwaretesting #hardwaretutorial #hardwareinnovation ...

8:20
Polling vs Interrupts In Embedded Systems:Which is Better & Why?

33 views

3 days ago

BTech Mastery
C Data Types & Format Specifiers Explained | Embedded C for Beginners | Interview Ready

Data Types & Format Specifiers in C Programming | Embedded Systems Playlist In this video, you will learn Data Types and ...

12:11
C Data Types & Format Specifiers Explained | Embedded C for Beginners | Interview Ready

0 views

3 days ago

The Silver Pascal Coder
Modern Pascal News: RAD Studio 13, PasBuild 1.1, & Quartex Hits 1.0 and More

In today's update, we're jumping into some major releases in the Modern Pascal world that you might have missed.

12:27
Modern Pascal News: RAD Studio 13, PasBuild 1.1, & Quartex Hits 1.0 and More

737 views

4 days ago

CodeLucky
Firmware Engineer: Low-Level Device Programming Explained

Discover the world of Firmware Engineering! Learn what firmware really is - permanent software stored in Flash memory that ...

7:03
Firmware Engineer: Low-Level Device Programming Explained

16 views

1 day ago

SMIT_OFFICIAL_CHENNAI
CS3691- Embedded systems and IOT

CS3691- Embedded systems and IOT.

10:02
CS3691- Embedded systems and IOT

0 views

4 days ago

MCSoC Forum
cpuC: a dynamic reconfigurable architecture for CNNs Acceleration

18th IEEE MCSoC 2025 - Regular Presentation.

9:36
cpuC: a dynamic reconfigurable architecture for CNNs Acceleration

58 views

5 days ago

NExtIn
How to Configure UART (SCI) in Renesas RX66T MCU#uart

... level programming renesas rx register programming rx66t embedded systems embedded systems rx66t embedded c renesas rx ...

12:59
How to Configure UART (SCI) in Renesas RX66T MCU#uart

0 views

1 day ago

Code Directive
C Program to Count Ones and Zeros Using Bitwise Operator

In this video, you will learn how to count the total number of 0 bits and 1 bits in a binary number using C programming and bitwise ...

4:42
C Program to Count Ones and Zeros Using Bitwise Operator

4 views

4 days ago

Learn with PR
Using enum to Implement Boolean Type in C  C Programming

In this video, we explain how to implement Boolean data type in C using enum. This method is useful in understanding how ...

5:10
Using enum to Implement Boolean Type in C C Programming

0 views

4 days ago

Valley Of IOT
Smart Home Automation Using IoT and Cloud Computing (Final Year Project)

... students understand: Internet of Things (IoT) concepts Cloud computing integration Embedded systems programming Real-time ...

5:47
Smart Home Automation Using IoT and Cloud Computing (Final Year Project)

8 views

3 days ago

SheHacksPurple
SheHacksPurple: Insecure Vibe Coding with Claude and ChatGPT

I asked Claude to make me a login function for an embedded medical device (insulin pump) in C or C++. It said it would make it ...

14:45
SheHacksPurple: Insecure Vibe Coding with Claude and ChatGPT

90 views

6 days ago

Uplatz
Optimization & Implementation of Deep Transfer Learning | Uplatz

... Cloud Security, Zero Trust, Blockchain & Web3 ✓ IoT & Embedded Systems – IoT Platforms, Edge Computing, Embedded C, ...

6:23
Optimization & Implementation of Deep Transfer Learning | Uplatz

9 views

1 day ago

Query Education
Real Time Operating Systems - RTOS - What are They

Real Time Operating Systems - RTOS - What are They Full Course On Udemy ...

9:47
Real Time Operating Systems - RTOS - What are They

0 views

3 days ago

Uplatz
Convergence of Concurrency: Batching and Speculative Decoding Conflict | Uplatz

... Cloud Security, Zero Trust, Blockchain & Web3 ✓ IoT & Embedded Systems – IoT Platforms, Edge Computing, Embedded C, ...

8:08
Convergence of Concurrency: Batching and Speculative Decoding Conflict | Uplatz

2 views

1 day ago

NExtIn
Understanding the Microcontroller  GPIO Working Explained | | PART 1 #microcontroller #gpio

Understanding the Microcontroller GPIO Working Explained || Part 1 #microcontroller #gpio gpio working explained, gpio tutorial: ...

7:20
Understanding the Microcontroller GPIO Working Explained | | PART 1 #microcontroller #gpio

0 views

4 days ago

Embedded Electronics
Basic Python Programming | Episode 16: Python File Handling | Embedded Systems

Basic Python Programming Tutorial for Beginners Welcome to this step-by-step guide on Python Programming. In this video ...

4:23
Basic Python Programming | Episode 16: Python File Handling | Embedded Systems

0 views

5 days ago

CodeLucky
IoT Engineer Career Guide: Skills & Roadmap 2025

Become an IoT Engineer! Complete guide to Internet of Things development career path. Discover essential skills including ...

8:25
IoT Engineer Career Guide: Skills & Roadmap 2025

5 views

1 day ago

Tech Strong With Shobhit
Episode 5: Arrays vs Pointers — The Confusion That Breaks Programs

Most C and C++ bugs don't come from complex algorithms — they come from one dangerous misunderstanding: arrays vs ...

6:42
Episode 5: Arrays vs Pointers — The Confusion That Breaks Programs

58 views

5 days ago

Learn with PR
Boolean implementation without stdbool.h

In this video, we discuss the traditional way of implementing Booleans in C using #define macros. This method was commonly ...

5:40
Boolean implementation without stdbool.h

0 views

4 days ago