i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hello everybody,
I am trying to pair module nRF51822 with Heart Rate Monitor device with the Surface Pro running on Windows 10 with no success. I see the module but when...
This question is a follow-up to this post . After performing several tests and understanding that some phone are more limited than others in terms of the number of exchanged...
Hi,
my device resets on executing sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler);
I have external 32KHZ crystal. I also know that software works because...
Hi all,
I have a quesion about reading a value's characteristic in the Android app nrf Master control panel.
I read a value, and i have the good value but i have a letter...
What happens if I call app_timer_start() to start a repeated timer. And at the same time I do a pstorage_clear() and pstorage_store()? Will the timer events get halted during...
I'm using the softdevice S310 on nRF51422 and when the softdevice is enable and I erase flash, the device won't go to sleep.
My code implementation is like as below:
...
There is a way to set the initial value of a characteristic. But how do I set the value after this without sending a notify to the master? Is it possible to write the value...
Hello,
i want use the port event to trigger timer 1. I need only one interrupt source and i don't want to use the pin event because of the higher current consumption. Its...
are there any cheap watch platforms that use nordic?
i want to make a kid alarm / potty alarm watch
do not want to develop hardware
would use nordic if i can find...
Hi,
when i m using only Proximity . when I use
- (void) centralManager:(CBCentralManager ) manager didPeripheralSelected:(CBPeripheral*) peripheral;*
this method in ProximityViewController...
Hi,
I'm trying to transfer data received from BLE to SPI. When the handler of my service in BLE is achieved I transfer the data I received to SPI.
I know the max that...