Reducing E-Waste: Reverse engineering the Lenovo EMC PX4-300D NAS firmware and kernel drivers
Wednesday, August 3, 2022 · Maximilian Kenfenheuer
#electronic waste #refurbished #reverse engineering #linux #kernel development #lenovo emc #px4-300d #nas #environmentalism
Reducing electronic waste is one of my main priorities. Making use of my devices as long as possible, upgrading, servicing as well as repairing them myself are some of the efforts i take to reduce my electronic waste footprint. However, despite my efforts sometimes its nearly impossible. The following blog article will take you on a journey of myself reverse engineering the firmware of one of my old NAS devices to be able to use it securely again.
How-To: Connect a gps tracker to the LoRaWAN network The Things Network
Tuesday, May 17, 2022 · Maximilian Kenfenheuer
#lora #lorawan #cloud #thethingsnetwork #iot #internetofthings #communication #opensource #gps #tracker #embeddeddevices #sensors
In this article i will show you how to connect a gps tracking device to the community lorawan network The Things Network.
LoRa and LoRaWAN: Introduction to The Things Network
Tuesday, May 17, 2022 · Maximilian Kenfenheuer
#iot #lora #lorawan #thethingsnetwork #communication #opensource #embeddeddevices #sensors
LoRaWAN is a low-power, wide area networking protocol built using the LoRa radio modulation technique. It allows to wirelessly connects devices to the internet of things and manages communication between the devices and network gateways. Using LoRa, which is an acronym for long range, devices can transmit messages to gateways multiple kilometers away with relatively low power usage. In this article i will explain the characteristics and advantages of the technology.
Provisioning Azure IoT Edge devices to your Azure IoT Hub
Friday, May 13, 2022 · Maximilian Kenfenheuer
#iotedge #azure #cloud #iot #how-to #microsoft
Before you can start deploying IoT Edge modules onto an IoT Edge device, you will need to provision it to the Azure IoT Hub. The following article will show you how to do it.
How-To: Azure IoT Edge - Installation
Thursday, May 12, 2022 · Maximilian Kenfenheuer
#iotedge #azure #cloud #linux #iot #how-to #microsoft
Azure IoT Edge is an open source edge runtime framework which lets you easily deploy, manage and scale your IoT edge environment using the Azure Cloud. In this tutorial I will show you how to install Azure IoT Edge on Linux.