Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm migrating firmware from SDK 6.x to 9.0.0
I found pretty many changes in SDK APIs.
Do I have need or do you recommend to upgrade to new SDK ( for bugs / problems...
Hi!
I'm working with nrf51dk with s110 Soft Device.
I need to read ADC every 2ms. In order to achieve that, i made timer with interrupt after 2ms. here is my code of initialising...
I have a quick question about the use of the nRF51 DK's Debug Out port (P19) to program external nRF51 boards.
The user guide says that the DK will "detect the supply voltage...
I have some questions about 2.4G protocol stack gazell&ANT+&BLE .
gzll&ble :
choose nrf51822 ,and use S130 SOFTDEVICE,then we can achieve gzll&ble coexitance. is that...
i wonder nRF51822 (256K flash/ 16K ram) Support IoT SDK / IoT SoftDevice.
i test nRF51822, IoT SoftDevice , CoAP Server Example, but not Work.
i confirm nRF51-DK (nRF51422...
Hi, Nordic staff.
When we develop , manufacture and sell products using the gazelle , do you have any restrictions ?, I mean, do we need a certification or to apply for...
I am trying to move my Mbed code to a custom nRF51822 board. My first step is to get the code to build in uVision and then try to get everything working with my J-Link. I...
When I build the solution in Visual Studio 2013, I get the error:
The type or namespace name 'Practices'
does not exist in the namespace
'Microsoft' (are you missing...
hello,
is there a way to have a usb stack/usb hid library for nrf51822?
I wonder if it is possible to use rx/tx port as D-/D+ to have usb connection... or even use an...
Hello all, our team developing the Android app to work with nRF devices and now we need to delete bond information from Android in some cases. The documentation does not offer...
Hi,
When I call sd_ble_gatts_sys_attr_set and p_sys_attr_data points to data in flash I get a NRF_ERROR_INVALID_DATA. When I point to the same data in RAM I don't get an...
I am using NRF_TIMER1 with 16-bit mode and prescaler of 0 as a counter, to count the pulses of an incoming square wave signal in a given time window. What is the upper limit...