Hey,
I was on one of the meetups when nrf52 was presented. You guys used a mbed shield for demos. Do you have code example and what pins you were using for connection?
Hey,
I was on one of the meetups when nrf52 was presented. You guys used a mbed shield for demos. Do you have code example and what pins you were using for connection?
Hi Larry
Sorry for the slow response ;)
I found the old example and updated it for SDK v13.
You can find the code here: github.com/.../nrf52-ble-app-uart-mbed-shield
For some reason I am only getting 0 from the accelerometer, so I have to do some more debugging to figure out why.
Best regards
Torbjørn
Hi Larry
Sorry for the slow response ;)
I found the old example and updated it for SDK v13.
You can find the code here: github.com/.../nrf52-ble-app-uart-mbed-shield
For some reason I am only getting 0 from the accelerometer, so I have to do some more debugging to figure out why.
Best regards
Torbjørn
Hi, cool!
I was not been able to compile as it was so I had to edit Makefile and created a pull request.
when compiled temperature does not work, left potentiometer does not have output, nor as you pointed out the accelerometer.
What about buzzer?
I tested on pca10040, will test on 56 later tonight.
Hi Larry
Thanks for the pull request, it should be in now :)
It is odd to hear that you don't get temperature or left pot working, those worked fine for me.
Buzzer is not currently implemented unfortunately...
I will set aside some time for this next week, and try to add the missing features.
did you manage to figure out the accelerometer issue?
I did. For some reason I forgot to call the accelerometer init command in my mbed_init function. Please download the latest version and try it again :)
I did not notice that either! you are the man! Thank you for help!