Resham Suryawanshiforresham12.hashnode.net·Feb 6, 2023Embedded Systems 101: RTOS and IoT OS DemystifiedEmbedded systems are becoming more and more ubiquitous in our daily lives, from small consumer electronics like smartwatches and fitness trackers to large industrial systems like medical equipment and automobiles. These systems are designed to perfor...Discuss·10 likes·34 readsembedded
AbuforBytes and Boardsbytesnboards-1675753078183.hashnode.net·Feb 16, 2023Matter Occusense - Manage your homeWhat is Matter and why it matters? Matter (formerly Project CHIP) is a connectivity standard and application layer protocol that is highly interoperable with multiple ecosystem providers which enables the end-user to setup their smart home devices wi...Discuss·10 likes·48 readsMatterembedded
Omar HiariforApollo Labs Tech Blogapollolabsblog.hashnode.net·Feb 13, 2023STM32F4 Embedded Rust at the PAC: GPIO ControlThis blog post is the second of a multi-part series of posts where I explore various peripherals in the STM32F401RE microcontroller using embedded Rust at the PAC level. Prior posts include (in order of publishing): STM32F4 Embedded Rust at the PAC...Discuss·5 likes·1.0K readsSTM32F4 with Embedded Rust at the PACRust
George William SettalaforAirQo Engineeringairqoengineering.hashnode.net·Mar 28, 2023REAL-TIME CLOCKS IN IoTHave you ever missed a planned event due to a lack of awareness of time? The same thing can happen with IoT devices if time is not automatically tracked. Real-time clocks (RTCs) are essential components in IoT devices that help track time accurately,...Discuss·2 likesEmbedded systemsrealtime
Pranesh ParameswaranforPranesh Parameswaranpraneshparam.hashnode.net·Mar 22, 2023Use of Volatile in Embedded Systems ProgrammingA deep understanding of the volatile keyword is one of the fundamental pieces of knowledge needed for embedded systems programming. Embedded programmers constantly deal with hardware, interrupts, RTOS, registers etc., which require volatile variables...Discuss·26 readsembedded systems
Omar HiariforApollo Labs Tech Blogapollolabsblog.hashnode.net·Mar 21, 2023STM32F4 Embedded Rust at the PAC: Creating Hardware AbstractionsThis blog post is the sixth of a multi-part series of posts where I explore various peripherals in the STM32F401RE microcontroller using embedded Rust at the PAC level. Prior posts include (in order of publishing): STM32F4 Embedded Rust at the PAC:...Discuss·658 readsSTM32F4 with Embedded Rust at the PACRust
Aditya SinghforFun with Embedded Systemsadimanav.hashnode.net·Mar 11, 2023CONST keyword does not make the variable constant! HOW?In this post, we will discuss a workaround that allows us to change the value of a constant variable. The trick is to assign the address of the constant variable to a pointer and then modify its value by dereferencing the pointer. In the below code, ...Discuss·39 readsembedded systems
Jeremiah John BoatengforJeremiah John Boateng's Blogjjbofficial.hashnode.net·Mar 10, 2023Integrating MQTT into a Laravel projectRecently, I have been experimenting with MQTT, a lightweight messaging protocol that is designed to provide efficient, reliable, and real-time communication between devices and applications in machine-to-machine (M2M) and Internet of Things (IoT) con...Discuss·1 likeiot
Abbyforrt-thread.hashnode.net·Feb 20, 2023RT-Thread RTOS Auto-Initialization Mechanism AnalysisRT-Thread is an open-source embedded real-time operating system, with rich middle-tier components and an excellent hardware and software ecosystem, all delivering fantastic support for the Internet of Things industry. Since its inception in 2006, RT-...Discuss·1 like·39 readsiot
AbuforBytes and Boardsbytesnboards-1675753078183.hashnode.net·Feb 16, 2023Matter Occusense - Manage your homeWhat is Matter and why it matters? Matter (formerly Project CHIP) is a connectivity standard and application layer protocol that is highly interoperable with multiple ecosystem providers which enables the end-user to setup their smart home devices wi...Discuss·10 likes·48 readsMatterembedded
Goke AkingbadeforTech guidetechguide.hashnode.net·Feb 16, 2023The Benefits of Embedded systemsHello there, welcome to another time of learning new things in technology. My name is Goke( Tech Guide), and I will be your host on this journey. Today, we want to consider what is known as an embedded system. What is an embedded system? It involves ...Discuss·1 likeembedded systems
Omar HiariforApollo Labs Tech Blogapollolabsblog.hashnode.net·Feb 13, 2023STM32F4 Embedded Rust at the PAC: GPIO ControlThis blog post is the second of a multi-part series of posts where I explore various peripherals in the STM32F401RE microcontroller using embedded Rust at the PAC level. Prior posts include (in order of publishing): STM32F4 Embedded Rust at the PAC...Discuss·5 likes·1.0K readsSTM32F4 with Embedded Rust at the PACRust
JØEL K BÎJÛforjkb.hashnode.net·Feb 10, 2023Embedded Systems and ARM Architecture: An OverviewEmbedded systems are becoming increasingly important in today's world. They are used in various fields such as automotive, aerospace, industrial automation, medical equipment, and consumer electronics. Embedded systems are designed to perform a speci...Discuss·1 like·39 readsembedded systems