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...
Hello everyone,
I would like to run the ANT examples "ant continuous scanning controller" and "ant scan and forward" on my nRF52840DK(PCA10056) boards however it only supports...
Hi,
We have a device based on nrf_52840, SoftDevice_132_3.0.0 and SDK_12.3.0, using BLE for communicating to a PhoneApp and UART for communicating to a washing machine...
I'm writing an application for the nrf5340 with nrfConnect v1.6.1,
I've been able to do the FOTA upgrade through BLE with the example smp_srv located inside zephyr/samples...
I recently got the nRF52840DK and have been able to build/flash a couple simple samples. However when attempting to try the OpenThread CLI example on tool chain v1.6.1 and...
Hi,
cannot run pc-nrfconnect-launcher v3.7.1, built from sources.
```
$node -v
v12.22.5
$git clone https://github.com/NordicSemiconductor/pc-nrfconnect-launcher...
Hi,
When I want use nrfjprog to program my NRF52, I have a problem.
This why I write to program my nerf : nrfjprog -f nrf52 --program _build/astronaut.hex --sectorerase...
Hello,
Is there example code on how to get NRF_SAADC_INPUT_VDDHDIV5 working? When I do nrfx_saadc_init(), I get NRF_ERROR_INVALID_STATE.
Same code works fine with normal...
I am using nrf5340 and icm20948 for our development. i had initialized things as shown in code attached.
this work fine for me. but when i am uncommenting rc |= inv_icm20948_enable_sensor...
Is there any guidance on zigBee OTA? What are the similarities and differences between ZigBee OTA and BLE OTA? Could you please tell me what I need to pay attention to during...
Today I received my first CMSIS-DAP debug probe (Pitaya link) and tried to integrate it into my development environment. Unfortunately, I must have broken my Pitaya Go (Nordic...
Hello,
I've been very slowly gearing up towards developing for the nRF9160. I'm going through the "nRF Connect SDK Tutorial"
https://devzone.nordicsemi.com/nordic/cellular...
For example, I'd like to add at_cmd_parser to my project. It's under /ncs/nrf/lib/at_cmd_parser.
My project is out-of-tree in its own directory. Initially I tried add to...
Hello,
I am using example code of LIS2DH ac celerometer sensor with nRF SDK v1.3.1. Building the example code I am getting macro error in devicetree.h file as mentioned...
Hello,
I am using PPK 1 kit with nRF52 DK. The system is used to measure the power on nRF52840 DK using DUT mode. The system was working just fine until I started receiving...
Hi
I'm trying to use the nrfx TWI Slave function with IRQ (No Poll), but there is no clean code available I found.
I'm using the following code:
But even if I can...