osd-contiki/examples/cc26xx
Jonas Olsson 67045d4012 Export RSSI to default parent in the CC26xx web demo
The current version of the CC26xx web demo publishes over MQTT the default parent's IPv6 address and the last observed RSSI of this link. This is collected by active probing (periodic ping).

This commit brings the probing functionality to the example's main code module. The MQTT client keeps publishing as previously, but we now also export the same information through CoAP resources. Configuration is still possible through the example's web server.
2015-08-23 20:41:12 +01:00
..
cc26xx-web-demo Export RSSI to default parent in the CC26xx web demo 2015-08-23 20:41:12 +01:00
very-sleepy-demo Add a very sleepy CC26xx/CC13xx demo 2015-08-23 20:41:12 +01:00
cc26xx-demo.c Modify cc26xx examples to play nicely with the CC13xx addition 2015-08-23 20:41:11 +01:00
Makefile Add CC26xx examples 2015-02-25 13:15:35 +01:00
Makefile.target Add CC26xx examples 2015-02-25 13:15:35 +01:00
project-conf.h Modify cc26xx examples to play nicely with the CC13xx addition 2015-08-23 20:41:11 +01:00
README.md Modify cc26xx examples to play nicely with the CC13xx addition 2015-08-23 20:41:11 +01:00

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 send out BLE advertisements, if the chip has BLE capability. 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.