Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
when I add my own service and add characteristic, a odd phenomenon confuse me.
When I set cccd_md.write_perm:
BLE_GAP_CONN_SEC_MODE_SET_OPEN(&cccd_md.write_perm);
...
after several attempts to debug and understand what goes in my handlers in the BLE callbacks, I thought to give a UART logger a try.
this is what I'm trying to use: OpenLog...
Hello,
I am looking for a not expensive way to program nRF51822 by frame of 10 modules. All the 10 modules would be connected to a PC using pogo pins, and I would use a...
I can get an information that bluetooth smart connects bluetooth smart ready.
But I can't get an information that bluetooth smart connect bluetooth smart ready.
So, Would...
I am using nrf51822 and i want to run my application using softdevice.
But I am not able to start my softdevice Please can anyone guide me how to start my softdevice.
I...
How to enable the notifications or indications? In APP? can I enable it in ble peripheral?
I meet a chip of "Quintic" can do this. When I connect it to MCP and I get this...
I made Pwm program with 3 channels without using softdevice and without using interrupts at that time it is working perfectly. But when i am trying to use softdevice with...
Sometimes I receive pipe error 0x92 when I try to send a message from nordic to Android. What could be the causes for a pipe error 0x92?
I saw this: "Pipe Error Event ...
Hi,
I purchased nRF24Lu+ modules on ebay. I am trying to talk to them over USB from a linux machine.
Nordic datasheet states:
VID = 0x1915 and
PID = 0x0101
When...
Am I right in thinking that these security parameters are contradictory in that for the peripheral (nRF51822) to provide MITM protection, there must be either IO capabilities...
I just received my nrf51822 and am using an-36 as a starting point to build my first "Hello World" application for BLE.
All I would like to test is to have the status of...
I am trying to only perform calculations for connected ble services.
I am implementing a state machine that monitors the ble evt.
I use this for example when to perform...