Smart Meter Bridge – Xythobuz.de
A project named Smart Meter Bridge decodes SML power meter data via LoRa using Iskra MT681 meter and Heltec LoRa32 dev boards. It employs RadioLib for LoRa communication, power-saving measures, and shares energy consumption patterns effectively.
Read original articleA project called Smart Meter Bridge was initiated on July 6, 2024, aiming to read SML power meter data transmitted via LoRa. The project involves decoding SML messages from an Iskra MT681 smart power meter using an infrared UART interface. To transmit the data, two Heltec LoRa32 dev boards are utilized due to the meter's location being out of WiFi range. Unlocking the meter with a PIN from the provider allows access to detailed energy consumption data in finer resolution, including energy count in 1/10th Wh and current power in W. The project employs RadioLib for LoRa communication and implements power-saving measures like deep sleep and watchdog functionality on the ESP32. Despite occasional code issues, the project appears to be functioning effectively. The developer integrates this project into the ESP-Env repository and shares personal energy consumption patterns, showcasing the project's practical application. Additionally, the LoRa transmitter demonstrates low battery usage, with updates pending on its first recharge cycle.
Related
Hacking eInk Price Tags (2021)
Hackers repurpose eInk electronic shelf labels (ESLs) into photo frames or status displays by customizing firmware. Detailed exploration of hacking challenges, including Marvell chip analysis, bootloader functions, memory storage, communication protocols, and debugging methods.
Up to 78M batteries will be discarded daily by 2025, researchers warn
Researchers from the EnABLES project warn of a potential daily disposal of 78 million batteries by 2025. Emphasizing battery lifespan extension for IoT devices, they propose sustainable recharging methods for power autonomy.
Analyzing My Electricity Consumption
Electricity prices in France are rising, leading to increased interest in consumption optimization. Smart meters like "Linky" provide real-time data. MyElectricalData API simplifies data retrieval. Analysis shows Tempo pricing as cost-effective.
Reverse Engineering a Smartwatch
Benjamen Lim reverse engineered a smartwatch with geolocating capabilities, repurposing it by reprogramming the firmware through exposed programming pins. The project showcased the value of salvaging electronic devices efficiently.
Transmit LoRa Frames Without a Radio Using Only GPIO Pins
The LoLRa project on GitHub explores firmware-based LoRa packet transmission without radio chips. It delves into PLL tuning, bitstream synthesis, LoRaWAN setup, range tests, and future developments, offering resources and acknowledging contributors.
Related
Hacking eInk Price Tags (2021)
Hackers repurpose eInk electronic shelf labels (ESLs) into photo frames or status displays by customizing firmware. Detailed exploration of hacking challenges, including Marvell chip analysis, bootloader functions, memory storage, communication protocols, and debugging methods.
Up to 78M batteries will be discarded daily by 2025, researchers warn
Researchers from the EnABLES project warn of a potential daily disposal of 78 million batteries by 2025. Emphasizing battery lifespan extension for IoT devices, they propose sustainable recharging methods for power autonomy.
Analyzing My Electricity Consumption
Electricity prices in France are rising, leading to increased interest in consumption optimization. Smart meters like "Linky" provide real-time data. MyElectricalData API simplifies data retrieval. Analysis shows Tempo pricing as cost-effective.
Reverse Engineering a Smartwatch
Benjamen Lim reverse engineered a smartwatch with geolocating capabilities, repurposing it by reprogramming the firmware through exposed programming pins. The project showcased the value of salvaging electronic devices efficiently.
Transmit LoRa Frames Without a Radio Using Only GPIO Pins
The LoLRa project on GitHub explores firmware-based LoRa packet transmission without radio chips. It delves into PLL tuning, bitstream synthesis, LoRaWAN setup, range tests, and future developments, offering resources and acknowledging contributors.