We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
A solution is to make this an CC2650 only example (leaving out support for CC2541).
Sorry, something went wrong.
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.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: