-
Notifications
You must be signed in to change notification settings - Fork 0
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
Receiving Data #3
Comments
Oops! Good catch, will change. Thanks! |
Hello @joshuajnoble thanks for sharing the lib. Do you think I can use it to communicate to a Teensy (arduino compatible board) with a BLE device? |
Yes you can. However you need to know the service ID and the characteristic On Thu, Oct 6, 2016 at 8:10 AM, Dimitre [email protected] wrote:
joshua noble |
I'm using an HM-10, it is the CC2540 texas instruments chip. |
oh thanks, I already have the service ID, but not the characteristic, I'll look into that @joshuajnoble |
Hi Joshua,
thank you for the Library. It works great – except one small thing:
In "BLEDeviceDefines.h" you mixed
RFDUINO_RX
withRFDUINO_TX
causing the library to not be able to receive any data from the RFduino.The text was updated successfully, but these errors were encountered: