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 pinetime watch has a small motor to produce vibration. Let's imake it work !
The motor is plugged on the GPIO P0.16 of the NRF52. See image.
I guess simply driving low and high this GPIO would make it work.
We will need some kind of thread or timer if we want to make some special vibration pattern.
How should we integrate these patterns ? hardcoded ? or is there some way to generate them from a config file ?
Device Tree GPIO declaration
Vibrator Module
Vibrate on screen Tap ?
The text was updated successfully, but these errors were encountered:
How should we integrate these patterns ? hardcoded ? or is there some way to generate them from a config file ?
I think we should work iteratively. We could begin by trying out a few useful patterns such as alarm and notification (could be the same for low battery warning and incoming message) and make the patterns configurable afterwards. Adding port 16 to the Device Tree would also be great of course.
The pinetime watch has a small motor to produce vibration. Let's imake it work !
The motor is plugged on the GPIO P0.16 of the NRF52. See image.
I guess simply driving low and high this GPIO would make it work.
We will need some kind of thread or timer if we want to make some special vibration pattern.
How should we integrate these patterns ? hardcoded ? or is there some way to generate them from a config file ?
The text was updated successfully, but these errors were encountered: