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:
3:475fae677f2d
Add configuration API support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Marc Nijdam 3:475fae677f2d 1 # How to Contribute to this repository #
Marc Nijdam 3:475fae677f2d 2
Marc Nijdam 3:475fae677f2d 3 We value contributions from the community and will do everything we
Marc Nijdam 3:475fae677f2d 4 can go get them reviewed in a timely fashion. If you have code to send
Marc Nijdam 3:475fae677f2d 5 our way or a bug to report:
Marc Nijdam 3:475fae677f2d 6
Marc Nijdam 3:475fae677f2d 7 * **Contributing Code**: If you have new code or a bug fix, fork this
Marc Nijdam 3:475fae677f2d 8 repo, create a logically-named branch,
Marc Nijdam 3:475fae677f2d 9 and
Marc Nijdam 3:475fae677f2d 10 [submit a PR against this repo](https://github.com/helium/helium-arduino/issues). Include
Marc Nijdam 3:475fae677f2d 11 a write up of the PR with details on what it does.
Marc Nijdam 3:475fae677f2d 12
Marc Nijdam 3:475fae677f2d 13 * **Reporting Bugs**: Open an
Marc Nijdam 3:475fae677f2d 14 issue
Marc Nijdam 3:475fae677f2d 15 [against this repo](https://github.com/helium/helium-arduino/issues)
Marc Nijdam 3:475fae677f2d 16 with as much detail as you can. At the very least you'll include
Marc Nijdam 3:475fae677f2d 17 steps to reproduce the problem.
Marc Nijdam 3:475fae677f2d 18
Marc Nijdam 3:475fae677f2d 19 This project is intended to be a safe, welcoming space for
Marc Nijdam 3:475fae677f2d 20 collaboration, and contributors are expected to adhere to
Marc Nijdam 3:475fae677f2d 21 the
Marc Nijdam 3:475fae677f2d 22 [Contributor Covenant Code of Conduct](http://contributor-covenant.org/).
Marc Nijdam 3:475fae677f2d 23
Marc Nijdam 3:475fae677f2d 24 Above all, thank you for taking the time to be a part of the Helium community.