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...
Hi, i have locked my beacon with the write_lock characteristic and now i want to unlock the beacon with the lock code which is hard coded in my code. but i was unable to do...
hi,
I am working with nrf51822 development board using Softdevice(s130) and sdk 11.0.0.I implemented whitelisting in ble_app_uart code but it's not working correctly.Once...
I'm using the example bootloader from SDK 12.1.0 with gcc, nRF51822, S130. I flash the SD, bootloader and my application in that order like this:
flash: all
$(NRFPROJ...
Hi,
IAR ARM 7.60.2
Nrf52
Softdevice 132 v3.0
SDK 11
I am trying to use SPI with easy DMA. I have implemented the PAN 58 workaround for sending 1 byte but it fails...
I got started with bluetooth learning. But it's too hard to understand ble protocol. Do I have to learn BLE protocol even If my purpose is only ble communication with simple...
Hi,
Could someone help me about the following questions?
Q1: What are the connection parameters set by the Android app nRF Connect? Can I change them?
Q2: How can...
I have a bit of a strange problem.
I am designing a signal Gazell signal repeater.
It listens in host mode then sets itself as a device to pass the data along.
However...
Is it possible to put the nRF52 into recieve only mode (say through direct test mode) so that the input impedance can be measured using a VNA? Is the input impedance of the...
When I initialize PPI after timer1 has been initialized I get a fatal error (and reset).
Code:
const nrf_drv_timer_t timer1 = NRF_DRV_TIMER_INSTANCE(1);
nrf_ppi_channel_t...
Hello,
we were measuring sleep modes and it consumes around 1.3uA which is correct.
But when we needed to be woken up on edge we found out it consumes extra 8uA! Are you...
Are there any nRF51 demo firmware implementing paring function that the central and peripheral devices will connect automatically without user interaction when they come ...
i am working using NRF52, s132, sdk11, freertos.
for fft , i used "arm_rfft_fast_f32(...)" in cmsis-dsp library.
and i inserted a fpu interrupt.
NVIC_SetPriority...
Hi.
I'm using PCA10040.
I'm trying to control GPIO.
But I can't control PIN 09, 10.
Let me show you my source code.
int main(void)
{
/* Configure LED-pins as outputs...