The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I included the DFU service in my project. With the MCP on my computer it is working fine.
But when I try to perform the DFU over the MCP(v.3.4.1) app on my android device...
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...