Internet of Things (IoT)

  • Image placeholder

    ·

    Building a Bluetooth to USB HID Relay with Raspberry Pi

    Are you tired of not being able to use your Bluetooth keyboard and mouse with certain devices or in certain situations? Do you wish you could wake up your sleeping devices or access the BIOS or OS select menu? If so, then you’re in luck! In this article, we’ll show you how to build a…

  • Image placeholder

    ·

    A Solution for Seamless Connectivity

    Are you frustrated by the limitations of using a Bluetooth keyboard with your computer? Have you ever encountered issues accessing the BIOS or operating system due to the lack of Bluetooth stack support? Look no further – the pihidproxy project is here to solve your problems and ensure seamless connectivity between your Bluetooth keyboard and…

  • Image placeholder

    ·

    Exploring LoRa Communication with rf95modem-py

    Are you interested in learning about LoRa communication and its applications? Look no further! In this article, we will explore the rf95modem-py Python library, which allows you to send and receive data over LoRa PHY via a serial connection to the rf95modem device. What is LoRa and LoRa PHY? LoRa (Long Range) is a wireless…

  • Image placeholder

    ·

    A Python Library for LoRa PHY Communication

    LoRa (Long Range) is a wireless communication technology that enables long-range, low-power data transmission. It has gained significant popularity in applications such as IoT (Internet of Things), smart cities, agriculture, and environmental monitoring. However, working with LoRa can be complex, requiring specialized hardware and protocols. That’s where the rf95modem-py Python library comes in. Introducing rf95modem-py…

  • Image placeholder

    ·

    Temperature Readings from TSic Sensor Chips with Raspberry Pi GPIO in Python

    Temperature Readings from TSic Sensor Chips with Raspberry Pi GPIO in Python In the world of Internet of Things (IoT), the ability to gather accurate temperature measurements is vital for various applications. Whether you’re monitoring environmental conditions in a greenhouse or ensuring the optimal operating temperature of machinery, having a reliable method to obtain temperature…