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 community, I tried to read my motor encoders with the QDEC and capture the position of my motor. Hardware: nRF52840 DK, 2 Hal motor encoders on pin 0.13 and 0.14 which...
In NCS v1.6.99 the HEX data format is removed from data send and receive commands (socket, udp/tcp cli/srv), only ascii and data mode is supported.
In case of binary data...
Hello,
First time post and brand new to the nRF52832 chip. I am tasked with building firmware that will synchronize ADC samples across multiple devices. I have started with...
Hi to all team,
I have two units of nrf52840 dongle with me.
I have to develop the generic application firmware where data send from one dongle(coordinator) is getting...
Hi,
I have built ble board with nrf52832 with no pca10040 on my board and i have assign button switch pin as P.0.13 from nrf52832.Previously i am using nrf52832 dev kit...
Hello,
I have a custom example based on the "asset_tracker" application of the SDK v1.3.1 and I am trying to open the IDE through Toolchain Manager, but when I select "OPEN...
hi support team,
i was testing usb dfu(NCS1.6.0) function with window10, after i download the code, the windows seems not able to install the driver as below, and i couldn...
Just a naive question about the definition of nrf_fstorage_t , it has a member nrf_fstorage_info_t *p_flash_info .
Why the type isn't nrf_fstorage_info_t const* ?
Tell...
Hi,
there should be OK response after #XSLEEP before enter into sleep to notify, that command was received and processed without errors.
Current implementation (NCS v1...
device: nRF52832
SDK: nRF5 v15.3.0 (s132)
Soft Device: 6.1.1
I am trying to read multiple fds records and transmit them to the central device (nRF Connect on android...
SDK: 15.3.0
I have developed PCA10056 board based on CLI example.
I tried to print debug strings.
but, [00: 00: 32.310,668] <warning> app: Prints backends flushed repeatedly...
Hi,
I have developed BLE mesh by using nRF52832 with Mesh SDK v5.0.0. Now I am trying to implement the light switch client example.
In order to reduce the current consumption...