This is a program that turns your mbed device into a FireFly gateway, that publishes data from FireFly BLE modules to the IBM Watson IoT Platform.

Dependencies:   C12832 EthernetInterface MQTT mbed-rtos mbed

Fork of IBMIoTClientEthernetExample by IBM Watson IoT

Changes

RevisionDateWhoCommit message
29:94339f3e28ad 2016-03-30 FireFly_IoT cleanup pf code default tip
28:4dfb80ba55f7 2016-03-30 FireFly_IoT FireFly Gateway mbed v1.0
27:9727cdb5fa65 2016-03-30 skoda FireFly mbed first release v1.0
26:65808ea318a3 2016-03-04 skoda final version before release
25:93368e752d2d 2016-03-04 skoda RawSerial instead of Serial, working ISR with rtos
24:437c753be4fd 2016-03-01 skoda before MODSERIAL
23:03835082a0de 2015-12-15 skoda potentially problematic code for i2c
22:e6b69714b59a 2015-11-30 skoda before mbed library update
21:bb0d9f12da01 2015-11-19 skoda v2.0 working i2c only publishing when gets data from i2c
20:14a61a65afba 2015-11-13 skoda working version 1.92
19:33804f085577 2015-11-09 skoda hello world
18:94da9de96d54 2015-08-12 icraggs Stop the display flashing unnecessarily
17:74801ec6a672 2015-08-12 icraggs Update program revision number to match mbed one
16:2420bfbf5f1c 2015-08-03 icraggs Add authorization check and diagnostic messages
15:09458079f4bb 2015-07-27 jsutton Fixing comment
14:1f961d19f3cf 2015-07-24 jsutton Added more debug to allow network diagnostics
13:85801e3b83d3 2015-07-22 jsutton Added Debug information into menu.; Split menu out into a new thread to allow it to operate whilst connecting.
12:8b480eb8a496 2015-07-09 chris Updated mbed-RTOS, Ethernet Interface and mbed library. Updates main.cpp to add threaded LED control and removed conditional compilation
11:7a6df9a2dcdc 2015-03-10 mazgch enable the C027
10:0b5e0dfee08e 2014-10-20 chris Added a new menu item to display the software revision
9:58eb378727d9 2014-10-14 icraggs Make sure device id is lower case
8:80d49dd91542 2014-10-01 icraggs Remove conditional compilation for IBM IoT settings
7:63a7aa4deaf8 2014-08-20 samdanbury Add AUTH_METHOD credential
6:37b6d0d56190 2014-08-20 samdanbury Code completely changed to improve the structure, flow and memory usage of the application
5:11fd21af0c0f 2014-08-07 samdanbury LPC1768 blue RGB LED is no longer turned on
4:77fd4b6ceecb 2014-07-22 samdanbury Fixed issue with RGB LEDs not working correctly for FRDM-K64F
3:69ef39823eef 2014-07-18 samdanbury Remove LCD printf message that isn't required
2:d8fddda78c38 2014-07-18 samdanbury Delete MQTTEthernetIoT class that is no longer required, change device type of K64F when running in QuickStart mode
1:1f187285667c 2014-07-18 samdanbury Add reconnect logic, LCD menu that scrolls and lights to show MQTT connectivity status
0:cae064bcbe5e 2014-07-16 samdanbury Initial commit