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:
11:dd3ec2d6efd5
Add configuration API support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Marc Nijdam 11:dd3ec2d6efd5 1 # Helium for ARM mbed #
Marc Nijdam 11:dd3ec2d6efd5 2
Marc Nijdam 11:dd3ec2d6efd5 3 This code repository exposes an [ARM mbed](https://developer.mbed.org/)
Marc Nijdam 11:dd3ec2d6efd5 4 library for
Marc Nijdam 11:dd3ec2d6efd5 5 the [Helium Atom](https://www.helium.com/products/atom-xbee-module)
Marc Nijdam 11:dd3ec2d6efd5 6 module. The Helium Atom makes it easy to securely connect IoT devices
Marc Nijdam 11:dd3ec2d6efd5 7 and applications to back-end IoT services.
Marc Nijdam 11:dd3ec2d6efd5 8
Marc Nijdam 11:dd3ec2d6efd5 9
Marc Nijdam 11:dd3ec2d6efd5 10 ## Getting Started ##
Marc Nijdam 11:dd3ec2d6efd5 11
Marc Nijdam 11:dd3ec2d6efd5 12 See
Marc Nijdam 11:dd3ec2d6efd5 13 a
Marc Nijdam 11:dd3ec2d6efd5 14 [getting started guide](https://www.helium.com/dev/hardware-libraries/mbed) on
Marc Nijdam 11:dd3ec2d6efd5 15 the Helium site.
Marc Nijdam 11:dd3ec2d6efd5 16
Marc Nijdam 11:dd3ec2d6efd5 17
Marc Nijdam 11:dd3ec2d6efd5 18 ## Supported Boards ##
Marc Nijdam 11:dd3ec2d6efd5 19
Marc Nijdam 11:dd3ec2d6efd5 20 The Helium mbed client should work with any mbed board with an
Marc Nijdam 11:dd3ec2d6efd5 21 available serial port.
Marc Nijdam 11:dd3ec2d6efd5 22
Marc Nijdam 11:dd3ec2d6efd5 23 ## Example Setup ##
Marc Nijdam 11:dd3ec2d6efd5 24
Marc Nijdam 11:dd3ec2d6efd5 25 The example sketches can be found in
Marc Nijdam 11:dd3ec2d6efd5 26 the [mbed Helium team](https://developer.mbed.org/teams/Helium/).
Marc Nijdam 11:dd3ec2d6efd5 27
Marc Nijdam 11:dd3ec2d6efd5 28 ## Getting Help ##
Marc Nijdam 11:dd3ec2d6efd5 29
Marc Nijdam 11:dd3ec2d6efd5 30 If you have any questions or ideas about how to use this code - or any
Marc Nijdam 11:dd3ec2d6efd5 31 part of Helium - head over to
Marc Nijdam 11:dd3ec2d6efd5 32 the [Helium Community Slack](http://chat.helium.com/). We're standing
Marc Nijdam 11:dd3ec2d6efd5 33 by to help.
Marc Nijdam 11:dd3ec2d6efd5 34
Marc Nijdam 11:dd3ec2d6efd5 35 # Contributing
Marc Nijdam 11:dd3ec2d6efd5 36
Marc Nijdam 11:dd3ec2d6efd5 37 Want to contribute to helium-mbed? That's awesome!
Marc Nijdam 11:dd3ec2d6efd5 38
Marc Nijdam 11:dd3ec2d6efd5 39 Please
Marc Nijdam 11:dd3ec2d6efd5 40 see
Marc Nijdam 11:dd3ec2d6efd5 41 [CONTRIBUTING.md](https://github.com/helium/helium-mbed/blob/master/CONTRIBUTING.md) in
Marc Nijdam 11:dd3ec2d6efd5 42 this repository for details.