embeddedfa's profile picture. Unlocking Embedded Systems through Projects. Topics include #Embedded #Systems, #Embedded #Linux, #Embedded #AI and #IoT.

Embedded for All

@embeddedfa

Unlocking Embedded Systems through Projects. Topics include #Embedded #Systems, #Embedded #Linux, #Embedded #AI and #IoT.

Length of Strings in C #cforembeddedsystems The length of a string is always one greater than the number of characters in the string. To find out the length of the string we keep counting the characters until we find the null character(\0). youtu.be/1s3zWMEsm4Q

embeddedfa's tweet card. Length of Strings in C #cforembeddedsystems

youtube.com

YouTube

Length of Strings in C #cforembeddedsystems


Array of Strings in C #cforembeddedsystems We can use a two-dimensional array of elements of type char to store strings, where each row holds a separate string. youtu.be/LA1yVK58kMk

embeddedfa's tweet card. Array of Strings in C #cforembeddedsystems

youtube.com

YouTube

Array of Strings in C #cforembeddedsystems


Understanding Voltage, Current, and Resistance: The Fundamentals of Electrical Circuits #electronics_for_embedded_systems In this post we will explore: voltage, current, and resistance Ohm's Law. embeddedforall.com/2024/08/14/und…


Strings in C - Part 1 #cforembeddedsystems A string constant is a sequence of characters or symbols between a pair of double-quote characters. Anything between a pair of double quotes is interpreted by the compiler as a string. youtu.be/1N2fj6tnMM4

embeddedfa's tweet card. Strings in C - Part 1

youtube.com

YouTube

Strings in C - Part 1


Variable number of arguments in C Functions #cforembeddedsystems In C, Functions can accept a variable number of arguments. The standard library stdarg.h header provides facilities for stepping through a list of arguments of unknown number and types. embeddedforall.com/2024/08/04/var…


Function Pointers in C: A Comprehensive Guide #cforembeddedsystems A function pointer is a variable that stores the address of a function. Unlike regular pointers that point to data, function pointers point to executable code. embeddedforall.com/2024/08/01/fun…


Functions in C: A Comprehensive Guide #cforembeddedsystems Functions are fundamental building blocks in C programming. Functions allow you to organize code into manageable, reusable segments, making it easier to read, maintain, and debug. embeddedforall.com/2024/07/30/fun…


Arrays in C - Part 2: #cforembeddedsystems This is Part 2 about Arrays, where you will learn about 1. Finding the Size of an Array 2. Multidimensional Arrays 3. Initializing Multidimensional Arrays 4. Processing Multidimensional Arrays youtu.be/w5v9Yu-HLPU

embeddedfa's tweet card. Arrays in C programming - Part 2: #cforembeddedsystems

youtube.com

YouTube

Arrays in C programming - Part 2: #cforembeddedsystems


Variable Scope and Lifetime in C Programming #cforembeddedsystems Variable scope defines the region of the program where a variable can be accessed. Variable lifetime refers to the duration for which a variable exists in memory during program execution. embeddedforall.com/2024/07/24/var…


Arrays in C - Part 1: #cforembeddedsystems An array is a fixed number of data items that are all of the same type. In this video we learn Declaration, Accessing, Initializing and out-of-bounds access of array. youtu.be/pmTZIIC7o9c

embeddedfa's tweet card. Arrays in C programming - Part 1: #cforembeddedsystems

youtube.com

YouTube

Arrays in C programming - Part 1: #cforembeddedsystems


When it comes to color #blue, is very rare in nature and it is beautiful when it occurs. Not any more on your computer screen! #CrowdStrike #bluescreen

embeddedfa's tweet image. When it comes to color #blue, is very rare in nature and it is beautiful when it occurs.

Not any more on your computer screen! #CrowdStrike #bluescreen

Multidimensional Arrays and Pointers in C programming #cforembeddedsystems We will explore the intricacies of multidimensional arrays and how they relate to pointers, using practical examples to illustrate their use. embeddedforall.com/2024/07/16/mul…


Relationship Between Arrays and Pointers in C #cforembeddedsystems 1. The name of an array acts as a pointer to its first element. 2. You can use pointer arithmetic to traverse an array. 3. Pointers can be used to dynamically allocate arrays. embeddedforall.com/2024/07/11/rel…


Pointers in C - a first look cforembeddedsystems A pointer is a variable that stores the memory address of another variable. embeddedforall.com/2024/07/08/poi…


A union in C is a user-defined data type that allows you to store different types of data in the same memory location. Unlike structures, where each member has its own memory space, in a union, all members share the same memory space. youtu.be/8ANw8i2LIHg

embeddedfa's tweet card. Union in C programming: #cforembeddedsystems

youtube.com

YouTube

Union in C programming: #cforembeddedsystems


Gamify Leaning Embedded System with personal projects! Level up your game with one project at a time! #gamification #embeddedsystem #learning

embeddedfa's tweet image. Gamify Leaning Embedded System with personal projects!

Level up your game with one project at a time!

#gamification #embeddedsystem #learning

Gamify Leaning Embedded System with personal projects! Here is how: Develop a structured progression system where projects are categorized into levels. 1. Beginner 2. Intermediate and 3. Advanced. Level up your game with one project at a time! gamification #embeddedsystem


Biggest Mistakes a Software Engineer : Not Marinating a Personal Code Base Your personal library of code can be a significant asset, as it not only showcases one's skills and progress but also is a valuable resource for future projects and problem-solving. #personalproject


United States Trends

Loading...

Something went wrong.


Something went wrong.