Latest Articles

  • Integrating MicroPython MAX7219 8×8 LED Matrix with Various Cloud Platforms and Tools

    Integrating MicroPython MAX7219 8×8 LED Matrix with Various Cloud Platforms and Tools The MicroPython MAX7219 8×8 LED Matrix is a powerful driver for controlling LED matrices using SPI interface. It supports cascading, allowing you to chain multiple LED matrices together. This library is built using MicroPython’s framebuf library and provides a simple and efficient way …

  • Streamlining Data Management with MicroPython-GoogleSheet

    Streamlining Data Management with MicroPython-GoogleSheet Managing and updating data on Google Sheets can be a cumbersome task, especially when dealing with remote devices like ESP32 and ESP8266 boards. However, thanks to the MicroPython-GoogleSheet library developed by PerfecXX, this process is now simplified and more efficient than ever. In this article, we will explore the features …

  • Introducing Microsoft’s Kql Tools

    If you’re a data enthusiast or work with data on a regular basis, you’re probably familiar with the Kusto Query Language (KQL) and its power for querying and analyzing data. However, until now, users have had to upload their data to storage before being able to query it with KQL. This process often added unnecessary …