Hi ,I am using nrf52 DK with mpu9255.I am using source code given here here.of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in keil v5 though.I am not getting accel values.
help will be appreciated.
Hi ,I am using nrf52 DK with mpu9255.I am using source code given here here.of this link,I have taken 'nrf5-ble-data-ready-interrupts' example .code builts fine in keil v5 though.I am not getting accel values.
help will be appreciated.
Do i need to make here 39 instead of 199 ?
Yes.
what changes do i need make if i want to send data only after i write a value to characteristic
I advice you to study the BLE Blinky Application example. It shows how you can turn on an LED by writing to a characteristic. With a little modification you can use this to achieve what you want.
hi
i need to add manufacturer data to same example ,sdk14
can you please suggest example to refer for s132?