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
Parent:
12:07a4782fe9f2
Add configuration API support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Marc Nijdam 12:07a4782fe9f2 1 Copyright 2016 - Helium Systems, Inc.
Marc Nijdam 12:07a4782fe9f2 2
Marc Nijdam 12:07a4782fe9f2 3 Redistribution and use in source and binary forms, with or without
Marc Nijdam 12:07a4782fe9f2 4 modification, are permitted provided that the following conditions are met:
Marc Nijdam 12:07a4782fe9f2 5
Marc Nijdam 12:07a4782fe9f2 6 * Redistributions of source code must retain the above copyright
Marc Nijdam 12:07a4782fe9f2 7 notice, this list of conditions and the following disclaimer.
Marc Nijdam 12:07a4782fe9f2 8
Marc Nijdam 12:07a4782fe9f2 9 * Redistributions in binary form must reproduce the above copyright
Marc Nijdam 12:07a4782fe9f2 10 notice, this list of conditions and the following disclaimer in the
Marc Nijdam 12:07a4782fe9f2 11 documentation and/or other materials provided with the distribution.
Marc Nijdam 12:07a4782fe9f2 12
Marc Nijdam 12:07a4782fe9f2 13 * Neither the name of the copyright holder nor the
Marc Nijdam 12:07a4782fe9f2 14 names of its contributors may be used to endorse or promote products
Marc Nijdam 12:07a4782fe9f2 15 derived from this software without specific prior written permission.
Marc Nijdam 12:07a4782fe9f2 16
Marc Nijdam 12:07a4782fe9f2 17 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Marc Nijdam 12:07a4782fe9f2 18 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Marc Nijdam 12:07a4782fe9f2 19 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
Marc Nijdam 12:07a4782fe9f2 20 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
Marc Nijdam 12:07a4782fe9f2 21 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
Marc Nijdam 12:07a4782fe9f2 22 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
Marc Nijdam 12:07a4782fe9f2 23 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
Marc Nijdam 12:07a4782fe9f2 24 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
Marc Nijdam 12:07a4782fe9f2 25 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
Marc Nijdam 12:07a4782fe9f2 26 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Marc Nijdam 12:07a4782fe9f2 27 POSSIBILITY OF SUCH DAMAGE.