Welcome to Embeddedinn! This is where I document my daily technical experimentation and professional projects. Rather than a conventional tutorial site, Embeddedinn serves as a chronicle of my activities. Nevertheless, I strive to provide comprehensive information, ensuring that it is beneficial to those pursuing similar endeavors. Check out the tutorials section to explore my in-depth write-ups on a wide range of technical subjects. Join me on this exciting journey of exploration and discovery!

You can also find some more content that I have developed in my youtube channel.





Disclaimer:

All posts and data in this site or any of my other publically available work reflects just my personal view points and has nothing to do with my employers at any point in time. Also, information and documents provided on this Web site are provided "as is" without warranty of any kind, either expressed or implied, including limitation warranties of merchantability, fitness for a particular purpose, and noninfringement.


Recent posts

Using Jenkins with BitBucket Webhooks on AWS

7 minute read

Bitbucket lets you trigger webhooks for git events that are interesting to your build and test infrastructure. In the past, I have played around with it usin...

Adding Custom Packages to Buildroot

3 minute read

This article talks about adding a custom package into buildroot for creating your own Linux distribution for embedded and emulation targets.

Docker 101 for embedded systems Dev and DevOps

21 minute read

I started using docker back in 2016 and ever since, I have been using it in the context of embedded systems DevOps. This article condenses the learning so th...