https://github.com/androidcrypto/esp32_lora_encrypted_environmentsensor
Transmitting sensor data (here a BME280 Environment Sensor) with LoRa over long distances is easy and comfortable.
https://github.com/androidcrypto/esp32_lora_encrypted_environmentsensor
aes aes-256 aes-cbc aes-encryption bme280 environment environmental-monitoring esp32 esp32-arduino lora lora-receiver
Last synced: 2 months ago
JSON representation
Transmitting sensor data (here a BME280 Environment Sensor) with LoRa over long distances is easy and comfortable.
- Host: GitHub
- URL: https://github.com/androidcrypto/esp32_lora_encrypted_environmentsensor
- Owner: AndroidCrypto
- License: mit
- Created: 2025-02-18T08:17:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T09:41:29.000Z (8 months ago)
- Last Synced: 2025-07-29T02:03:39.607Z (2 months ago)
- Topics: aes, aes-256, aes-cbc, aes-encryption, bme280, environment, environmental-monitoring, esp32, esp32-arduino, lora, lora-receiver
- Language: C
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 LoRa Encrypted Environment Sensor
Transmitting sensor data (here a BME280 Environment Sensor) with LoRa over long distances is easy and comfortable.
This is an accompanying repository for the article "Build a LoRa® Encrypted Environment Sensor with a BME280 sensor and ESP32 development boards", available on medium.com here: https://medium.com/@androidcrypto/build-an-encrypted-lora-environment-sensor-with-a-bme280-sensor-and-esp32-development-boards-1e73e5e8d6c4
## current versions
[Esp32_MultiDev_Sx12xx_Bme280_Encrypted_Transmitter_v03](https://github.com/AndroidCrypto/ESP32_LoRa_Encrypted_EnvironmentSensor/tree/main/Esp32_MultiDev_Sx12xx_Bme280_Encrypted_Transmitter_v03) is the transmitter
[Esp32_MultiDev_Sx12xx_Bme280_Encrypted_Receiver_v01](https://github.com/AndroidCrypto/ESP32_LoRa_Encrypted_EnvironmentSensor/tree/main/Esp32_MultiDev_Sx12xx_Bme280_Encrypted_Receiver_v01) is the receiver