I am attempting to load an app just as described at
http://www.getinpulse.com/guide/mac/server:pulse_sdk Mike$ python compileandload.py -m 00:50:c2:79:ec:7f
use correct syntax
Usage: compileandload.py [options]
compiled binary will be stored in /build as pulse_app.bin
compileandload.py: error: no such option: -m
So I took a look at the python script (compileandload.py) and found "-m" clearly does not doesn't exist.
So I then just wanted to attempt to connect to the device and upload a resource image as described
http://www.getinpulse.com/guide/watchface/server:pulse_sdk Mike$ python compileandload.py -r -f ./resources/inpulse_resources.bin –d 00:50:c2:79:ec:7f
About to load resources:
./resources/inpulse_resources.bin
trying to connect to:
None
invalid, missing, or unavailable bd addr
Under System Profiler I have the following showing under Bluetooth:
Devices (Paired, Favorites, etc):
inPulse5130:
Name: inPulse5130
Address: 00-50-c2-79-ec-7f
Type: Unknown
Services:
Paired: Yes
Favorite: Yes
Connected: No
Manufacturer: Cambridge Silicon Radio ($3, $c5c)
Any hints would be greatly appreciated. Thank you!