02-20-2023 08:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-20-2023 08:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi I'm working on a program that will be using data from versa 3 device, and I have few questions:
- How Is it possible to keep sending POST requests (through the companion) every few seconds?
- How Is it possible to trigger the watch app with some other web application?
- If device connected to Wi-Fi how can the device access internet directly without passing through the companion
many thanks,
David.
Answered! Go to the Best Answer.

Accepted Solutions
02-20-2023 11:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-20-2023 11:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
1. With great difficulty. The companion will probably close fairly quickly if it's not being actively used by the watch clockface/app. You might be able to delay this by sending comms from the watch, but I suspect the system will still close the companion soonish. You can use wake interval to restart the companion automatically every five minutes. It's not intended to run continually.
2. The watch app can only respond to comms coming from your companion code, so the web application would need to interact with the companion first.
3. WiFi isn't used for comms (but only for updates and debugging). Bluetooth is used for comms. The watch can ONLY communicate with the companion.
Gondwana Software
02-20-2023 11:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-20-2023 11:27
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
1. With great difficulty. The companion will probably close fairly quickly if it's not being actively used by the watch clockface/app. You might be able to delay this by sending comms from the watch, but I suspect the system will still close the companion soonish. You can use wake interval to restart the companion automatically every five minutes. It's not intended to run continually.
2. The watch app can only respond to comms coming from your companion code, so the web application would need to interact with the companion first.
3. WiFi isn't used for comms (but only for updates and debugging). Bluetooth is used for comms. The watch can ONLY communicate with the companion.
Gondwana Software
