1. vivitern's Avatar
    This is a question which comes from a programmers perspective (so might be SO, please migrate then) but with an EE background.

    I am trying to programmatically reduce the bluetooth power consumption between a cellphone (Blackberry Z10 featuring probably a Texas Instruments WL1273L Wireless Module) and a smartwatch (Pebble probably featuring Texas Instruments CC2564 datasheet: http://www.kynix.com/uploadfiles/pdf8827/CC2564BRVMR.pdf).

    Apple provides some best practices where they suggest (see last chapter) to "Disconnect from a Device When You No Longer Need It". But still BT would be enabled and draw power.

    Now on the other hand, the connection phase seems quite power intensive, so the question arises if keeping a connection (without sending data) is better than disconnecting and reconnecting if data is available. are the underlying layers similar to this TCP scenario?

    Is there a sweet spot depending on the rate of new data?

    I am using regular BT, but how would BLE compare, is it worth porting (if possible).

    Unfortunately i dont have the equipment to measure the power consumption.

    Also, there is no lowlevel hardware access to optimize or high level access on the BT device (cant turn BT on or off), so the options are:

    connect to device and keep connection open
    connect to device, deliver data, disconnect, repeat
    The delay of having to reconnect is accepted.

    I do minimize the amount of discoveries so on reconnect i try to connect directly to the device. What other considerations could be taken?
    01-23-18 02:45 AM
  2. Dunt Dunt Dunt's Avatar
    This was discussed before here... might try doing a search. But it might have been in the Connectedly forums (no longer there).

    Was problems with both what BlackBerry and Pebble allowed as you don't have direct hardware interfaces. Which ultimately meant to get normal "smartwatch" notifications, you'd need an always on connection. Which for the Z10 was not a good thing.
    01-24-18 10:26 AM

Similar Threads

  1. Another WIRED article about app's and tracking
    By wingnut666 in forum General BlackBerry News, Discussion & Rumors
    Replies: 11
    Last Post: 02-09-18, 02:21 PM
  2. Power Center update screwed my battery life
    By shahriyar in forum BlackBerry KEYone
    Replies: 52
    Last Post: 02-02-18, 09:51 AM
  3. Replies: 2
    Last Post: 01-24-18, 02:21 PM
  4. Android WhatsApp and BlackBerry Hub
    By flash67 in forum BlackBerry Classic
    Replies: 2
    Last Post: 01-22-18, 04:53 PM
  5. Screen shots and app questions
    By Tom Saigon in forum Ask a Question
    Replies: 2
    Last Post: 01-22-18, 02:47 PM
LINK TO POST COPIED TO CLIPBOARD