05-30-2021 17:33 - edited 05-30-2021 18:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-30-2021 17:33 - edited 05-30-2021 18:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
When the "on" button is pressed the PSU should turn on. When the "off" button is pressed the PSU should shut off. When the Versa gets the "Power Ok" signal it will display "Power Ok" in my app. What should I add to the PSU and the Versa so both can communicate?

06-01-2021 04:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-01-2021 04:22
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
The smartwatch cannot directly communicate with any devices. You might be able to configure your router to use Wake-on-Lan to turn it on, and just use the sleep facility of the computer to put it to sleep when inactive.

06-01-2021 14:27 - edited 06-01-2021 15:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

06-01-2021 14:27 - edited 06-01-2021 15:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I need something to pull PS_ON low when the Versa sends the "on" command, and release PS_ON when the Versa sends the "off" command @JonFitbit .

06-02-2021 10:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


06-02-2021 10:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
It's not something that can be done directly with the Fitbit SDK. You can communicate with a local webserver via fetch() or WebSockets only.

