Hi. I am new with KEIL MDK and Nordic and ARM ..... I will create an MIDI BLE, but maybe anybody has an working Example for this? Or what for an Example i can modify?
Thanks Remo
Hi. I am new with KEIL MDK and Nordic and ARM ..... I will create an MIDI BLE, but maybe anybody has an working Example for this? Or what for an Example i can modify?
Thanks Remo
...mmmh... now i found something bad News. I Need to go backt to start. i find out, only the blinky examples works on my board. all other BLE examples in KEIL works not. I can compile -> download, but the Programm is not on the board. I get also not an warning. I find it out, when the blinky blinks after download again. this effect is very dangerous.
Is it possible to get an ready working example "uart pheriperal ble"? So can compile and debug. Why is this so compilcated ????
If someone to spend me real Support, i am very happy and i pay for this.
I Need it very fast.
Many thanks
What is the connection interval you are using? If the connection interval is 20 ms and you send a sample every 100ms, maybe some of the samples are arriving to late, and is pushed over to the next connection interval? You can try to set the connection interval to 7.5 ms which is the shortest according to the BLE spec.
What is the connection interval you are using? If the connection interval is 20 ms and you send a sample every 100ms, maybe some of the samples are arriving to late, and is pushed over to the next connection interval? You can try to set the connection interval to 7.5 ms which is the shortest according to the BLE spec.