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

P8 hybrid watch #2

Closed
ildar opened this issue Jun 13, 2022 · 8 comments
Closed

P8 hybrid watch #2

ildar opened this issue Jun 13, 2022 · 8 comments
Labels
enhancement New feature or request new-variant New watch variants

Comments

@ildar
Copy link

ildar commented Jun 13, 2022

I've P8 watch bought at mid-2020 (manufacturer's code MOY-TIN5). Tried both of your P8a and P8b FW.

  1. with P8a FW: works fine except doesn't see Accel. About screen reports Accel: ???
  2. with P8b FW: touch works for swype but NOT for taps. So I can't check if the Accel works. About screen reports I have Accel: SC7A20, touch: b4.0.2.

It seems I have a "chimera" P8 )))

BTW it's worth having the HW info stored somewhere, I like that site: https://smarterwat.ch/soc-list/nordic-semiconductor/p8.html . You can expand that or I can do that.
If you want, you can catch me in Matrix/Gitter.

@ildar
Copy link
Author

ildar commented Jun 14, 2022

I've made a small change as you suggested and it worked just fine. Built with:

cmake -DTARGET_DEVICE=P8A -DBUILD_DFU=true ..

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 47f85c8a..704550a2 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -805,7 +805,7 @@ if(TARGET_DEVICE STREQUAL "PINETIME")
 elseif(TARGET_DEVICE STREQUAL "P8A")
   add_definitions(-DCLOCK_CONFIG_LF_SRC=1) # XTAL
   add_definitions(-DDRIVER_TOUCH_GESTURE)
-  add_definitions(-DDRIVER_ACC_BMA421)
+  add_definitions(-DDRIVER_ACC_SC7A20)
 elseif(TARGET_DEVICE STREQUAL "P8B")
   add_definitions(-DCLOCK_CONFIG_LF_SRC=0) # RC
   add_definitions(-DMYNEWT_VAL_BLE_LL_SCA=500)

Thanks

@StarGate01
Copy link
Owner

Thank you for testing, I will add the profile in a few days when I return home.

How do you suggest calling this model? P8BG?

@ildar
Copy link
Author

ildar commented Jun 17, 2022 via email

@StarGate01
Copy link
Owner

Please test the new 1.9.0.3 MOY-TIN5 release: https://github.com/StarGate01/p8b-infinitime/releases/tag/v1.9.0.3 .

@StarGate01 StarGate01 added enhancement New feature or request new-variant New watch variants labels Jun 27, 2022
@ildar
Copy link
Author

ildar commented Oct 16, 2022 via email

@ildar ildar closed this as completed Oct 16, 2022
@ildar
Copy link
Author

ildar commented Feb 2, 2023 via email

@StarGate01
Copy link
Owner

Thanks for your report. This is still for the MOY-TIN5?

@ildar
Copy link
Author

ildar commented Feb 3, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-variant New watch variants
Projects
None yet
Development

No branches or pull requests

2 participants