An mbed wrapper around the helium-client to communicate with the Helium Atom

Helium for ARM mbed

This code repository exposes an mbed library for the Helium Atom module. The Helium Atom makes it easy to securely connect IoT devices and applications to back-end IoT services.

Getting Started

See a getting started guide on the Helium site.

Supported Boards

The Helium mbed client should work with any mbed board with an available serial port.

Example Setup

Example applications can be found in the mbed Helium team.

Getting Help

If you have any questions or ideas about how to use this code - or any part of Helium - head over to the Helium Community Slack. We're standing by to help.

Contributing

Want to contribute to helium-mbed? That's awesome!

Please see CONTRIBUTING.md in this repository for details.

Committer:
Marc Nijdam
Date:
Tue Sep 05 13:56:03 2017 -0700
Revision:
23:cc2c1d1ed159
Add configuration API support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Marc Nijdam 23:cc2c1d1ed159 1 {
Marc Nijdam 23:cc2c1d1ed159 2 "name" : "Helium",
Marc Nijdam 23:cc2c1d1ed159 3 "config" : {
Marc Nijdam 23:cc2c1d1ed159 4 "debug" : {
Marc Nijdam 23:cc2c1d1ed159 5 "help" : "Print debug output",
Marc Nijdam 23:cc2c1d1ed159 6 "macro_name" : "DEBUG",
Marc Nijdam 23:cc2c1d1ed159 7 "value": 1
Marc Nijdam 23:cc2c1d1ed159 8 },
Marc Nijdam 23:cc2c1d1ed159 9 "macros" : [],
Marc Nijdam 23:cc2c1d1ed159 10 "target_overrides":
Marc Nijdam 23:cc2c1d1ed159 11 {
Marc Nijdam 23:cc2c1d1ed159 12 }
Marc Nijdam 23:cc2c1d1ed159 13 }
Marc Nijdam 23:cc2c1d1ed159 14 }