evothings / evothings-examples

Examples for Evothings Studio.
http://www.evothings.com/
Apache License 2.0
195 stars 491 forks source link

Example app "TI SensorTag CC2650 & CC2541 Accelerometer" does not work on CC2541 #200

Open ghost opened 8 years ago

ghost commented 8 years ago

Example app "TI SensorTag CC2650 & CC2541 Accelerometer" does not work on CC2541, after modifying index.html as instructed in the code.

The error is that a characteristic is not found. The missing UUID is actually a descriptor on CC2541.

Error occurs when reading firmware version.

Has this not been tested?!

Or has something changed?

Needs to be investigated. Probably "TI SensorTag CC2650 & CC2541 Sensors" have the same problem.

ghost commented 8 years ago

A solution is to make this an CC2650 only example (leaving out support for CC2541).

fredrikeldh commented 8 years ago

From the example itself:

This example works with the TI SensorTag CC2650. It also works with the TI SensorTag CC2541 if you modify file index.html.

ghost commented 8 years ago

Problem is that the example does not work for CC2541 even when you modify index.html as stated in the instructions. Updated issue with this info.