Update the cc26xx-web-demo readme

This commit is contained in:
George Oikonomou 2018-05-18 15:25:29 +01:00
parent 4e5608ef72
commit c55dc06b33
1 changed files with 10 additions and 4 deletions

View File

@ -10,11 +10,17 @@ demonstrate the CC26xx capability. The applications are:
* A web server which can be used to display sensor readings but also to * A web server which can be used to display sensor readings but also to
configure MQTT functionality configure MQTT functionality
The example has been configured to run for all CC26xx-based boards: i) The The example has been configured to run for all CC26xx-based boards.
SensorTag 2.0 and ii) The Srf06EB with a CC26xx or CC13xx EM mounted on it.
To change between target boards, follow the instructions in the platform's To change between target boards, follow the instructions in the wiki.
REDME file. Do not forget to `make clean` when switching between the boards. Do not forget to `make clean` when switching between the boards.
Specifically for some older CC2650 SensorTags, you may also need to change
`project-conf.h` such that `SENSORTAG_CC2650_REV_1_2_0` is defined as 1. To
check if your sensortag is one of those older ones, look for "REV: 1.2"
printed on the PCB. There may also be a sticker that reads "HW Rev 1.2.0". An
indication that you may need to do this is if you get a "Could not open flash
to load config" error on device startup.
You can disable some of those individual components by changing the respective You can disable some of those individual components by changing the respective
defines in `project-conf.h`. For instance, to disable the CoAP functionality, defines in `project-conf.h`. For instance, to disable the CoAP functionality,