-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Texas Instruments Sensor Tag #43
Comments
Could you post a complete, minimal example? |
Hello: Here is my verson of temperature.cc. Please note that I have a version running based on the github project tinyb. The modifications I made to your stock code is to find the config handle, then once I have the config handle turn the sensor on. Next find the read handle, once I have that register the callback. I am motivated to make this work. =====================================================================
}I run the program via the following command:
The ouptut is: thank you for your time. west suhanic |
Hello:
Thank you for your work.
I would like to use your library to control a TI Sensor Tag. However it is not clear
to me how I would do the following:
1)turning on the sensor tag by writing 0x01 to the characteristic f000aa02-0451-4000-b000-000000000000
2)Then reading the data by a read request on f000aa01-0451-4000-b000-000000000000
I have modified your temperature.cc code however whenever I try to turn on the sensor tag by writing 0x01-(using characteristic.write_request(uint8_t(1)); ) the program exits with a logic error.
Any help is appreciated.
west suhanic
The text was updated successfully, but these errors were encountered: