Custom PCB with nrf5340/nrf7002. Currently was using NCS2.9.0, with WPA2-PSK connection to the wifi.
While trying to enable use of WPA2-Enterprise, I updated to NCS3.0.0...
When using the shell_module project of SDK v3.0.1, I changed uart20 to pins p2.0 and p2.2, and the serial port printed garbled text.
Below is my overlay file:
Strangely...
Beginner here .. steep learning curve for Nordic ... trying a project with I2S. Took half and hour with an ESP32, but many many hours later, no joy with Nordic.
Working...
Hello. I use the function zb_zcl_finish_and_send_packet to send data from ZC to ZED and it works but one problem is that we're using a rather slow poll (20 seconds) to enhance...
Dear Nordic DevZone,
I'm encountering pairing issues with mobile devices and a nRF54 DevKit flashed with HCI over UART firmware. After initial pairing, deleting the bonding...
Hello Team,
I am currently working with the nRF52832 and using the nRF Connect SDK ( NCS) with toolchain version 2.9.1. I would like to interface the nRF21540 RF Front-...
I see that there is a significant drop in average current with DC/DC on, will this also be true if I already have a 3V from a BMS (with its own DC/DC) supplying to Vdd (won...
Hi, I have one service UUID ffe0 that has two characteristics: one of has UUID ffe4 use for "notify" and other one has UUID ffe5 use for "write and read". Now i want to get...
Hello,
I'm having a system consisting of an nRF52 and another processor, with UART between them. If the other processor restarts, nRF's RX line will be pulled low for some...
Hi,
I'm trying to add LESC pairing mechanism to NUS.
Now when I'm doing pairing between nRF52DK and Phone(Android) via normal way, the behavior is what I want. Please...
Hi there,
I am using nRF5_SDK 16 with PCA10056 and Fanstel EV-BT840-V4. I am testing my example with BT-840 module as we will use it for our final product.
First i tried...
SDK: 15.3.0 Sample: ble_app_hids_keyboard Device: EYSHJNZWZ (nRF52832)
I have a question about HID. In the sample program "ble_app_hids_keyboard", the following values are...
SDK: 15.3.0 Sample: ble_app_hids_keyboard Device: EYSHJNZWZ (nRF52832)
I have a question about HID. In the sample program "ble_app_hids_keyboard", "report_map_data" stores...
Hi,
I am measuring a frequency using the ADC (200ksps) and saving the samples into an array. I save 128 samples then move that data to the fft module to check what the signal...
Currently, debug probes - STLink, JLink, OpenOCD, Black Magic Probe, DAPLinkda, etc. connect to a host PC over a USB, serial or network port and then connect to a target ...
I get ACI_BOND_STATUS_FAILED_ENCRYPTION_KEY_SIZE error when I try to bond my nrf8001 peripheral to my iPhoneX. The min and max key sizes are set to 7 and 16.
Any Idea?
Hi,
I'm using the ble_app_uart example as a starting point for my project. Basically I want to program the nRF52 DK to receive data from another device via UART, store them...
Hi Nordic,
I'm working on a project with very limited board space. I'd like to have the option for both SWD and GPIOs to share the same test points on the board. Ideally...
There is an issue in SDK for Thread & Zigbee 4.1.0 release. It does not appear in previous releases. The problem manifests itself as higher current consumption, as shown in...
I flashed nrf52840 usb dongle via SWD and now it can't go to DFU mode even if I press reset.
Green and blue leds are constantly blinking. How can I go to DFU mode in that...
Hi all,
I am developing ADC functions with Mynewt on nrf52 DK PCA10040 board.
The working example code based on SAADC driver nrfx 1.7.0 won't work on nrfx 2.1.0.
Example...