© 2023 Hashnode
#raspberry-pi
So, a new year, and a lot of time to continue some adventures over the Xmas holiday break. After the usual visit to my family's place, I came home and was surprised with a broken k8s cluster. So I tho…
As a Raspberry Pi newbie, I recently faced a problem where my Raspberry Pi would not display over HDMI on my monitor. I was getting no signal on the screen, and I couldn't figure out what was causing …
The Raspberry Pi is a small, affordable, and powerful computing device that has become popular among hobbyists, educators, and developers. It was developed by the Raspberry Pi Foundation, a UK-based c…
Got some free time on your hands? Got you covered! I'm going to show you a more peculiar way of using feature flags. Feature flags enable non-developers to switch on and off application features or ch…
In this article, you will learn about how to use the Raspberry Pi without a monitor and also understand how to use the same. The idea of using a screenless device may seem strange at first, but it is …
Pico SDK Download the pico SDK from the official GitHub into your chosen directory. I don't like looking at it, so I put it in a hidden folder. mkdir ~/.picob && cd ~/.pico git clone https://github.co…
If you have an Android phone and use the Google Play Store to download apps, you’ve probably had a chance to use the Raspberry Pi. In this article, you will discover how you can get more out of your R…
Desiring to begin to learn about embedded devices, I bought an Orange Pi Zero 2, a small and low-cost computer, an alternative to Raspberry Pi, to create a simple TV Box application using web technologies for its UI; a bit specific, I know.…
What is cross compilation ? Unlike Java, the programming languages such as C/C++ are not platform independent. Your C++ code will only run on the machine it was compiled on i.e the code compiled on Wi…
OK, I wanted to post on Devops related stuff. Instead I am starting with raspberry pi. Well, I have decided to learn Pi related stuff and thought I could use it for Devops related testing. Which mod…