I`m very new to X.Thunkable, I collect data from a remote device using BLE and I want to CONTINUOSLY send these data using a WEB API tool.
I can send data to the WEB for example “once” when SCREEN opens but I can`t find a way of continuosly transmit data to the WEB, that is some way of operation allowing to send data after BLE connection independently of the SCREEN operation, even when screen is not open, provided that the BLE connection still is available.
Hello, many thanks, good hint! - it`s working well…is any other way of keeping it working independently of screen status, I mean, with application still working in the background?
You can set up functions to send location automatically when the app is open BUT Thunkable doesn’t support background services at this time other than push notifications.
So that means when the app is in the background, it’s effectively paused from further action until it’s open again.
Many thanks for your information, my application envolves sensors that get values of some physical world variables, send them through BLE to smartphones which add current location and act as bridges, transmitting all these info to the cloud, where they are processed.