forked from contiki-os/contiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonas Olsson
committed
Feb 25, 2015
1 parent
c9071b6
commit 0f567e4
Showing
30 changed files
with
5,928 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TARGET = srf06-cc26xx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.