Tinkering At Night

Using MPRIS D-Bus to access track metadata

This post will explore the functionalities of the MPRIS D-Bus. We will examine its application in retrieving information about the currently playing track on specific media players, such as Spotify. This post will also explore some practical applications by presenting a few relevant projects built with this communication system.

Configure ESP8266 RTOS SDK to use ESP-IDF framework

The purpose of this tutorial is to explain how to configure ESP8266 RTOS SDK to use the ESP-IDF framework. Also, this is a an explanation on how to install the toolchain and the latest version of esptool.py.

Moving to Monterrey

I haven't post in almost two years due to I moved to a new city. This city is Monterrey, which is located at the north of Mexico. This is going to be a brief post of my new experience in this city.

MQTT simple application

This example demonstrates how to setup and use MQTT protocol to publish and read messages using two Arduinos. The purpose of this project is to do a simple applicaton where one client gets information of a sensor and sends it through WiFi. Another client reads those messages and displays them on an 16x02 LCD.