Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
I am developing an server app on zephyr stack which requires to flash the image without SMP protocol, I receives the image data over BLE , how can I use Image management API...
Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hi,
We designed our custom board using nrf54l05, and tried to flash it using segger J-lInk as well as using nrf54L15-DK Debuger out port using nrf connect Programmer utility...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
Hey folks,
i have to use the nrf9160 board to create a PoC for a project of our company. The main topic of the PoC is not important here because i cant even connect to an...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
I'm currently working on configuring the nPM1300 used in our custom board. In the product spec v1.2, it supports 2 USB compliant current limits, IBUS at 100mA and IBUS at...
Hello,
I've received a strange error when attempting to send the %BANDLOCK, any idea what it could mean? I don't believe 65536 maps to any of the error codes here , but...
I'm testing BLE secure communication with the nRF52840DK device and I have encountered a problem with bonds. I use modified example from BLE fundamental course, in which I...
Dear Dev Team,
I am currently working on implementing OTA DFU on the nRF52832-DK using the Arduino framework. However, I have not been able to find any suitable options...
Hi there,
I am currently trying to use device sleep modes with Matter. Nevertheless, once I add "CONFIG_PM_DEVICE_RUNTIME=y" to my prj.conf, the main-method is not longer...
I am using nRF52833 PCA10100 board. While trying to run sample ble code in segger embedded studio, I am frequently facing this error which says, .text file is larger than...
Hello!
I am currently using INA219 (Zephyr I2C driver included) current monitor to test I2C function on nrf54l15dk, but the board cannot recognise the sensor successfully...
Dear Nordic Engineers
The following documents are our hardware designs. When we conducted the test, we found that we couldn't obtain the GPS satellite signal and the 4G...
I am trying to build using a custom board and 2.9.1, but am getting these errors:
My dts looks like this:
I have the width specified. Much of this is over...