View Single Post
proprog's Avatar
Posts: 40 | Thanked: 159 times | Joined on Jul 2012
#1
I've put together basic Pebble classic support for the N900. You should be able to:

- display calls with name or number
- display messages
- media control omp and oscp
- reconnect after lost connection

It doesn't sound much but it's actually quite useful for my needs. The main thing I'm missing at the moment is support for displaying emails and all tips on how to list new emails on the n900 are welcome.

Download maebble at https://dl.dropboxusercontent.com/u/...bble-v0.90.zip

Update maebble.cfg with you bluetooth mac (change "xx:xx:xx:xx:xx:xx") and run "python maebbled.py". The logging is all over the place at the moment but run "python maebbled.py --print_maemo" for console logging.

Pebble API is based on Libpebble available at http://www.pebbledev.org/wiki/Libpebble/

Maemo SMS parsing is from HeySms available at https://github.com/titilambert/HeySms/

Use at own risk, I've used it the last couple of weeks without too much problems. I cannot tell how the battery life is affected cause my battery is in desperate need of recalibration.

UPDATE 2017-05-22:

I've finally updated maebble to support other firmware versions. Maebble v0.91 is tested with v1 (on pebble classic), v3 (on pebble classic) and v4 (on pebble time).

Download maebble v0.91 at:
https://www.dropbox.com/s/m5p92uj8ru...v0.91.zip?dl=0

New in config-file is that you can specify how often time on watch should be updated (setting is in hour, set to 0 to not update).

New in this update:
- v3 notifications
- email notifications (very basic, just account and number of new emails)
- ping method
- set time method
- get watch version method
- music volume up/down
- new parameter --config_file to use multiple watches (mainly for testing purpose)
- the delay in music control should be much less of a problem now with minor bug fix and changed sleep values

Last edited by proprog; 2017-08-05 at 10:17.
 

The Following 28 Users Say Thank You to proprog For This Useful Post: