koenvervloesem / openhaystack-zephyr

Zephyr-based OpenHaystack firmware to track your personal Bluetooth devices via Apple's Find My network
MIT License
48 stars 6 forks source link

Problem #4

Closed SergeKZ closed 11 months ago

SergeKZ commented 1 year ago

enough settings to use the crystal?

CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y CONFIG_CLOCK_CONTROL_NRF_K32SRC_50PPM=y

At the moment the consumption is too high 4.8mA = 4800ua Should be around ~7.3ua

koenvervloesem commented 1 year ago

On which board are you running this?

As explained in the disclaimer, the code is currently a proof-of-concept with no power management implemented. Patches are welcome.

SergeKZ commented 1 year ago

On which board are you running this?

As explained in the disclaimer, the code is currently a proof-of-concept with no power management implemented. Patches are welcome.

NRF52810

SergeKZ commented 1 year ago

@koenvervloesem I've tried various settings and still can't get save power

koenvervloesem commented 11 months ago

Closing because of a lack of concrete information.