MikroE 6loWPAN Clicker based LWM2M client led actuator application

Clone this repo:
  1. 562acb0 Merge pull request #16 from CreatorKit/dev by Nikhil Zinjurde · 7 years ago master
  2. 96bf720 Merge pull request #15 from nikhil-zinjurde-imgtec/dev by Nikhil Zinjurde · 7 years ago dev
  3. 9343ca1 Add Contributor's guide link in README.md by Nikhil Zinjurde · 7 years ago
  4. f05cadc Merge pull request #14 from nikhil-zinjurde-imgtec/master by Nikhil Zinjurde · 7 years ago 0.9.1
  5. d0b4596 Merge pull request #4 from CreatorKit/dev by Nikhil Zinjurde · 7 years ago

#Led Actuator Application

This application registers Flow, Flow Access, Light Control object and toggle Led on receiving Button press event.

How To Compile

Assuming you have creator-contiki source code with directories constrained-os, packages/led-actuator, packages/libobjects and packages/AwaLWM2M

To build with TI CC2520 6lowpan driver

$ cd led-actuator
$ make TARGET=mikro-e USE_CC2520=1

To build with Cascoda CA8210 6lowpan driver

$ cd led-actuator
$ make TARGET=mikro-e USE_CA8210=1

This will generate hex file which can be flashed onto the MikroE clicker.


Contributing

We welcome all contributions to this project and we give credit where it's due. Anything from enhancing functionality to improving documentation and bug reporting - it's all good.

For more details about the Contributor's guidelines, refer to the contributor guide.