wengzh Geschrieben October 19, 2018 at 12:05 Geschrieben October 19, 2018 at 12:05 I am using "1 x Master brick + 1 x WIFI extension 2.0 + 1 x humidity 2.0 sensor" to collect environmental data in a research project pilot study. They all connect properly and I can see real-time data being updated on the Brick Viewer interface. However When I try to log the data into a csv file, the following error always occurs repeatedly: "Did not receive response for function *... in time (-1)" I have tried different time-steps (from 10 miliseconds to 5 seconds), and on different PCs and MACs, and the same error remains. If I am connecting the Master Brick directly with a USB, then the error disapears, so presumably this error is caused by unstable data-exchange with the WIFI extension? Any insight on this error would be very much appreciated!logger_data_WIFI.csv Zitieren
borg Geschrieben October 22, 2018 at 08:09 Geschrieben October 22, 2018 at 08:09 Normally the timeout for a getter is set to 2.5 seconds, but in your log you get the timeout sometimes 2 times in 2 seconds. Do you use the logger in the Brick Viewer or do you have your own program? If the latter, can you post the code? Zitieren
wengzh Geschrieben October 23, 2018 at 09:11 Autor Geschrieben October 23, 2018 at 09:11 Thank you very much for getting back to me. I am using the Brick Viewer at the moment, and the Brick logger for logging the data. Please find attached another datasheet where the data were set to be logged every 10 milisecond, and this error can occur multiple times in one second. P.S. I use a USB cable connecting to another PC to power the stack (1 x Master Brick + 1 WIFI Extension 2.0 + 1 Humidity 2.0), would that cause any problem?logger_data_WIFI_per_10_ms.csv Zitieren
borg Geschrieben October 23, 2018 at 09:18 Geschrieben October 23, 2018 at 09:18 P.S. I use a USB cable connecting to another PC to power the stack (1 x Master Brick + 1 WIFI Extension 2.0 + 1 Humidity 2.0), would that cause any problem? You can use the USB cable to power it, but you can't open the Brick Viewer or run another program on you PC that uses the USB connection. The Brick internally does a routing of the messages (routing to WIFI or USB or into the stack etc). It can't route to two outgoing connections. So if you communicate through USB and through WIFI, this may cause this problem. Zitieren
wengzh Geschrieben October 23, 2018 at 11:14 Autor Geschrieben October 23, 2018 at 11:14 Thank you for the advice and I am now powering the stack with a power plug. Please see attached image on the set-up. However the error remains as the same as my previous set-up. Zitieren
borg Geschrieben October 23, 2018 at 11:42 Geschrieben October 23, 2018 at 11:42 Thank you for the drawing, very nice . I will have to try to reproduce this. I wrote it on my TODO list, will probably be able to do it on Thursday. Zitieren
wengzh Geschrieben October 23, 2018 at 11:48 Autor Geschrieben October 23, 2018 at 11:48 Thank you very much. Looking forward to discussing further after your test. Zitieren
borg Geschrieben October 25, 2018 at 08:45 Geschrieben October 25, 2018 at 08:45 Unfortunately i can't reproduce the problem. Attached you can find the log of the logger and a screenshot of the WIFI Extension configuration that i used.logger_data_1540456173.csv Zitieren
wengzh Geschrieben October 25, 2018 at 11:58 Autor Geschrieben October 25, 2018 at 11:58 Thank you very much for the update! I've checked my wifi status, and there seems to be an issue with my Client mode connection (Please see attached image). The signal strength is very different from yours. I then set the connection mode to Access Point only, and the data logging error disappears. We might need to build a network of sensors in a large number of rooms and send data using a WIFI mesh or an alternative option to a database server, would the issue with the Client mode be a problem in this case? Zitieren
borg Geschrieben October 25, 2018 at 12:32 Geschrieben October 25, 2018 at 12:32 Maybe it is problematic if the client mode is configured to an AP that does not exist and the connection always fails? But in mesh mode this is not the case, so i wouldn't expect any problems there. Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.