-
Notifications
You must be signed in to change notification settings - Fork 42
Accessing multiple sensors unstable #6
Comments
@uhofemei iotivity-constrained has been seen to capably handle many Here is one thing you can try assuming you’re running a #CONFIG_NEWLIB_LIBC=y |
@kmaloor I was hoping to venture beyond trying to resolve this using config options. I agree with you there are many moving parts in the stack, and I wouldn't be surprised if there is more than one issue that needs to be resolved. More in-depth investigation and a better bug report outlining where the issues lie is needed. |
@uhofemei |
Would you be able to help reporting it? |
@uhofemei |
I will try out the options using the multi-server native code implementation. If things don't improve, I can file a bug report against the Bluetooth driver, but it won't say much more other than "it doesn't work." |
@uhofemei At this time, all I’d say is if for eg. you’re seeing that allocating On re-reading your initial message above: “… accessing more than 1 sensor |
When are you going to be back in the office to talk about it? :) |
@uhofemei |
@uhofemei If you still see a lock up, then try commenting out the sensor/GPIO reads |
@kmaloor I checked and the config options you highlighted are disabled in my build. James was saying he added the following two options, which improved the general stability quite a bit. |
This bug is based on PR 01org/SmartHome-Demo#150.
The BLE connection keeps dropping in <= 3 mins after it has been established via the command line using the instructions here: https://github.com/01org/zephyr.js/blob/master/docs/6lowpan-ble.md
While the connection is established, accessing more than 1 sensor in parallel via the REST API service will cause the micro controller to lock up.
The text was updated successfully, but these errors were encountered: