Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Simulating a river level sensor using ESP32 and MicroPython

Focus mode
Simulating a river level sensor using ESP32 and MicroPython - Monitoring River Levels Using LoRaWAN

This whitepaper is for historical reference only. Some content might be outdated and some links might not be available.

This whitepaper is for historical reference only. Some content might be outdated and some links might not be available.

Use a Pycom LoPy4 ESP32 development board equipped with a Semtech SX1276 LoRa transceiver to simulate the river level sensor.

Photograph of an ESP32 development board running MicroPython

Figure 12 –

The microcontroller is awakened every ten minutes from deep sleep using its real-time clock (RTC), and configured to run a short MicroPython application which retrieves a distance reading to the water surface using the HC-SR04 ultrasonic distance sensor. The captured distance is thereafter reorganized into two bytes – the first byte houses the distance in meters, and the second byte houses the remainder in centimeters.

This data is then broadcast out using LoRaWAN.

This paper provides a MicroPython application example which demonstrates the application running on generic MicroPython for ESP32 firmware. When running, the console displays the distance recorded by the HC-SR04 ultrasonic distance sensor, LoRaWAN OTAA join status, and the bytes sent.

The following is a running sample MicroPython application:

Distance recorded (0.1722414m) Waiting to join LoRaWAN using OTAA... Waiting to join LoRaWAN using OTAA... Waiting to join LoRaWAN using OTAA... Joined LoRaWAN Bytes sent (bytearray(b'\x00\x11')) Sleeping... (600000ms)
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.