Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

iOS application for WICED Sense to connect to IBM Watson IoT(Quickstart)

lock attach
Attachments are accessible only for community members.

iOS application for WICED Sense to connect to IBM Watson IoT(Quickstart)

VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

The iOS application is written to scan for WICED Sense Kit around your iOS device , connect to it and start publishing the sensor data to quickstart.()IBM Internet of Things Foundation

iOS application

You can refer to the iOS attached applicaiton, this iOS application generated a random cliend ID which can be fed in quickstart page to see the data.

External packages used : BLE library for iOS, Moscapsule for MQTT library

Note : size classes are not used, resolution for different iOS devices might not be scaled

WICED Smart SDK setup

1. You can use the WICED Sense SDK as is or you can program the WICED Sense using the WICED Smart SDK, you can download the WICED Smart SDK from https://community.broadcom.com/community/wiced-smart

2. The WICED sense comes with default firmware loaded to keep advertising the five sensor data ( Gyro, Accelerometer, e-compass,temperature and humidity

3.With in the SDK there is a sample application called wiced-sense , the default applicaiton loaded on all sense tags. You can modify based on your needs and download the application to your hardware using the below make target

Attachments
680 Views
Comments
Anonymous
Not applicable

Hi vik86

do you plan to deploy the IoS app to simply the access ?

ANy android plans ?

thank you a lot !

best regards

VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

Deploy to iOS store is still in progress,

Yes android there are plans, no definitive dates.

Thanks

vik86

Anonymous
Not applicable

good atfernoon vik86

i tried to compile your project with XCODE (7.3) and i got 3 errors.

- in ssl.h : expected identifier or '('

- in mosquitto_internal.h : unknown type name 'SSL'

- in mosquitto_internal.h :unknown type name 'SSL_CTX'

just by chance, did you already see this problem ?

i don't have experience with xcode it is my first trial so maybe i've something wrong.

thank you a lot.

MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Can you post this as a new discussion in the Bluetooth Forums​ as I am not sure anyone on the applications team checks for new questions that appear as comments against a blog/Help Article.

Contributors