You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that when sending commands to the device, the response time from the device is 10 seconds.
I use Expo for assembly. I thought that when assembling the “product” version this time would become shorter, but it remained the same.
Below is an example of a request and response. Please pay attention to the time.
It takes 10 seconds to respond to this command -_-
When using a third party application for BLE, response time to commands is less than 200 ms from the same device
After checking the packets through WireShrak, I saw that the device responds instantly, but for some reason the response to the application comes only after 10 seconds.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The problem is that when sending commands to the device, the response time from the device is 10 seconds.
I use Expo for assembly. I thought that when assembling the “product” version this time would become shorter, but it remained the same.
Below is an example of a request and response. Please pay attention to the time.
LOG BLEManager: Send command = "pass 0|who|fuel|bat|temp|time" on device C5:8B:00:78:C8:FD. Time: 13:37:38
LOG BLEManager: Writed...
LOG BLEManager: Received => PASS=OK|WHO=FW:0.0.1,SN:12340000|FUEL=0|BAT=3.1|TEMP=25|TIME=0,6345. Time: 13:37:48.
It takes 10 seconds to respond to this command -_-
When using a third party application for BLE, response time to commands is less than 200 ms from the same device
After checking the packets through WireShrak, I saw that the device responds instantly, but for some reason the response to the application comes only after 10 seconds.
Beta Was this translation helpful? Give feedback.
All reactions