Mohit YogiforExhilarating career hashnodeexhilartes.hashnode.net·Jul 12, 2021Why to learn C over other programming languages?execution time is fast so ⏩ in context of speed no other language beats this language Combination of low-level and high-level programming Memory management Challenging Good support. C is not fast, it's just not slow as all the other more complicate...Pikachu and 2 others are discussing this3 people are discussing thisDiscuss·44 likes·117 readsC🔥🔥🔥🔥 6
Samson Amaugoforswacbloomsswacblooms.hashnode.net·Jan 18, 2021Voucher Based Ethereum SystemVoucher Based Ethereum System Yello guys, hope you all are doing great and out of a hollow because of a mellow kicking you to euphoria. No pun intended 🥴. We all get inspired to initiate an amount of creativity by some sort of muse. Well, this post ...Discuss·38 likes·144 readsEthereum
Prathima KadariforPrathima Kadari's Blogprathimakadari.hashnode.net·Apr 7, 2021Getting Started with Internet of Things (IoT)#⚡-2articles1week Challenge Hello, All. I'll be sharing all my learnings and knowledge I've gained on Internet of Things in my new series titled "Internet of Things". This article is written as a Task1 for #HashnodeBootcamp and inspired by Sam Julien...Discuss·19 likes·232 readsInternet Of Thingsembedded
Akash DevforAkash Dev's Blogcoolcoderr.hashnode.net·Apr 8, 2023Understanding Embedded Systems (Part-4)Till now, we have covered topics like computer organization and architecture, their differences, and some information about microprocessors in my previous blogs of this series 📚. If you haven't read those blogs, I would recommend you read them once ...Discuss·7 likes·36 readsInside the Machine: Exploring Computer Organization and Architectureembedded
Devlin BentleyforMeandering Thoughtsmeanderingthoughts.hashnode.net·Mar 31, 2023Cooperative Multitasking on Microsoft Bandtl;dr This is going to be a very technical post, if you are not familiar with different concurrency models and subscription (pub/sub) systems, then I'll be throwing a lot of new knowledge your way. To make suffering through more enticing, I'm going t...Discuss·650 readsembedded
Omar HiariforApollo Labs Tech Blogapollolabsblog.hashnode.net·Mar 28, 2023STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions with embedded-halIntroduction In last week's post, I demonstrated the creation of a simple UART abstraction used to hide register-level details. What is obvious from the prior code is that its behavior is limited to a single UART peripheral. Meaning, that as we creat...Discuss·504 readsSTM32F4 with Embedded Rust at the PACRust
SimonforEmbedded programming study notesembedded-notes.hashnode.net·Mar 26, 2023Week 2: Flask and MQTTIntroduction Continuing with Practical Python Programming for IoT, this week I read and programmed along with pages 80 to 160. Here's a brief summary. Controlling a LED with Flask Following the tutorials, I implemented a server using Flask-RESTful. I...Discussembedded
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
SimonforEmbedded programming study notesembedded-notes.hashnode.net·Mar 20, 2023Week 1: Setup and LEDsIntroduction This week, I read the first 80 pages of Practical Python Programming for IoT while programming along. The following is a journal summarizing what I learned, without going into much detail. Setting Up and Getting Started Practical Python ...Discussembedded
Sunil GowdaforSunil's blogsunil-develops.hashnode.net·Mar 15, 2023My Journey from Embedded to Cloud: A Personal AccountIntroduction In this blog, I would like to share my personal journey from being an embedded engineer to becoming a cloud backend engineer. I hope this account will help readers who are considering making a similar transition or are interested in lear...Discuss·42 readsembedded
Omar HiariforApollo Labs Tech Blogapollolabsblog.hashnode.net·Mar 14, 2023STM32F4 Embedded Rust at the PAC: GPIO InterruptsThis 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·426 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
Omar HiariforApollo Labs Tech Blogapollolabsblog.hashnode.net·Mar 7, 2023STM32F4 Embedded Rust at the PAC: UART CommunicationThis blog post is the fifth 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·678 readsSTM32F4 with Embedded Rust at the PACRust