Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSW-OS BLE Application #141

Open
7 tasks
RuffaloLavoisier opened this issue Aug 4, 2021 · 7 comments
Open
7 tasks

OSW-OS BLE Application #141

RuffaloLavoisier opened this issue Aug 4, 2021 · 7 comments
Assignees
Labels
⏳ pending for discussion This object is queued for internal discussion... src/core ⭐ enhancement New feature or request

Comments

@RuffaloLavoisier
Copy link
Member

RuffaloLavoisier commented Aug 4, 2021

Hi, I got a lot of inspiration from my watch. You can do more various things by linking your wristwatch and smartphone with ESP32. I have a similar function.

1. Notification

It informs the alarm that comes to the smartphone with a clock.

2. Device Finder

Default : If they are out of a certain distance from each other, the wristwatch gives an alarm to inform the user of the risk of loss. (This is usually the case when you are looking for a smartphone. )

from phone

When a finder function is activated on a smartphone, the location of the clock can be checked through an alarm built into the clock.

from watch

Select the mode from the clock and make the smartphone ring to locate it.

Is there anyone who wants to contribute to this?
See Open-Smartwatch/open-smartwatch-light#7 (comment)

TODO

@uvwxy uvwxy added this to the Ideas / Backlog milestone Dec 7, 2021
@RuffaloLavoisier RuffaloLavoisier added ⏳ pending for discussion This object is queued for internal discussion... and removed ⏳ pending for discussion This object is queued for internal discussion... labels Apr 29, 2022
@RuffaloLavoisier RuffaloLavoisier added ⭐ enhancement New feature or request src/core ⏳ pending for discussion This object is queued for internal discussion... labels Jun 1, 2022
@kekko7072
Copy link

Hey I am a mobile app developer with flutter and I work full stack (server + front end), but I am not very skilled at electronics but I want to improve. I had your same idea, and it is exiting. I've abandoned the idea because my skill using and editing the firmware of the watch were very poor, but if you help me with the hardware/software of the watch I will be glad to develop the app. Last year I bought a watch light edition but I was not able to edit the firmware and run bluetooth.

@RuffaloLavoisier
Copy link
Member Author

@kekko7072
Hi, there
Is it possible to build OSW firmware now? Although there is not enough memory to use Bluetooth, it has been confirmed that it can be implemented. Personally, if you have a prototype, the pull request is always open.Please feel free to open a discussion

@kekko7072
Copy link

Hey @RuffaloLavoisier what do you mean for OSW?

@RuffaloLavoisier
Copy link
Member Author

RuffaloLavoisier commented Jun 10, 2022

@kekko7072
Sorry, Open-smartwatch build !

@simonmicro
Copy link
Member

simonmicro commented Jun 10, 2022

In case you have compile-time issues, feel free to hit (me) up in our Discord @kekko7072 - this should not happen under normal circumstances as every push is checked by our CI.

Furthermore, just take a look into the Webserver service. You'll see it it pretty easy to extend the OSW API endpoints to at least deliver something. In case you need help integrating into deeper systems or have problems - again, hit us up (@RuffaloLavoisier will also be there for you) 😁

this->m_webserver->on("/api/info", [this] { this->handleAuthenticated([this] { this->handleInfoJson(); }); });

@RuffaloLavoisier RuffaloLavoisier self-assigned this Jun 13, 2022
@RuffaloLavoisier RuffaloLavoisier pinned this issue Jul 22, 2022
@RuffaloLavoisier RuffaloLavoisier changed the title Open-smartwatch application for Smartphone OSW-OS BLE Application Jul 22, 2022
@simonmicro simonmicro removed the ⏳ pending for discussion This object is queued for internal discussion... label May 19, 2024
@PierreBresson
Copy link

PierreBresson commented Oct 15, 2024

Hi,

I've created a prototype for a smartwatch app on Figma. My goal is to create an open hybrid smartwatch like this one which is a bit different from OSW, but I think a lot of the design/code could be shared. Let me know you think.

PS: here is the home page, with current OSW sensors (Pedometer/GPS) :
OSW-OS BLE Application

@RuffaloLavoisier
Copy link
Member Author

@PierreBresson
Looks very good. Currently I'm starting to develop an app. Any ideas can give me a good direction so please find me.

@RuffaloLavoisier RuffaloLavoisier added the ⏳ pending for discussion This object is queued for internal discussion... label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⏳ pending for discussion This object is queued for internal discussion... src/core ⭐ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants