Recent activity
Subscribe to this feed-
Gabee started following the question "Password on EM1000-based system" in Tibbo.
T-bone replied on September 12, 2008 03:26 to the question "How to Disassociate from a wireless network?" in Tibbo:
Hi,
Actually, if you just want to check for the current RSSI level, you do not need to disassociate it. All you need to do is to read the wln.rssi again. Try this by moving the unit further away from the AP and re-read the RSSI level again.
Also, if you wish to issue the wln.disassociate, you need to be sure that the system is in idle (pl_wln_task_idle) since a wln taske cannot be performed until the previous wln task is completed.-
Jonas started following the question "Password on EM1000-based system" in Tibbo.
p.alex asked a question in Tibbo on September 03, 2008 11:34:
How to Disassociate from a wireless network?I want to measure the signal strength reaching my device antenna, once every minute (for example). To do so, I must:
- disassociate from the network
- (re)scan
- (re)associate
- display the result (the RSSI value)
Here's the code:
for n= 1 to 10
res= wln.disassociate
while wln.task <> PL_WLN_TASK_IDLE
wend
if wln.associationstate= PL_WLN_NOT_ASSOCIATED then
exit for
end if
next n
for n= 1 to 3
res= wln.scan(WLAN_NAME)
if res= ACCEPTED then
exit for
end if
next n
if res= ACCEPTED then
while wln.task <> PL_WLN_TASK_IDLE
wend
wln.associate
while wln.task <> PL_WLN_TASK_IDLE
wend
lcd.print("RSSI= " + right("000" + str(wln.scanresultrssi), 3), 0, 24)
else
lcd.print("Scan Error", 0, 24)
end if
The program tries the disassociation 10 times, no result!
Because of this, no scan is possible :-(
Meanwhile, the program keeps receiving UDP packets from the wireless network, no problem!
I posted this to TIbbo support service, I'll post the answer(s).
Meanwhile, has anyone disassociated (successfully) from a wireless network?
Help required, please! Thanks in advance :-)
Advisor replied on August 05, 2008 06:46 to the question "Using the Flash memory on EM1000" in Tibbo:
Advisor replied on July 27, 2008 07:31 to the question "Using the Flash memory on EM1000" in Tibbo:
Taha Paksu replied on July 25, 2008 10:29 to the question "DS Manager: what is command "H"?" in Tibbo:
T-bone replied on July 25, 2008 02:56 to the question "DS Manager: what is command "H"?" in Tibbo:
p.alex asked a question in Tibbo on July 24, 2008 15:36:
DS Manager: what is command "H"?When running the Device Manager application, it sends various commands.
What is the meaning/syntax/reply of the "H" command?
(all others are documented, this one isn't)
Michel Schonmeier replied on July 24, 2008 12:32 to the question "Using the Flash memory on EM1000" in Tibbo:
p.alex replied on July 24, 2008 08:54 to the question "Using the Flash memory on EM1000" in Tibbo:
Hi, everybody!
Here's a bonus to you: the FD object help file draft!
(not complete, but a very good advance):
Get it at http://robalo.net/files/fd_help.htm
Now my project is moving again... :)
Michel Schonmeier replied on July 22, 2008 20:03 to the question "Using the Flash memory on EM1000" in Tibbo:
p.alex replied on July 22, 2008 12:05 to the question "Using the Flash memory on EM1000" in Tibbo:
T-bone replied on July 22, 2008 00:55 to the question "Password on EM1000-based system" in Tibbo:
KeinXor replied on July 21, 2008 15:09 to the question "Password on EM1000-based system" in Tibbo:
Loading Profile...




