heidloff.net - Building is my Passion
Post
Cancel

Getting started with Internet of Things in Bluemix with Texas Instruments Boards

Last week at the hackathon at Devoxx we handed out some SimpleLink Wi-Fi CC3200 LaunchPads that developers could use for their hacks. These devices are rather cheap (around 40 Euro), have a built in Wifi and provide various sensors: temperature, accelerometer, buttons, network quality.

My colleague Mark VanderWiele wrote a starter application that helps people to connect to Bluemix and receive sensor data. I added a simple Node-RED flow and some documentation and we published the code on GitHub. With this project developers are able to get a first IoT application running on Bluemix with registered devices using the MQTT protocol in just a few minutes.

The GitHub project contains documentation how to set up everything. Essentially you need to install the Energia IDE and the driver of the board and then add your specific device credentials and your Wifi access credentials in the code. After this you can compile and upload the application to the board.

Before this you should create an application on Bluemix based on the Internet of Things Foundation Starter and add the Internet of Things service to it. You’ll then be able to register your device and get the credentials you need to put in the application code.

There is a Node-RED flow that shows how to receive the incoming data and to listen to events like the “Button Pressed” event.

image

Since the board comes with Wifi, the board doesn’t have to be connected to a notebook, smartphone or tablet.

image

Featured Blog Posts
Disclaimer
The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions.
Trending Tags