Profile picture

Written by Marco Ciau who is apassionate about providing solutions by using software. I thoroughly enjoy learning new things and am always eager to embrace new challenges. You can follow me on Twitter.

  1. November 15, 2024

    In this first blog post about LVGL, we'll explore how to set up a simple graphical user interface (GUI) using an ESP32 and a TFT display. You'll learn about LVGL's architecture, how to connect your hardware, and how to display a basic "Hello " message on the screen. Touch interaction won't be covered in this post but will be explored in future tutorials.

  2. July 22, 2024

    Understand the Zephyr Device Driver Model in the nRF Connect SDK. Learn how to interact with hardware using generic APIs and device references from the devicetree, with examples for GPIO and UART peripherals. Perfect for embedded developers.

  3. June 13, 2024

    Discover the common mistakes in IoT projects and learn how to avoid them. This post highlights frequent errors with real-world examples, offering practical advice for creating successful IoT products.

  4. August 26, 2023

    In this blog tutorial, we will embark on an exciting journey to integrate two cutting-edge technologies: the Arduino ESP32 and GPT-3.5. By combining these powerful tools, we can create an interactive chatbot capable of engaging in natural language conversations with users in real-time.

  5. June 10, 2023

    Dive into Docker's basics: What's Docker? How do images and containers work? Demystify the Dockerfile. Start your Docker journey now! 🐳