Signal strength #245
Replies: 2 comments 1 reply
-
I tested FDRS via ESPnow using ESP32 Dev Boards over a distance of about 70 meters in free sight without problems. The gateway was inside the house. The node in the garden. Also I tested out of a car parking in front of the house to the gateway. It works also perfectly. |
Beta Was this translation helpful? Give feedback.
-
There's no signal strength indication built-in to FDRS currently. Both ESP-NOW and LoRa (and WiFi) do have the ability to access packet RSSI though, so you could maybe/probably work out a way to use it in your own code. For measuring signal like this I'll usually just make a new pair of simple, non-FDRS sketches that output the data I'm looking for via terminal or OLED display. My FDRS_LoRa_Test repo actually shows the RSSI on the recieve sketch already, so that's where i would start. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get signal strength from the gateway and node/controller respectively? I am interested in knowing if the wireless signal strength is strong enough between the gateway and nodes/controller. On WiFi, ESPNOW and Lora.
Beta Was this translation helpful? Give feedback.
All reactions