Tag: DietPi

  • Raja Gupta
  • June 12, 2026

How to Set Up TigerVNC on DietPi for Remote Desktop Access

When most people think about managing a Raspberry Pi, they immediately think of SSH. And honestly, SSH is usually the best option. It’s fast, lightweight, and perfect for server tasks. But sometimes you need an actual desktop. Maybe you’re: This is where VNC becomes useful. In my Raspberry Pi Zero 2 W setup, the Pi

  • Raja Gupta
  • June 12, 2026

How to Set Up Samba File Sharing on DietPi

After successfully mounting an external hard drive on a Raspberry Pi, the next logical step is making that storage available across the network. This is where Samba comes in. Without Samba, the HDD connected to the Raspberry Pi is only accessible locally. With Samba, the same drive becomes available to: In my case, the goal

Embedded C Programming

Updated: March 15, 2026
Intermediate

Embedded systems rely on efficient low-level programming to interact directly with hardware. In this course, you will learn how to write practical Embedded C programs used in real microcontroller-based systems. Rather than focusing only on theory, this course follows a practice-driven approach. Each lesson includes hands-on coding exercises that simulate real firmware development tasks used