I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
We get the following assertion during startup if we include uart2 in the DTS.
*** Booting My Application v2.1.0-dev-ae1ee57f3906 *** *** Using nRF Connect SDK v3.0.1-9eb5615da66b...
hi team,
i am working external adc with the help spi communication, now adc working fine with the SDK version 2.6.1 , if will make or change any other SDK version like Ex...
Hi everyone,
I'm currently following the "WiFi Fundamentals" course provided by Nordic, and I'm encountering issues with two specific exercises: l2_e3 and l4_e1 . Other...
how to send hex by nrftoolbox APP uart?
I use this app, when I start use it, I just only can send char, I can't send hex to the device. how to set it char to hex? please...
I am using the Nordic nRF51 SDK on a BLE Nano device. The example I am using uses a function to initialize the LED flashing (bsp_init()). This sets the timing for the ticks...
Hi all,
I want to use nRF51822 (s110) to measure the frequency (0 to 5kHz) of a signal connected to an analog input. Other posts ( like this ) show that a good way to implement...
Hi,
SDK:8.1.0
Chip:nrf51822
Power Mode:LDO
Battery:CR2450
Application:beacon
The equipment static power consumption is 3.3 ua, after a period of time is 1.9 ma,but...
I'm using Keil5 to compile example of SDK v12.2. And I'm trying to understand each of Source code to understand how each of it is consists of.
I opened an example "SDK...
My code hit weak handler when I try to modify the examples/peripheral/saadc to run with softdevice s140 on nrf82840 PDK. All I did was adding a BLE Stack initialization before...
On the nRF52832, what is the longest period of time that the softdevice will control the CPU while doing things with Bluetooth? This is effectively the interrupt latency time...
I am working on nRF51 and nRF52 series SoC.
I need to check whether my radio device is connected or not and also to test radio functionality(like radio range, sensitivity...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
Is it the only way to call a function on a read characteristic to make a read request and then inside on_ble_event call the function?
Is this the right way?
Hi
in the communication with an SPI peripheral device, a communication cycle might take up to 5 ms.
It is implemented as a blocking function, meaning that app_sched_execute...
Hi all! Several weeks I've tryed to implement code for my wireless temperature sensor based on nrf24le1 and ds18b20. In datasheet said that in memory retention mode the power...
Hi,
Is it possible to send a advertisements for a single (or a fixed number of) Advertising Events? I need to control the number of Advertising Events "sent" for a mesh...
Hi, I'm looking to build a simple ANT+ application. My only asset for this project is a background in C/C++. I'll need to learn/relearn the basic electronics and protocol...
Hi Nordic,
I have an application that perfectly runs in the nrf51DK but that does not work in my custom board. In my custom board everything else works (i2c, leds lighting...