Hey! If you're using ESP32 with LoRa (RFM95) and a Raspberry Pi gateway, here are some quick tips: Hardware: Heltec ESP32 + LoRa boards work great with MySensors. Power: ESP32 (~600mA) + LoRa (~120mA) can drain batteries fast—Arduino might be better. Software: Use Arduino IDE for ESP32 (try EnergyMeterPulseSensor), and set up an MQTT gateway on the RPi. Home Assistant works well for data visualization. Real-World Tips: MySensors + LoRa is great for farm/weather monitoring—checking similar projects can help.