Hi Nordic Team,
I’m currently doing POC using the nRF54L15.
As part of the initial testing phase, I’m evaluating the " nrf/adc driver sequence sample" from the nRF Connect...
i'm migrating my application from nRF53 (SDK 2.6.0) to nRF54L15 (SDK 3.0.1) and i've started to get crashes in the soft device.
sometimes it reboots without any logs at...
Hi,
I use NRF54H20,and sdk version is v2.9.0-nRF54H20-1-rc3.
I'm using SPIM, the engineer I'm using is peripheral_hids_keyboard. I want to use SPIM in the network core...
Hi everyone,
I'm developing a matter generic switch and I’ve run into a puzzling behavior when commissioning an nRF52840 DK with Apple Home via an Apple TV Thread border...
Hi,
I am working on RF testing on the custom board.
I have configured the nrf UART TX in p1.04 and UART RX pin in p0.13.
UART TX pin is working fine, but the UART Rx...
Hello!
I’ve been learning about Bluetooth Mesh recently, and I’ve been testing the sample at nrf\samples\bluetooth\mesh\chat , but there are still some parts I don’t quite...
Hello I just bought
SKYLAB bluetooth accelerometer sensor SKB360 bluetooth low energy nrf51822 bluetooth 4.0 low energy module
skylab.en.alibaba.com/.../SKYLAB_bluetooth_accelerometer_sensor_SKB360_bluetooth_low_energy_nrf51822_module_bluetooth_4_0_low_energy_module...
Hi,
Im trying to wake up from SYSTEM OFF using LPCOMP.
Im using the following code to power off:
nrf_drv_lpcomp_config_t config = NRF_DRV_LPCONF_DEFAULT_CONFIG;
...
Hi,
I am working on a Beacon application based on nRF52 DK and Eddystone protocol. So i am searching if there is already some examples/SDKs from nRF which supports both...
Looking for document or u tube to program nrf52832 using tag connect (6pin noleg) and nrf52 DK. Have the hex program and put it on the nrf582 dk. need to take to the next...
We have identified a possible transient fault condition in which a voltage in excess of VDD can be applied to an I/O of the nRF51. VDD is 3 V and the excess voltage would...
sdk_resources.h does not compile with c++ in SDK12.
The _cplusplus guard only begins if ESB_PRESENT is defined. The guard should either be moved above or below
#ifdef...
Hi,
do you have any tutorial for contiki on windows based.
no matter which platform you are using.
i am using the ecilpse with cygwin toolchain in ecilpse.
i follow...
Hi,
I'm trying to compare current consumed for different sets of commands mainly with floating point operations in them. As they execute fast, I'm putting them in a loop...
Are there any plans to add write capabilities to the NFC driver? The hardware supports it, but the library provided by Nordic does not (as far as I know). Are there any plans...
I started evaluating the nRF52 using Keil and everything worked great. However, I switched to developing in IAR because I have a full license. I'm using the same code (ble...
Hello Nordic,
I just read the news from may about the arduino primo and i am really exicted!!
I have been tring to decide between arduino due, or some complex ensemble...
I'm developing an application on a custom nRF52 board. I have no problem to program the board with Keil. However when I try to program the application with the nrfjprog, the...
Hi all,
I have been porting a project from SDK 8 to SDK12, andi have ported one of the services, however when i add a characteristic it throws
:ERROR:From File error...
Hello,
in my current project we develop a BLE firmware which runs on a custom board based on a Telit +s42 module (with integrated nRF52 SoC).
We are able to flash the...