Skip to content

Commit

Permalink
Add CC26xx examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Olsson committed Feb 25, 2015
1 parent c9071b6 commit 0f567e4
Show file tree
Hide file tree
Showing 30 changed files with 5,928 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/cc26xx/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
DEFINES+=PROJECT_CONF_H=\"project-conf.h\"
CONTIKI_PROJECT = cc26xx-demo

all: $(CONTIKI_PROJECT)

CONTIKI_WITH_IPV6 = 1

CONTIKI = ../..
include $(CONTIKI)/Makefile.include
1 change: 1 addition & 0 deletions examples/cc26xx/Makefile.target
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TARGET = srf06-cc26xx
15 changes: 15 additions & 0 deletions examples/cc26xx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CC26xx Demo
===========
This example demonstrates basic functionality for the two supported CC26xx
boards. More specifically, the example demonstrates:

* How to take sensor readings
* How to use buttons and the reed relay (triggered by holding a magnet near S3
on the SensorTag).
* How to keep a power domain powered and a peripheral clocked under low power
operation
* How to send out BLE advertisements. The device will periodically send out BLE
beacons with the platform name as payload. Those beacons/BLE ADV packets can
be captured with any BLE capable device. Two such applications for iOS are the
TI Multitool and the TI Sensortag app. They can be found in the Apple App
Store. If you have a BLE-capable Mac, you can also use LightBlue for OS X.
Loading

0 comments on commit 0f567e4

Please sign in to comment.