If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
in my pca10001 board,
once i made led pin 18 and 19 pin as internal pull up.
led is not on,and i probe it also but not high.
here my config in blinky example.
...
hello
i have a problem i send from device to host the temperature, but it send the temperarture just one time
and i want that the device should send it every 10 seconds...
Hello
Im new in arduino and i want to connect an rfduino with one other rfduino
how can i send from one rfduino to other the degreee an how can i see the degree on the...
Hi!
I have a problem with testing ble_app_hrs_c. I am using nRF51822 develpment board + nRFgo Motherboard. Softdevice is S120 1.0.0 1alpha, SDK version is 5.10. Specifically...
The article that mentions the S120 and Rezence is this one: www.nordicsemi.com/.../Nordic-Semiconductor-announces-Bluetooth-Smart-solution-for-Rezence-Wireless-Charging-and...
Hello
I am new to developing with the evaluation kit and have a few very basic questions.
Any answers or pointers to relevant documents would be much appreciated.
...
I'm currently working on alert notification service. Correct me in case I misunderstand it.
having nrf51822 as peripheral with AlertNotificationServie will impose to have...
Hi,
I'd like to connect my nRF2740 to my MCU Arduino Micro and test it with the sample codes found in your GIT repo. How can I do this?
Best regards,
Alessandro
Sorry for the silly question, but as it is mandatory to use sd_X function when it is possible to avoid collision, could you tell me if this code is the right way to use the...
hello all, i need a Bluetooth low energy peripheral device in which i can attach a single button to in order to control simple phone operations, i'm not sure what device will...
Hi,
I need protection against the MITM attack, what should I modify in heart rate example? Actually, I change the characteristics to BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM...
Hi!
I am using nRF51822 evaluation kit and connecting it as a master to a pair of I2C-devices (using twi_hw_master.c). Everything works well, but when I integrated the...
Hi,
I am using the Evaluation Kit, and I have tried to send some data between the Developoment Dongle (PCA10000) to the Evaluation Kit board (PCA10001). As the Development...
Hi,
Are there any reference design for interfacing a nRF51822 with an external sensor for e.g. an accelerometer (STM LIS3DH, AD ADXL362 etc)
Also do we have a profile...
My application would like to receieve notifications at several different times before a radio notification event. Specifically the application needs to receive notification...