I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
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...
Hello I'm curently working on a Project where I'm using the nrf52dk board with the nrf52832.
I wanted to change the dimension of the data transfered with my characteristics...
Hi, sdk:ncs v1.7.0
example path:D:\ncs\v1.7.0\zephyr\samples\subsys\usb\hid-cdc
board :nrf5340dk_nrf5340
DK:PCA10095
How to solve this problem?
Thank you for all...
Hi,
Excuse me. How can I modify cmakelist.exe to display file structure in segger Embedded Studio compiler? Now all files are app/libapp.a below. I have a lot of files now...
Hi, My system has 5 nRF52840 peripherals connected to one central device (PC app).
In the peripheral's sdk_config.h there is a macro NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1...
If download example light_switch on new clear chip nrf52832, that advertising is not done. But after downloading the firmware without mesh, example light_switch will broadcast...
Hi All,
I am using VS code with nrf Connect Extension and nrf Connect SDK 1.7.0 develop nrf5340 application on windows10.
I created a new application from the Hello World...
I combined the BLE UART and SPIS Peripheral example of SDK V17.0.2 to receive 251 bytes of data from a microcontroller using SPIS protocol. The microcontroller sends data...
Hi,
Peripheral : SDK13, nRF52832
Central : SDK16, nRF52832
It is a phenomenon that occurs in the central device.
I have two questions about the secure connection...
I'm using the latest nRFConnect SDK w/ VSCode with a custom board connected to via a J-LINK. When I look at the call stack it only shows the current thread. I can see thread...
I would like to know when each BLE advertising event has ended for possibility stop after specific number of events and to be able to update advertising data between events...
Hi Dev Zone !
I am actually using nrf52840-dongle for wireless communication with the protocol Enhanced ShockBurst (ESB). I would like to connect an external antenna to...
I am getting ready to release a nrf52 based ble product. These products are connected to a BLE to wifi bridge. So I can talk to them at any time.
I have been using the secure...
I've been evaluating the nordic SDK. I was able to install 1.6.1, 1.7.0 numerous times. I've been working with one of the individuals there at Nordic, and I wanted to do a...
The peripheral application I'm working on implements a service which must handle multi-byte incoming messages from a central device and would welcome a pointer to any example...
Hello
I found a possible bug in NCS 1.7.0 which was introduced in PR #5353 .
1) False UNKNOWN event when disconnecting
The "invalid cell id" check leads to an false...