Feature Request: Add BLE RSSI (Signal Strength) Access
Description
Add a method to access the BLE RSSI (Received Signal Strength Indicator) from the connected RadiaCode device. This would allow applications to monitor Bluetooth connection quality.
Use Cases
- Connection quality monitoring - Display signal strength to users
- Troubleshooting - Diagnose connectivity issues and range problems
- Data reliability - Correlate signal strength with data reception quality
- Distance awareness - Alert users when device is moving out of range
- MQTT/logging - Track connection quality over time in monitoring systems
Proposed Implementation
Add a simple public method to expose the BlueTooth connection RSSI value:
Benefits
- Minimal code change?
- No impact on existing functionality
Environment
- Arduino ESP32 platform
- Standard Arduino BLE library
- RadiaCode-110 device
Additional Context
This feature is particularly useful for remote monitoring applications (MQTT/Home Assistant/Grafana) where signal quality tracking helps diagnose intermittent connection issues.
Feature Request: Add BLE RSSI (Signal Strength) Access
Description
Add a method to access the BLE RSSI (Received Signal Strength Indicator) from the connected RadiaCode device. This would allow applications to monitor Bluetooth connection quality.
Use Cases
Proposed Implementation
Add a simple public method to expose the BlueTooth connection RSSI value:
Benefits
Environment
Additional Context
This feature is particularly useful for remote monitoring applications (MQTT/Home Assistant/Grafana) where signal quality tracking helps diagnose intermittent connection issues.