Remember
Register
Home
/
Support
/
Support Forum
/
How to calculate RSSI from RCM5600W wi-fi module
Digi Forum
All Activity
Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Digi Forum, where you can ask questions and receive answers from other members of the community.
All categories
Digi Remote Manager
(383)
Python
(1,016)
RF Solutions and XBee
(8,413)
Digi TransPort
(785)
Digi Connect Cellular
(443)
DAL
(4)
Embedded Devices
(4,160)
Google Coral
(2)
Rabbit
(3,194)
Rabbit Software
(518)
Console Servers
(353)
Modbus and Industrial Automation
(246)
Realport
(600)
Serial Servers
(836)
Satellite Modules
(25)
USB
(1,269)
Serial Cards
(715)
ConnectPort Display
(58)
Feedback/Wish List
(92)
Other/Legacy
(373)
How to calculate RSSI from RCM5600W wi-fi module
0
votes
I need to calculate the RSSI value of the received packet from RCM5600W wi-fi module. Can you please assist me in doing that?
rcm5600w
asked
Jan 30, 2014
in
Rabbit Software
by
saikiran.mpr
New to the Community
(
0
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
You can use the ifconfig() function to get that information. See samples\RCM5400W\tcpip\pingled_stats.c for details.
The wstatus struct will hold the returned information including RSSI value.
answered
Jan 30, 2014
by
trooper2
Veteran of the Digi Community
(
591
points)
Please
log in
or
register
to add a comment.
...