Skip to content

Hussam Talks Tech

Welcome to my Electronics Blog!

Menu
  • Home
  • About
Menu

Linux

IO uHat for the Raspberry Pi Zero 2W

Posted on 06.11.202507.11.2025 by halherta

In this blog entry, I will introduce my IO uHat for the Raspberry Pi Zero 2W. This particular uHat provides: The IO uHat also hosts an I2C EEPROM as per the uHat specification. The configuration of this EEPROM will be covered in a future entry. The schematic is shown below: Both the GPIO expander and…

Read more

Interfacing an HD44780 Character LCD to a Raspberry Pi Zero 2W using Linux kernel drivers

Posted on 05.11.2025 by halherta

This blog entry demonstrates how to interface an HD44780 character LCD to a Raspberry Pi Zero 2W, using Linux kernel drivers. This approach should also work on other Raspberry Pi single-board computers. Configure and load the HD44780 kernel module at boot First, you’ll need to load the correct HD44780 Linux kernel module. This will only…

Read more

UDPNode: A C++ class for UDP Communication

Posted on 25.08.202509.11.2025 by halherta

A couple of months ago, I decided to pursue few IOT project ideas that could benefit from basic UDP (User Datagram Protocol) communication. The MQTT and CoAP protocols are definitely more robust and secure. But there are some situations where the basic UDP protocol is sufficient. The POSIX C socket API built into Linux is…

Read more
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
November 2025
M T W T F S S
 12
3456789
10111213141516
17181920212223
24252627282930
« Oct    

Archives

  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025

Categories

  • C and C++
  • Electronics
  • ESP32
  • KiCad
  • Linux
  • Micropython
  • Python
  • Raspberry Pi
  • Uncategorized
© 2025 Hussam Talks Tech | Powered by Minimalist Blog WordPress Theme